Home
last modified time | relevance | path

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

/Linux-v5.4/drivers/usb/host/
Dxhci-hub.c601 temp = readl(port->addr + PORTPMSC); in xhci_port_set_test_mode()
603 writel(temp, port->addr + PORTPMSC); in xhci_port_set_test_mode()
1345 temp = readl(ports[wIndex]->addr + PORTPMSC); in xhci_hub_control()
1348 writel(temp, ports[wIndex]->addr + PORTPMSC); in xhci_hub_control()
1353 temp = readl(ports[wIndex]->addr + PORTPMSC); in xhci_hub_control()
1356 writel(temp, ports[wIndex]->addr + PORTPMSC); in xhci_hub_control()
Dxhci.h150 #define PORTPMSC 1 macro
Dxhci.c4409 pm_addr = ports[port_num]->addr + PORTPMSC; in xhci_set_usb2_hardware_lpm()