Searched refs:hostpc_reg (Results 1 – 1 of 1) sorted by relevance
/linux-4.1.27/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() 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 …]
|