Home
last modified time | relevance | path

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

/rk3399_rockchip-uboot/drivers/usb/dwc3/
H A Dcore.c697 u8 hird_threshold; in dwc3_uboot_init() local
726 hird_threshold = 12; in dwc3_uboot_init()
735 if (dwc3_dev->hird_threshold) in dwc3_uboot_init()
736 hird_threshold = dwc3_dev->hird_threshold; in dwc3_uboot_init()
767 dwc->hird_threshold = hird_threshold in dwc3_uboot_init()
980 u8 hird_threshold; in dwc3_of_parse() local
992 hird_threshold = 12; in dwc3_of_parse()
1006 hird_threshold = *tmp; in dwc3_of_parse()
1041 dwc->hird_threshold = hird_threshold in dwc3_of_parse()
H A Dcore.h812 u8 hird_threshold; member
H A Dgadget.c2237 reg |= DWC3_DCTL_HIRD_THRES(dwc->hird_threshold); in dwc3_gadget_conndone_interrupt()
/rk3399_rockchip-uboot/include/
H A Ddwc3-uboot.h25 u8 hird_threshold; member