Searched refs:pm_val (Results 1 – 1 of 1) sorted by relevance
4659 u32 pm_val, hlpm_val, field; in xhci_set_usb2_hardware_lpm() local4684 pm_val = readl(&port_reg->portpmsc); in xhci_set_usb2_hardware_lpm()4720 pm_val &= ~PORT_HIRD_MASK; in xhci_set_usb2_hardware_lpm()4721 pm_val |= PORT_HIRD(hird) | PORT_RWE | PORT_L1DS(udev->slot_id); in xhci_set_usb2_hardware_lpm()4722 writel(pm_val, &port_reg->portpmsc); in xhci_set_usb2_hardware_lpm()4723 pm_val = readl(&port_reg->portpmsc); in xhci_set_usb2_hardware_lpm()4724 pm_val |= PORT_HLE; in xhci_set_usb2_hardware_lpm()4725 writel(pm_val, &port_reg->portpmsc); in xhci_set_usb2_hardware_lpm()4729 pm_val &= ~(PORT_HLE | PORT_RWE | PORT_HIRD_MASK | PORT_L1DS_MASK); in xhci_set_usb2_hardware_lpm()4730 writel(pm_val, &port_reg->portpmsc); in xhci_set_usb2_hardware_lpm()[all …]