Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/io/usb/hcd/ehci/
H A Dehci_polled.c957 ehci_pipe_private_t *polled_pp; /* Polled mode Pipe */ in ehci_polled_save_state() local
1062 polled_pp = (ehci_pipe_private_t *) in ehci_polled_save_state()
1069 polled_toggle = (Get_QH(polled_pp->pp_qh->qh_status) & in ehci_polled_save_state()
1093 Set_QH(polled_pp->pp_qh->qh_status, in ehci_polled_save_state()
1094 Get_QH(polled_pp->pp_qh->qh_status) & in ehci_polled_save_state()
1097 Set_QH(polled_pp->pp_qh->qh_status, in ehci_polled_save_state()
1098 Get_QH(polled_pp->pp_qh->qh_status) | in ehci_polled_save_state()
1110 Set_QH(polled_pp->pp_qh->qh_status, in ehci_polled_save_state()
1111 (Get_QH(polled_pp->pp_qh->qh_status) & in ehci_polled_save_state()
1208 polled_pp = (ehci_pipe_private_t *) in ehci_polled_restore_state()
[all …]
/illumos-gate/usr/src/uts/common/io/usb/hcd/openhci/
H A Dohci_polled.c882 ohci_pipe_private_t *polled_pp; /* Polled mode Pipe */ in ohci_polled_save_state() local
1114 polled_pp = (ohci_pipe_private_t *) in ohci_polled_save_state()
1121 polled_toggle = (Get_ED(polled_pp->pp_ept->hced_headp) & in ohci_polled_save_state()
1145 Set_ED(polled_pp->pp_ept->hced_headp, in ohci_polled_save_state()
1146 Get_ED(polled_pp->pp_ept->hced_headp) & in ohci_polled_save_state()
1149 Set_ED(polled_pp->pp_ept->hced_headp, in ohci_polled_save_state()
1150 Get_ED(polled_pp->pp_ept->hced_headp) | in ohci_polled_save_state()
1159 if (polled_pp->pp_ept->hced_headp & HC_EPT_Halt) { in ohci_polled_save_state()
1162 Set_ED(polled_pp->pp_ept->hced_headp, in ohci_polled_save_state()
1269 ohci_pipe_private_t *polled_pp; /* Polled mode Pipe */ in ohci_polled_restore_state() local
[all …]