Home
last modified time | relevance | path

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

/linux-4.1.27/drivers/usb/host/
Dxhci-hub.c957 temp = readl(port_array[wIndex] + PORTPMSC); in xhci_hub_control()
960 writel(temp, port_array[wIndex] + PORTPMSC); in xhci_hub_control()
965 temp = readl(port_array[wIndex] + PORTPMSC); in xhci_hub_control()
968 writel(temp, port_array[wIndex] + PORTPMSC); in xhci_hub_control()
Dxhci.h138 #define PORTPMSC 1 macro
Dxhci.c4168 pm_addr = port_array[port_num] + PORTPMSC; in xhci_set_usb2_hardware_lpm()