hird              572 drivers/usb/dwc2/core_intr.c 	u32 hird;
hird              587 drivers/usb/dwc2/core_intr.c 	hird = (glpmcfg & GLPMCFG_HIRD_MASK) >> GLPMCFG_HIRD_SHIFT;
hird              596 drivers/usb/dwc2/core_intr.c 		if (hird_thres_en && hird >= hird_thres) {
hird               73 drivers/usb/host/fotg210-hcd.c static unsigned int hird;
hird               74 drivers/usb/host/fotg210-hcd.c module_param(hird, int, S_IRUGO);
hird               75 drivers/usb/host/fotg210-hcd.c MODULE_PARM_DESC(hird, "host initiated resume duration, +1 for each 75us");
hird             4390 drivers/usb/host/xhci.c 	int		hird, exit_latency;
hird             4425 drivers/usb/host/xhci.c 				hird = USB_GET_BESL_BASELINE(field);
hird             4427 drivers/usb/host/xhci.c 				hird = udev->l1_params.besl;
hird             4429 drivers/usb/host/xhci.c 			exit_latency = xhci_besl_encoding[hird];
hird             4453 drivers/usb/host/xhci.c 			hird = xhci_calculate_hird_besl(xhci, udev);
hird             4457 drivers/usb/host/xhci.c 		pm_val |= PORT_HIRD(hird) | PORT_RWE | PORT_L1DS(udev->slot_id);