Home
last modified time | relevance | path

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

/titanic_41/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()
1107 if (polled_pp->pp_qh->qh_status & EHCI_QH_STS_HALTED) { 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()
[all …]
/titanic_41/usr/src/uts/common/io/usb/hcd/openhci/
H A Dohci_polled.c880 ohci_pipe_private_t *polled_pp; /* Polled mode Pipe */ in ohci_polled_save_state() local
1112 polled_pp = (ohci_pipe_private_t *) in ohci_polled_save_state()
1119 polled_toggle = (Get_ED(polled_pp->pp_ept->hced_headp) & in ohci_polled_save_state()
1143 Set_ED(polled_pp->pp_ept->hced_headp, in ohci_polled_save_state()
1144 Get_ED(polled_pp->pp_ept->hced_headp) & in ohci_polled_save_state()
1147 Set_ED(polled_pp->pp_ept->hced_headp, in ohci_polled_save_state()
1148 Get_ED(polled_pp->pp_ept->hced_headp) | in ohci_polled_save_state()
1157 if (polled_pp->pp_ept->hced_headp & HC_EPT_Halt) { in ohci_polled_save_state()
1160 Set_ED(polled_pp->pp_ept->hced_headp, in ohci_polled_save_state()
1161 (Get_ED(polled_pp->pp_ept->hced_headp) & ~HC_EPT_Halt)); in ohci_polled_save_state()
[all …]