Home
last modified time | relevance | path

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

/drivers/usb/host/
Dehci-hub.c177 u32 __iomem *hostpc_reg = &ehci->regs->hostpc[port]; in ehci_adjust_port_wakeup_flags() local
179 temp = ehci_readl(ehci, hostpc_reg); in ehci_adjust_port_wakeup_flags()
180 ehci_writel(ehci, temp & ~HOSTPC_PHCD, hostpc_reg); in ehci_adjust_port_wakeup_flags()
209 u32 __iomem *hostpc_reg = &ehci->regs->hostpc[port]; in ehci_adjust_port_wakeup_flags() local
211 temp = ehci_readl(ehci, hostpc_reg); in ehci_adjust_port_wakeup_flags()
212 ehci_writel(ehci, temp | HOSTPC_PHCD, hostpc_reg); in ehci_adjust_port_wakeup_flags()
322 u32 __iomem *hostpc_reg = &ehci->regs->hostpc[port]; in ehci_bus_suspend() local
325 t3 = ehci_readl(ehci, hostpc_reg); in ehci_bus_suspend()
326 ehci_writel(ehci, t3 | HOSTPC_PHCD, hostpc_reg); in ehci_bus_suspend()
327 t3 = ehci_readl(ehci, hostpc_reg); in ehci_bus_suspend()
[all …]