Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/io/usb/hcd/openhci/
H A Dohci_polled.c1136 real_toggle = (Get_ED(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()
1162 Set_ED(polled_pp->pp_ept->hced_headp, in ohci_polled_save_state()
1432 Set_ED(pp->pp_ept->hced_headp, in ohci_polled_restore_state()
1433 Get_ED(pp->pp_ept->hced_headp) & in ohci_polled_restore_state()
1436 Set_ED(pp->pp_ept->hced_headp, in ohci_polled_restore_state()
1437 Get_ED(pp->pp_ept->hced_headp) | in ohci_polled_restore_state()
[all …]
H A Dohci.c2797 Set_ED(pp->pp_ept->hced_headp, in ohci_hcdi_pipe_reset_data_toggle()
4213 if ((Get_ED(ept->hced_headp) & HC_EPT_Halt) || in ohci_modify_sKip_bit()
8647 Set_ED(pp->pp_ept->hced_headp, in ohci_check_for_error()
8648 (Get_ED(pp->pp_ept->hced_headp) & in ohci_check_for_error()
8865 hced_head = Get_ED(pp->pp_ept->hced_headp); in ohci_cleanup_data_underrun()
8888 Set_ED(pp->pp_ept->hced_headp, in ohci_cleanup_data_underrun()
10580 data_toggle = (Get_ED(ed->hced_headp) & in ohci_save_data_toggle()
10596 data_toggle = (Get_ED(ed->hced_headp) & in ohci_save_data_toggle()
10663 Set_ED(pp->pp_ept->hced_headp, in ohci_restore_data_toggle()
10666 Set_ED(pp->pp_ept->hced_headp, in ohci_restore_data_toggle()
[all …]
/illumos-gate/usr/src/uts/common/sys/usb/hcd/openhci/
H A Dohci.h296 uint32_t hced_headp; /* (ohci_td *) Next trans. */ member