Home
last modified time | relevance | path

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

/external/u-boot/drivers/usb/host/
Ddwc2.c287 DWC2_HCCHAR_CHDIS); in dwc_otg_core_host_init()
293 DWC2_HCCHAR_CHEN | DWC2_HCCHAR_CHDIS); in dwc_otg_core_host_init()
878 DWC2_HCCHAR_CHEN | DWC2_HCCHAR_CHDIS | in transfer_chunk()
Ddwc2.h634 #define DWC2_HCCHAR_CHDIS (1 << 30) macro