Searched refs:pm_val (Results 1 – 1 of 1) sorted by relevance
4499 u32 pm_val, hlpm_val, field; in xhci_set_usb2_hardware_lpm() local4524 pm_val = readl(pm_addr); in xhci_set_usb2_hardware_lpm()4561 pm_val &= ~PORT_HIRD_MASK; in xhci_set_usb2_hardware_lpm()4562 pm_val |= PORT_HIRD(hird) | PORT_RWE | PORT_L1DS(udev->slot_id); in xhci_set_usb2_hardware_lpm()4563 writel(pm_val, pm_addr); in xhci_set_usb2_hardware_lpm()4564 pm_val = readl(pm_addr); in xhci_set_usb2_hardware_lpm()4565 pm_val |= PORT_HLE; in xhci_set_usb2_hardware_lpm()4566 writel(pm_val, pm_addr); in xhci_set_usb2_hardware_lpm()4571 writel(pm_val, pm_addr); in xhci_set_usb2_hardware_lpm()4577 readl_poll_timeout(ports[port_num]->addr, pm_val, in xhci_set_usb2_hardware_lpm()[all …]