Home
last modified time | relevance | path

Searched refs:HCCHAR_EPDIR_IN (Results 1 – 2 of 2) sorted by relevance

/freebsd/sys/dev/usb/controller/
H A Ddwc_otg.c1028 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()
3398 if (td->hcchar & HCCHAR_EPDIR_IN) in dwc_otg_setup_standard_chain()
[all …]
H A Ddwc_otgreg.h539 #define HCCHAR_EPDIR_IN (1<<15) macro