Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/drivers/usb/host/
H A Dxhci-hub.c617 temp = readl(port->addr + PORTPMSC); in xhci_port_set_test_mode()
619 writel(temp, port->addr + PORTPMSC); in xhci_port_set_test_mode()
1421 temp = readl(ports[wIndex]->addr + PORTPMSC); in xhci_hub_control()
1424 writel(temp, ports[wIndex]->addr + PORTPMSC); in xhci_hub_control()
1429 temp = readl(ports[wIndex]->addr + PORTPMSC); in xhci_hub_control()
1432 writel(temp, ports[wIndex]->addr + PORTPMSC); in xhci_hub_control()
H A Dxhci.h154 #define PORTPMSC 1 macro
H A Dxhci.c4470 pm_addr = ports[port_num]->addr + PORTPMSC; in xhci_set_usb2_hardware_lpm()