Home
last modified time | relevance | path

Searched refs:DWC3_DCTL_HIRD_THRES (Results 1 – 4 of 4) sorted by relevance

/OK3568_Linux_fs/u-boot/drivers/usb/dwc3/
H A Dcore.h253 #define DWC3_DCTL_HIRD_THRES(n) ((n) << 24) macro
H A Dgadget.c2225 reg |= DWC3_DCTL_HIRD_THRES(dwc->hird_threshold); in dwc3_gadget_conndone_interrupt()
/OK3568_Linux_fs/kernel/drivers/usb/dwc3/
H A Dcore.h425 #define DWC3_DCTL_HIRD_THRES(n) ((n) << 24) macro
H A Dgadget.c4250 reg |= DWC3_DCTL_HIRD_THRES(dwc->hird_threshold | in dwc3_gadget_conndone_interrupt()