Home
last modified time | relevance | path

Searched refs:GetTD_dtogg (Results 1 – 5 of 5) sorted by relevance

/illumos-gate/usr/src/uts/common/io/usb/hcd/uhci/
H A Duhcipolled.c263 SetTD_dtogg(uhcip, td, GetTD_dtogg(uhcip, td) == 0 ? 1 : 0); in uhci_hcdi_polled_read()
664 GetTD_dtogg(uhcip, td)); in uhci_polled_save_state()
667 (GetTD_dtogg(uhcip, td) ^ 1)); in uhci_polled_save_state()
748 GetTD_dtogg(uhcip, polled_td) : in uhci_polled_restore_state()
749 !GetTD_dtogg(uhcip, polled_td); in uhci_polled_restore_state()
H A Duhcitgt.c1253 pp->pp_data_toggle = GetTD_dtogg(uhcip, next_td); in uhci_update_intr_td_data_toggle()
H A Duhci.c1824 pp->pp_data_toggle = GetTD_dtogg(uhcip, td); in uhci_parse_td_error()
H A Duhciutil.c3326 pp->pp_data_toggle = GetTD_dtogg(uhcip, td) == 0 ? 1 : 0; in uhci_handle_bulk_td()
3339 GetTD_dtogg(uhcip, td)); in uhci_handle_bulk_td()
/illumos-gate/usr/src/uts/common/sys/usb/hcd/uhci/
H A Duhci.h190 #define GetTD_dtogg(u, td) GetField((u), (td), dw3, 19, 1) macro