Lines Matching refs:pm_val
4352 u32 pm_val, hlpm_val, field; in xhci_set_usb2_hardware_lpm() local
4377 pm_val = readl(pm_addr); in xhci_set_usb2_hardware_lpm()
4414 pm_val &= ~PORT_HIRD_MASK; in xhci_set_usb2_hardware_lpm()
4415 pm_val |= PORT_HIRD(hird) | PORT_RWE | PORT_L1DS(udev->slot_id); in xhci_set_usb2_hardware_lpm()
4416 writel(pm_val, pm_addr); in xhci_set_usb2_hardware_lpm()
4417 pm_val = readl(pm_addr); in xhci_set_usb2_hardware_lpm()
4418 pm_val |= PORT_HLE; in xhci_set_usb2_hardware_lpm()
4419 writel(pm_val, pm_addr); in xhci_set_usb2_hardware_lpm()
4423 pm_val &= ~(PORT_HLE | PORT_RWE | PORT_HIRD_MASK | PORT_L1DS_MASK); in xhci_set_usb2_hardware_lpm()
4424 writel(pm_val, pm_addr); in xhci_set_usb2_hardware_lpm()
4430 readl_poll_timeout(ports[port_num]->addr, pm_val, in xhci_set_usb2_hardware_lpm()
4431 (pm_val & PORT_PLS_MASK) == XDEV_U0, in xhci_set_usb2_hardware_lpm()