Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/drivers/usb/host/
Dxhci-hub.c612 temp = readl(port->addr + PORTPMSC); in xhci_port_set_test_mode()
614 writel(temp, port->addr + PORTPMSC); in xhci_port_set_test_mode()
1416 temp = readl(ports[wIndex]->addr + PORTPMSC); in xhci_hub_control()
1419 writel(temp, ports[wIndex]->addr + PORTPMSC); in xhci_hub_control()
1424 temp = readl(ports[wIndex]->addr + PORTPMSC); in xhci_hub_control()
1427 writel(temp, ports[wIndex]->addr + PORTPMSC); in xhci_hub_control()
Dxhci.h153 #define PORTPMSC 1 macro
Dxhci.c4481 pm_addr = ports[port_num]->addr + PORTPMSC; in xhci_set_usb2_hardware_lpm()