Home
last modified time | relevance | path

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

/openbmc/u-boot/drivers/usb/dwc3/
H A Dcore.c622 u8 hird_threshold; in dwc3_uboot_init() local
649 hird_threshold = 12; in dwc3_uboot_init()
656 if (dwc3_dev->hird_threshold) in dwc3_uboot_init()
657 hird_threshold = dwc3_dev->hird_threshold; in dwc3_uboot_init()
684 dwc->hird_threshold = hird_threshold in dwc3_uboot_init()
H A Dcore.h789 u8 hird_threshold; member
H A Dgadget.c2197 reg |= DWC3_DCTL_HIRD_THRES(dwc->hird_threshold); in dwc3_gadget_conndone_interrupt()
/openbmc/u-boot/include/
H A Ddwc3-uboot.h22 u8 hird_threshold; member
/openbmc/linux/drivers/usb/dwc3/
H A Dcore.c1492 u8 hird_threshold; in dwc3_get_properties() local
1515 hird_threshold = 12; in dwc3_get_properties()
1552 &hird_threshold); in dwc3_get_properties()
1648 dwc->hird_threshold = hird_threshold; in dwc3_get_properties()
H A Dcore.h1288 u8 hird_threshold; member
H A Dgadget.c3016 clamp_t(u8, dwc->hird_threshold, 2, 15); in dwc3_gadget_config_params()
4169 reg |= DWC3_DCTL_HIRD_THRES(dwc->hird_threshold | in dwc3_gadget_conndone_interrupt()
/openbmc/linux/drivers/usb/dwc2/
H A Dparams.c448 p->hird_threshold = 4; in dwc2_set_param_lpm()
779 CHECK_RANGE(hird_threshold, 0, hsotg->params.besl ? 12 : 7, 0); in dwc2_check_params()
H A Dcore.h468 u8 hird_threshold; member
H A Ddebugfs.c708 print_param(seq, p, hird_threshold); in params_show()
H A Dgadget.c5278 val |= hsotg->params.hird_threshold << GLPMCFG_HIRD_THRES_SHIFT; in dwc2_gadget_init_lpm()