Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/usb/host/
Dxhci-hub.c1112 temp = readl(port_array[wIndex] + PORTPMSC); in xhci_hub_control()
1115 writel(temp, port_array[wIndex] + PORTPMSC); in xhci_hub_control()
1120 temp = readl(port_array[wIndex] + PORTPMSC); in xhci_hub_control()
1123 writel(temp, port_array[wIndex] + PORTPMSC); in xhci_hub_control()
Dxhci.h160 #define PORTPMSC 1 macro
Dxhci.c4156 pm_addr = port_array[port_num] + PORTPMSC; in xhci_set_usb2_hardware_lpm()