pm_val           4387 drivers/usb/host/xhci.c 	u32		pm_val, hlpm_val, field;
pm_val           4409 drivers/usb/host/xhci.c 	pm_val = readl(pm_addr);
pm_val           4456 drivers/usb/host/xhci.c 		pm_val &= ~PORT_HIRD_MASK;
pm_val           4457 drivers/usb/host/xhci.c 		pm_val |= PORT_HIRD(hird) | PORT_RWE | PORT_L1DS(udev->slot_id);
pm_val           4458 drivers/usb/host/xhci.c 		writel(pm_val, pm_addr);
pm_val           4459 drivers/usb/host/xhci.c 		pm_val = readl(pm_addr);
pm_val           4460 drivers/usb/host/xhci.c 		pm_val |= PORT_HLE;
pm_val           4461 drivers/usb/host/xhci.c 		writel(pm_val, pm_addr);
pm_val           4465 drivers/usb/host/xhci.c 		pm_val &= ~(PORT_HLE | PORT_RWE | PORT_HIRD_MASK | PORT_L1DS_MASK);
pm_val           4466 drivers/usb/host/xhci.c 		writel(pm_val, pm_addr);