Lines Matching refs:pp_ept

2591 	pp->pp_ept = ohci_alloc_hc_ed(ohcip, ph);  in ohci_hcdi_pipe_open()
2593 if (pp->pp_ept == NULL) { in ohci_hcdi_pipe_open()
2797 Set_ED(pp->pp_ept->hced_headp, in ohci_hcdi_pipe_reset_data_toggle()
2798 Get_ED(pp->pp_ept->hced_headp) & (~HC_EPT_Carry)); in ohci_hcdi_pipe_reset_data_toggle()
3929 ohci_ed_t *ept = pp->pp_ept; in ohci_insert_ctrl_ed()
3976 ohci_ed_t *ept = pp->pp_ept; in ohci_insert_bulk_ed()
4024 ohci_ed_t *ept = pp->pp_ept; in ohci_insert_intr_ed()
4122 ohci_ed_t *ept = pp->pp_ept; in ohci_insert_isoc_ed()
4189 ohci_ed_t *ept = pp->pp_ept; in ohci_modify_sKip_bit()
4288 ohci_ed_t *ept = pp->pp_ept; /* ept to be removed */ in ohci_remove_ctrl_ed()
4338 ohci_ed_t *ept = pp->pp_ept; /* ept to be removed */ in ohci_remove_bulk_ed()
4389 ohci_ed_t *ept = pp->pp_ept; /* ept to be removed */ in ohci_remove_periodic_ed()
4575 ohci_ed_t *ept = pp->pp_ept; /* ept to be removed */ in ohci_insert_ed_on_reclaim_list()
5861 ohci_ed_t *ept = pp->pp_ept; in ohci_insert_hc_td()
6247 ohci_ed_t *ept = pp->pp_ept; in ohci_insert_td_with_frame_number()
6432 ept = pp->pp_ept; in ohci_traverse_tds()
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()
8681 uint_t hced_ctrl = Get_ED(pp->pp_ept->hced_ctrl); in ohci_check_for_error()
8865 hced_head = Get_ED(pp->pp_ept->hced_headp); in ohci_cleanup_data_underrun()
8867 uint_t hced_ctrl = Get_ED(pp->pp_ept->hced_ctrl); in ohci_cleanup_data_underrun()
8876 Set_ED(pp->pp_ept->hced_headp, hced_head | HC_EPT_Halt); in ohci_cleanup_data_underrun()
8888 Set_ED(pp->pp_ept->hced_headp, in ohci_cleanup_data_underrun()
10363 ASSERT((Get_ED(pp->pp_ept->hced_tailp) & HC_EPT_TD_TAIL) == in ohci_pipe_cleanup()
10364 (Get_ED(pp->pp_ept->hced_headp) & HC_EPT_TD_HEAD)); in ohci_pipe_cleanup()
10397 ohci_ed_t *ept = pp->pp_ept; in ohci_wait_for_transfers_completion()
10547 ohci_ed_t *ed = pp->pp_ept; in ohci_save_data_toggle()
10663 Set_ED(pp->pp_ept->hced_headp, in ohci_restore_data_toggle()
10664 Get_ED(pp->pp_ept->hced_headp) | HC_EPT_Carry); in ohci_restore_data_toggle()
10666 Set_ED(pp->pp_ept->hced_headp, in ohci_restore_data_toggle()
10667 Get_ED(pp->pp_ept->hced_headp) & (~HC_EPT_Carry)); in ohci_restore_data_toggle()