Lines Matching refs:PORT_RWC_BITS
196 #define PORT_RWC_BITS (PORT_CSC | PORT_PEC | PORT_OCC) macro
2773 writel(PORT_RWC_BITS, &oxu->regs->port_status[port]); in ehci_turn_off_all_ports()
3611 writel((temp & ~PORT_RWC_BITS) | PORT_PEC, status_reg); in oxu_hub_control()
3620 temp &= ~(PORT_RWC_BITS | PORT_WAKE_BITS); in oxu_hub_control()
3631 writel(temp & ~(PORT_RWC_BITS | PORT_POWER), in oxu_hub_control()
3635 writel((temp & ~PORT_RWC_BITS) | PORT_CSC, status_reg); in oxu_hub_control()
3638 writel((temp & ~PORT_RWC_BITS) | PORT_OCC, status_reg); in oxu_hub_control()
3692 writel(temp & ~(PORT_RWC_BITS | PORT_RESUME), in oxu_hub_control()
3714 writel(temp & ~(PORT_RWC_BITS | PORT_RESET), in oxu_hub_control()
3735 temp &= ~PORT_RWC_BITS; in oxu_hub_control()
3790 temp &= ~PORT_RWC_BITS; in oxu_hub_control()
3888 u32 t1 = readl(reg) & ~PORT_RWC_BITS; in oxu_bus_suspend()
3971 temp &= ~(PORT_RWC_BITS in oxu_bus_resume()
3984 temp &= ~(PORT_RWC_BITS | PORT_RESUME); in oxu_bus_resume()