Home
last modified time | relevance | path

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

/OK3568_Linux_fs/u-boot/drivers/usb/dwc3/
H A Dcore.c696 u8 hird_threshold; in dwc3_uboot_init() local
725 hird_threshold = 12; in dwc3_uboot_init()
732 if (dwc3_dev->hird_threshold) in dwc3_uboot_init()
733 hird_threshold = dwc3_dev->hird_threshold; in dwc3_uboot_init()
761 dwc->hird_threshold = hird_threshold in dwc3_uboot_init()
974 u8 hird_threshold; in dwc3_of_parse() local
986 hird_threshold = 12; in dwc3_of_parse()
1000 hird_threshold = *tmp; in dwc3_of_parse()
1035 dwc->hird_threshold = hird_threshold in dwc3_of_parse()
H A Dcore.h812 u8 hird_threshold; member
H A Dgadget.c2225 reg |= DWC3_DCTL_HIRD_THRES(dwc->hird_threshold); in dwc3_gadget_conndone_interrupt()
/OK3568_Linux_fs/u-boot/include/
H A Ddwc3-uboot.h25 u8 hird_threshold; member
/OK3568_Linux_fs/kernel/drivers/usb/dwc3/
H A Dcore.c1308 u8 hird_threshold; in dwc3_get_properties() local
1327 hird_threshold = 12; in dwc3_get_properties()
1362 &hird_threshold); in dwc3_get_properties()
1440 dwc->hird_threshold = hird_threshold; in dwc3_get_properties()
H A Dcore.h1267 u8 hird_threshold; member
H A Dgadget.c3019 clamp_t(u8, dwc->hird_threshold, 2, 15); in dwc3_gadget_config_params()
4250 reg |= DWC3_DCTL_HIRD_THRES(dwc->hird_threshold | in dwc3_gadget_conndone_interrupt()
/OK3568_Linux_fs/kernel/drivers/usb/dwc2/
H A Dparams.c351 p->hird_threshold = 4; in dwc2_set_param_lpm()
683 CHECK_RANGE(hird_threshold, 0, hsotg->params.besl ? 12 : 7, 0); in dwc2_check_params()
H A Dcore.h488 u8 hird_threshold; member
H A Ddebugfs.c704 print_param(seq, p, hird_threshold); in params_show()
H A Dgadget.c5252 val |= hsotg->params.hird_threshold << GLPMCFG_HIRD_THRES_SHIFT; in dwc2_gadget_init_lpm()