Home
last modified time | relevance | path

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

/linux-6.1.9/drivers/usb/host/
Dxhci.c4518 u32 pm_val, hlpm_val, field; in xhci_set_usb2_hardware_lpm() local
4543 pm_val = readl(pm_addr); in xhci_set_usb2_hardware_lpm()
4580 pm_val &= ~PORT_HIRD_MASK; in xhci_set_usb2_hardware_lpm()
4581 pm_val |= PORT_HIRD(hird) | PORT_RWE | PORT_L1DS(udev->slot_id); in xhci_set_usb2_hardware_lpm()
4582 writel(pm_val, pm_addr); in xhci_set_usb2_hardware_lpm()
4583 pm_val = readl(pm_addr); in xhci_set_usb2_hardware_lpm()
4584 pm_val |= PORT_HLE; in xhci_set_usb2_hardware_lpm()
4585 writel(pm_val, pm_addr); in xhci_set_usb2_hardware_lpm()
4589 pm_val &= ~(PORT_HLE | PORT_RWE | PORT_HIRD_MASK | PORT_L1DS_MASK); in xhci_set_usb2_hardware_lpm()
4590 writel(pm_val, pm_addr); in xhci_set_usb2_hardware_lpm()
[all …]