Searched refs:HCCHAR_EPDIR_IN (Results 1 – 2 of 2) sorted by relevance
1028 hcchar &= ~(HCCHAR_EPDIR_IN | HCCHAR_EPTYPE_MASK); in dwc_otg_host_setup_tx() 1079 hcchar &= ~(HCCHAR_EPDIR_IN | HCCHAR_EPTYPE_MASK); in dwc_otg_host_setup_tx() 1575 hcchar |= HCCHAR_EPDIR_IN; in dwc_otg_host_data_rx() 1645 hcchar |= HCCHAR_EPDIR_IN; in dwc_otg_host_data_rx() 2040 hcchar &= ~HCCHAR_EPDIR_IN; in dwc_otg_host_data_tx() 2104 hcchar &= ~HCCHAR_EPDIR_IN; in dwc_otg_host_data_tx() 2516 if ((td->hcchar & HCCHAR_EPDIR_IN) != 0) in dwc_otg_update_host_transfer_schedule_locked() 2547 if ((td->hcchar & HCCHAR_EPDIR_IN) == 0) in dwc_otg_update_host_transfer_schedule_locked() 3344 hcchar |= HCCHAR_EPDIR_IN; in dwc_otg_setup_standard_chain() 3373 if (td->hcchar & HCCHAR_EPDIR_IN) in dwc_otg_setup_standard_chain() [all...]
539 #define HCCHAR_EPDIR_IN (1<<15) macro