Lines Matching refs:PORT_RWC_BITS
2362 writel(PORT_RWC_BITS, &oxu->regs->port_status[port]); in ehci_turn_off_all_ports()
3206 writel((temp & ~PORT_RWC_BITS) | PORT_PEC, status_reg); in oxu_hub_control()
3215 temp &= ~(PORT_RWC_BITS | PORT_WAKE_BITS); in oxu_hub_control()
3226 writel(temp & ~(PORT_RWC_BITS | PORT_POWER), in oxu_hub_control()
3230 writel((temp & ~PORT_RWC_BITS) | PORT_CSC, status_reg); in oxu_hub_control()
3233 writel((temp & ~PORT_RWC_BITS) | PORT_OCC, status_reg); in oxu_hub_control()
3287 writel(temp & ~(PORT_RWC_BITS | PORT_RESUME), in oxu_hub_control()
3309 writel(temp & ~(PORT_RWC_BITS | PORT_RESET), in oxu_hub_control()
3330 temp &= ~PORT_RWC_BITS; in oxu_hub_control()
3385 temp &= ~PORT_RWC_BITS; in oxu_hub_control()
3483 u32 t1 = readl(reg) & ~PORT_RWC_BITS; in oxu_bus_suspend()
3564 temp &= ~(PORT_RWC_BITS in oxu_bus_resume()
3577 temp &= ~(PORT_RWC_BITS | PORT_RESUME); in oxu_bus_resume()