Lines Matching refs:pm_addr
3864 __le32 __iomem *addr, *pm_addr; in xhci_usb2_software_lpm_test() local
3913 pm_addr = port_array[port_num] + 1; in xhci_usb2_software_lpm_test()
3916 xhci_writel(xhci, temp, pm_addr); in xhci_usb2_software_lpm_test()
3928 ret = handshake(xhci, pm_addr, PORT_L1S_MASK, PORT_L1S_SUCCESS, 125); in xhci_usb2_software_lpm_test()
3936 temp = xhci_readl(xhci, pm_addr); in xhci_usb2_software_lpm_test()
3989 __le32 __iomem *pm_addr; in xhci_set_usb2_hardware_lpm() local
4010 pm_addr = port_array[port_num] + 1; in xhci_set_usb2_hardware_lpm()
4011 temp = xhci_readl(xhci, pm_addr); in xhci_set_usb2_hardware_lpm()
4021 xhci_writel(xhci, temp, pm_addr); in xhci_set_usb2_hardware_lpm()
4022 temp = xhci_readl(xhci, pm_addr); in xhci_set_usb2_hardware_lpm()
4024 xhci_writel(xhci, temp, pm_addr); in xhci_set_usb2_hardware_lpm()
4027 xhci_writel(xhci, temp, pm_addr); in xhci_set_usb2_hardware_lpm()