Home
last modified time | relevance | path

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

/freebsd-11-stable/sys/dev/usb/controller/
HDdwc_otg.c1036 hcchar &= ~(HCCHAR_EPDIR_IN | HCCHAR_EPTYPE_MASK); in dwc_otg_host_setup_tx()
1087 hcchar &= ~(HCCHAR_EPDIR_IN | HCCHAR_EPTYPE_MASK); in dwc_otg_host_setup_tx()
1583 hcchar |= HCCHAR_EPDIR_IN; in dwc_otg_host_data_rx()
1653 hcchar |= HCCHAR_EPDIR_IN; in dwc_otg_host_data_rx()
2049 hcchar &= ~HCCHAR_EPDIR_IN; in dwc_otg_host_data_tx()
2113 hcchar &= ~HCCHAR_EPDIR_IN; in dwc_otg_host_data_tx()
2532 if ((td->hcchar & HCCHAR_EPDIR_IN) != 0) in dwc_otg_update_host_transfer_schedule_locked()
2563 if ((td->hcchar & HCCHAR_EPDIR_IN) == 0) in dwc_otg_update_host_transfer_schedule_locked()
3376 hcchar |= HCCHAR_EPDIR_IN; in dwc_otg_setup_standard_chain()
3405 if (td->hcchar & HCCHAR_EPDIR_IN) in dwc_otg_setup_standard_chain()
[all …]
HDdwc_otgreg.h538 #define HCCHAR_EPDIR_IN (1<<15) macro