Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/usb/host/
Dehci-hub.c167 u32 __iomem *hostpc_reg = &ehci->regs->hostpc[port]; in ehci_adjust_port_wakeup_flags() local
169 temp = ehci_readl(ehci, hostpc_reg); in ehci_adjust_port_wakeup_flags()
170 ehci_writel(ehci, temp & ~HOSTPC_PHCD, hostpc_reg); in ehci_adjust_port_wakeup_flags()
199 u32 __iomem *hostpc_reg = &ehci->regs->hostpc[port]; in ehci_adjust_port_wakeup_flags() local
201 temp = ehci_readl(ehci, hostpc_reg); in ehci_adjust_port_wakeup_flags()
202 ehci_writel(ehci, temp | HOSTPC_PHCD, hostpc_reg); in ehci_adjust_port_wakeup_flags()
320 u32 __iomem *hostpc_reg = &ehci->regs->hostpc[port]; in ehci_bus_suspend() local
323 t3 = ehci_readl(ehci, hostpc_reg); in ehci_bus_suspend()
324 ehci_writel(ehci, t3 | HOSTPC_PHCD, hostpc_reg); in ehci_bus_suspend()
325 t3 = ehci_readl(ehci, hostpc_reg); in ehci_bus_suspend()
[all …]