Home
last modified time | relevance | path

Searched refs:portpmsc (Results 1 – 7 of 7) sorted by relevance

/linux/drivers/usb/cdns3/
H A Dcdnsp-ep0.c197 temp = readl(&pdev->active_port->regs->portpmsc) & ~GENMASK(31, 28); in cdnsp_enter_test_mode()
199 writel(temp, &pdev->active_port->regs->portpmsc); in cdnsp_enter_test_mode()
H A Dcdnsp-gadget.c954 &pdev->active_port->regs->portpmsc); in cdnsp_set_usb2_hardware_lpm()
956 writel(PORT_L1S_NYET, &pdev->active_port->regs->portpmsc); in cdnsp_set_usb2_hardware_lpm()
1531 portpm = readl(&port_regs->portpmsc); in __cdnsp_gadget_wakeup()
H A Dcdnsp-gadget.h144 __le32 portpmsc; member
H A Dcdnsp-ring.c786 &pdev->usb3_port.regs->portpmsc); in cdnsp_update_port_id()
/linux/drivers/usb/host/
H A Dxhci-hub.c686 temp = readl(&port->port_reg->portpmsc); in xhci_port_set_test_mode()
688 writel(temp, &port->port_reg->portpmsc); in xhci_port_set_test_mode()
1523 temp = readl(&port->port_reg->portpmsc); in xhci_hub_control()
1526 writel(temp, &port->port_reg->portpmsc); in xhci_hub_control()
1531 temp = readl(&port->port_reg->portpmsc); in xhci_hub_control()
1534 writel(temp, &port->port_reg->portpmsc); in xhci_hub_control()
H A Dxhci.c4678 pm_val = readl(&port_reg->portpmsc); in xhci_set_usb2_hardware_lpm()
4716 writel(pm_val, &port_reg->portpmsc); in xhci_set_usb2_hardware_lpm()
4717 pm_val = readl(&port_reg->portpmsc); in xhci_set_usb2_hardware_lpm()
4719 writel(pm_val, &port_reg->portpmsc); in xhci_set_usb2_hardware_lpm()
4721 readl(&port_reg->portpmsc); in xhci_set_usb2_hardware_lpm()
4724 writel(pm_val, &port_reg->portpmsc); in xhci_set_usb2_hardware_lpm()
4726 readl(&port_reg->portpmsc); in xhci_set_usb2_hardware_lpm()
H A Dxhci.h86 __le32 portpmsc; member