Home
last modified time | relevance | path

Searched refs:hird_thres_en (Results 1 - 2 of 2) sorted by relevance

/kernel/linux/linux-5.10/drivers/usb/dwc2/
H A Dcore_intr.c580 u32 hird_thres_en; in dwc2_handle_lpm_intr() local
596 hird_thres_en = glpmcfg & GLPMCFG_HIRD_THRES_EN; in dwc2_handle_lpm_intr()
600 dev_dbg(hsotg->dev, "HIRD_THRES_EN = %d\n", hird_thres_en); in dwc2_handle_lpm_intr()
602 if (hird_thres_en && hird >= hird_thres) { in dwc2_handle_lpm_intr()
/kernel/linux/linux-6.6/drivers/usb/dwc2/
H A Dcore_intr.c569 u32 hird_thres_en; in dwc2_handle_lpm_intr() local
585 hird_thres_en = glpmcfg & GLPMCFG_HIRD_THRES_EN; in dwc2_handle_lpm_intr()
589 dev_dbg(hsotg->dev, "HIRD_THRES_EN = %d\n", hird_thres_en); in dwc2_handle_lpm_intr()
591 if (hird_thres_en && hird >= hird_thres) { in dwc2_handle_lpm_intr()

Completed in 3 milliseconds