Home
last modified time | relevance | path

Searched refs:SetTD_dtogg (Results 1 – 3 of 3) 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()
427 SetTD_dtogg(uhcip, td, pp->pp_data_toggle); in uhci_hcdi_polled_write()
663 SetTD_dtogg(uhcip, polled_td, in uhci_polled_save_state()
666 SetTD_dtogg(uhcip, polled_td, in uhci_polled_save_state()
756 SetTD_dtogg(uhcip, td, real_data_toggle); in uhci_polled_restore_state()
H A Duhciutil.c1984 SetTD_dtogg(uhcip, current_dummy, pp->pp_data_toggle); in uhci_fill_in_td()
3000 SetTD_dtogg(uhcip, current_td, pp->pp_data_toggle); in uhci_fill_in_bulk_isoc_td()
/illumos-gate/usr/src/uts/common/sys/usb/hcd/uhci/
H A Duhci.h203 #define SetTD_dtogg(u, td, v) SetField((u), (td), dw3, 19, 1, (v)) macro