Home
last modified time | relevance | path

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

/linux-4.1.27/drivers/usb/dwc3/
Dcore.c739 u8 hird_threshold; in dwc3_probe() local
801 hird_threshold = 12; in dwc3_probe()
812 &hird_threshold); in dwc3_probe()
851 if (pdata->hird_threshold) in dwc3_probe()
852 hird_threshold = pdata->hird_threshold; in dwc3_probe()
881 dwc->hird_threshold = hird_threshold in dwc3_probe()
Dplatform_data.h30 u8 hird_threshold; member
Dcore.h819 u8 hird_threshold; member
Dgadget.c2352 reg |= DWC3_DCTL_HIRD_THRES(dwc->hird_threshold); in dwc3_gadget_conndone_interrupt()