Searched refs:hostpc_reg (Results 1 – 1 of 1) sorted by relevance
| /linux-4.4.14/drivers/usb/host/ |
| D | ehci-hub.c | 178 u32 __iomem *hostpc_reg = &ehci->regs->hostpc[port]; in ehci_adjust_port_wakeup_flags() local 180 temp = ehci_readl(ehci, hostpc_reg); in ehci_adjust_port_wakeup_flags() 181 ehci_writel(ehci, temp & ~HOSTPC_PHCD, hostpc_reg); in ehci_adjust_port_wakeup_flags() 210 u32 __iomem *hostpc_reg = &ehci->regs->hostpc[port]; in ehci_adjust_port_wakeup_flags() local 212 temp = ehci_readl(ehci, hostpc_reg); in ehci_adjust_port_wakeup_flags() 213 ehci_writel(ehci, temp | HOSTPC_PHCD, hostpc_reg); in ehci_adjust_port_wakeup_flags() 323 u32 __iomem *hostpc_reg = &ehci->regs->hostpc[port]; in ehci_bus_suspend() local 326 t3 = ehci_readl(ehci, hostpc_reg); in ehci_bus_suspend() 327 ehci_writel(ehci, t3 | HOSTPC_PHCD, hostpc_reg); in ehci_bus_suspend() 328 t3 = ehci_readl(ehci, hostpc_reg); in ehci_bus_suspend() [all …]
|