Searched refs:pm_val (Results 1 – 1 of 1) sorted by relevance
4395 u32 pm_val, hlpm_val, field; in xhci_set_usb2_hardware_lpm() local4420 pm_val = readl(pm_addr); in xhci_set_usb2_hardware_lpm()4467 pm_val &= ~PORT_HIRD_MASK; in xhci_set_usb2_hardware_lpm()4468 pm_val |= PORT_HIRD(hird) | PORT_RWE | PORT_L1DS(udev->slot_id); in xhci_set_usb2_hardware_lpm()4469 writel(pm_val, pm_addr); in xhci_set_usb2_hardware_lpm()4470 pm_val = readl(pm_addr); in xhci_set_usb2_hardware_lpm()4471 pm_val |= PORT_HLE; in xhci_set_usb2_hardware_lpm()4472 writel(pm_val, pm_addr); in xhci_set_usb2_hardware_lpm()4476 pm_val &= ~(PORT_HLE | PORT_RWE | PORT_HIRD_MASK | PORT_L1DS_MASK); in xhci_set_usb2_hardware_lpm()4477 writel(pm_val, pm_addr); in xhci_set_usb2_hardware_lpm()[all …]