Lines Matching refs:pm_val
4446 u32 pm_val, hlpm_val, field; in xhci_set_usb2_hardware_lpm() local
4471 pm_val = readl(pm_addr); in xhci_set_usb2_hardware_lpm()
4518 pm_val &= ~PORT_HIRD_MASK; in xhci_set_usb2_hardware_lpm()
4519 pm_val |= PORT_HIRD(hird) | PORT_RWE | PORT_L1DS(udev->slot_id); in xhci_set_usb2_hardware_lpm()
4520 writel(pm_val, pm_addr); in xhci_set_usb2_hardware_lpm()
4521 pm_val = readl(pm_addr); in xhci_set_usb2_hardware_lpm()
4522 pm_val |= PORT_HLE; in xhci_set_usb2_hardware_lpm()
4523 writel(pm_val, pm_addr); in xhci_set_usb2_hardware_lpm()
4527 pm_val &= ~(PORT_HLE | PORT_RWE | PORT_HIRD_MASK | PORT_L1DS_MASK); in xhci_set_usb2_hardware_lpm()
4528 writel(pm_val, pm_addr); in xhci_set_usb2_hardware_lpm()
4536 readl_poll_timeout(ports[port_num]->addr, pm_val, in xhci_set_usb2_hardware_lpm()
4537 (pm_val & PORT_PLS_MASK) == XDEV_U0, in xhci_set_usb2_hardware_lpm()