Lines Matching refs:pm_val
4190 u32 pm_val, hlpm_val, field; in xhci_set_usb2_hardware_lpm() local
4212 pm_val = readl(pm_addr); in xhci_set_usb2_hardware_lpm()
4259 pm_val &= ~PORT_HIRD_MASK; in xhci_set_usb2_hardware_lpm()
4260 pm_val |= PORT_HIRD(hird) | PORT_RWE | PORT_L1DS(udev->slot_id); in xhci_set_usb2_hardware_lpm()
4261 writel(pm_val, pm_addr); in xhci_set_usb2_hardware_lpm()
4262 pm_val = readl(pm_addr); in xhci_set_usb2_hardware_lpm()
4263 pm_val |= PORT_HLE; in xhci_set_usb2_hardware_lpm()
4264 writel(pm_val, pm_addr); in xhci_set_usb2_hardware_lpm()
4268 pm_val &= ~(PORT_HLE | PORT_RWE | PORT_HIRD_MASK | PORT_L1DS_MASK); in xhci_set_usb2_hardware_lpm()
4269 writel(pm_val, pm_addr); in xhci_set_usb2_hardware_lpm()
4277 readl_poll_timeout(port_array[port_num], pm_val, in xhci_set_usb2_hardware_lpm()
4278 (pm_val & PORT_PLS_MASK) == XDEV_U0, in xhci_set_usb2_hardware_lpm()