Home
last modified time | relevance | path

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

/titanic_41/usr/src/uts/common/io/usb/hcd/uhci/
H A Duhcipolled.c571 uhci_td_t *td, *polled_td; in uhci_polled_save_state() local
661 polled_td = uhci_polledp->uhci_polled_td; in uhci_polled_save_state()
663 SetTD_dtogg(uhcip, polled_td, in uhci_polled_save_state()
666 SetTD_dtogg(uhcip, polled_td, in uhci_polled_save_state()
704 uhci_td_t *td, *polled_td; in uhci_polled_restore_state() local
746 polled_td = uhci_polledp->uhci_polled_td; in uhci_polled_restore_state()
747 real_data_toggle = (GetTD_status(uhcip, polled_td) & UHCI_TD_ACTIVE) ? in uhci_polled_restore_state()
748 GetTD_dtogg(uhcip, polled_td) : in uhci_polled_restore_state()
749 !GetTD_dtogg(uhcip, polled_td); in uhci_polled_restore_state()