Searched refs:HC_EPT_TD_TAIL (Results 1 – 2 of 2) sorted by relevance
326 #define HC_EPT_TD_TAIL 0xFFFFFFF0 /* TD tail mask */ macro
4397 ASSERT((Get_ED(ept->hced_tailp) & HC_EPT_TD_TAIL) == in ohci_remove_periodic_ed()6447 addr = Get_ED(ept->hced_tailp) & (uint32_t)HC_EPT_TD_TAIL; in ohci_traverse_tds()6470 (Get_TD(headp->hctd_next_td) & HC_EPT_TD_TAIL))); in ohci_traverse_tds()6496 (Get_ED(ept->hced_tailp) & HC_EPT_TD_TAIL), in ohci_traverse_tds()6499 ASSERT((Get_ED(ept->hced_tailp) & HC_EPT_TD_TAIL) == in ohci_traverse_tds()10363 ASSERT((Get_ED(pp->pp_ept->hced_tailp) & HC_EPT_TD_TAIL) == in ohci_pipe_cleanup()10409 Get_ED(ept->hced_tailp) & (uint32_t)HC_EPT_TD_TAIL)); in ohci_wait_for_transfers_completion()10446 HC_EPT_TD_TAIL))); in ohci_wait_for_transfers_completion()10570 Get_ED(ed->hced_tailp) & (uint32_t)HC_EPT_TD_TAIL)); in ohci_save_data_toggle()