Searched refs:HC_EPT_Carry (Results 1 – 3 of 3) sorted by relevance
1120 HC_EPT_Carry) ? DATA1:DATA0; in ohci_polled_save_state()1135 HC_EPT_Carry) ? DATA1:DATA0; in ohci_polled_save_state()1145 ~HC_EPT_Carry); in ohci_polled_save_state()1149 HC_EPT_Carry); in ohci_polled_save_state()1412 HC_EPT_Carry) ? DATA1:DATA0; in ohci_polled_restore_state()1425 HC_EPT_Carry) ? DATA1:DATA0; in ohci_polled_restore_state()1431 ~HC_EPT_Carry); in ohci_polled_restore_state()1435 HC_EPT_Carry); in ohci_polled_restore_state()
2814 Get_ED(pp->pp_ept->hced_headp) & (~HC_EPT_Carry)); in ohci_hcdi_pipe_reset_data_toggle()10601 HC_EPT_Carry)? DATA1:DATA0; in ohci_save_data_toggle()10617 HC_EPT_Carry)? DATA1:DATA0; in ohci_save_data_toggle()10684 Get_ED(pp->pp_ept->hced_headp) | HC_EPT_Carry); in ohci_restore_data_toggle()10687 Get_ED(pp->pp_ept->hced_headp) & (~HC_EPT_Carry)); in ohci_restore_data_toggle()11209 "\ttoggle carry: 0x%x", Get_ED(ed->hced_headp) & HC_EPT_Carry); in ohci_print_ed()
321 #define HC_EPT_Carry 0x00000002 /* Toggle carry */ macro