Home
last modified time | relevance | path

Searched refs:pm_val (Results 1 – 1 of 1) sorted by relevance

/Linux-v4.19/drivers/usb/host/
Dxhci.c4252 u32 pm_val, hlpm_val, field; in xhci_set_usb2_hardware_lpm() local
4274 pm_val = readl(pm_addr); in xhci_set_usb2_hardware_lpm()
4321 pm_val &= ~PORT_HIRD_MASK; in xhci_set_usb2_hardware_lpm()
4322 pm_val |= PORT_HIRD(hird) | PORT_RWE | PORT_L1DS(udev->slot_id); in xhci_set_usb2_hardware_lpm()
4323 writel(pm_val, pm_addr); in xhci_set_usb2_hardware_lpm()
4324 pm_val = readl(pm_addr); in xhci_set_usb2_hardware_lpm()
4325 pm_val |= PORT_HLE; in xhci_set_usb2_hardware_lpm()
4326 writel(pm_val, pm_addr); in xhci_set_usb2_hardware_lpm()
4330 pm_val &= ~(PORT_HLE | PORT_RWE | PORT_HIRD_MASK | PORT_L1DS_MASK); in xhci_set_usb2_hardware_lpm()
4331 writel(pm_val, pm_addr); in xhci_set_usb2_hardware_lpm()