Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/io/usb/hcd/openhci/
H A Dohci_polled.c1122 HC_EPT_Carry) ? DATA1:DATA0; in ohci_polled_save_state()
1137 HC_EPT_Carry) ? DATA1:DATA0; in ohci_polled_save_state()
1147 ~HC_EPT_Carry); in ohci_polled_save_state()
1151 HC_EPT_Carry); in ohci_polled_save_state()
1415 HC_EPT_Carry) ? DATA1:DATA0; in ohci_polled_restore_state()
1428 HC_EPT_Carry) ? DATA1:DATA0; in ohci_polled_restore_state()
1434 ~HC_EPT_Carry); in ohci_polled_restore_state()
1438 HC_EPT_Carry); in ohci_polled_restore_state()
H A Dohci.c2798 Get_ED(pp->pp_ept->hced_headp) & (~HC_EPT_Carry)); in ohci_hcdi_pipe_reset_data_toggle()
10581 HC_EPT_Carry)? DATA1:DATA0; in ohci_save_data_toggle()
10597 HC_EPT_Carry)? DATA1:DATA0; in ohci_save_data_toggle()
10664 Get_ED(pp->pp_ept->hced_headp) | HC_EPT_Carry); in ohci_restore_data_toggle()
10667 Get_ED(pp->pp_ept->hced_headp) & (~HC_EPT_Carry)); in ohci_restore_data_toggle()
11185 "\ttoggle carry: 0x%x", Get_ED(ed->hced_headp) & HC_EPT_Carry); in ohci_print_ed()
/illumos-gate/usr/src/uts/common/sys/usb/hcd/openhci/
H A Dohci.h321 #define HC_EPT_Carry 0x00000002 /* Toggle carry */ macro