Home
last modified time | relevance | path

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

/OK3568_Linux_fs/u-boot/drivers/usb/host/
H A Ddwc2.c293 DWC2_HCCHAR_CHDIS); in dwc_otg_core_host_init()
299 DWC2_HCCHAR_CHEN | DWC2_HCCHAR_CHDIS); in dwc_otg_core_host_init()
884 DWC2_HCCHAR_CHEN | DWC2_HCCHAR_CHDIS | in transfer_chunk()
H A Ddwc2.h635 #define DWC2_HCCHAR_CHDIS (1 << 30) macro