Lines Matching defs:PORT_RWC_BITS
196 #define PORT_RWC_BITS (PORT_CSC | PORT_PEC | PORT_OCC)
2774 writel(PORT_RWC_BITS, &oxu->regs->port_status[port]);
3612 writel((temp & ~PORT_RWC_BITS) | PORT_PEC, status_reg);
3621 temp &= ~(PORT_RWC_BITS | PORT_WAKE_BITS);
3632 writel(temp & ~(PORT_RWC_BITS | PORT_POWER),
3636 writel((temp & ~PORT_RWC_BITS) | PORT_CSC, status_reg);
3639 writel((temp & ~PORT_RWC_BITS) | PORT_OCC, status_reg);
3693 writel(temp & ~(PORT_RWC_BITS | PORT_RESUME),
3715 writel(temp & ~(PORT_RWC_BITS | PORT_RESET),
3736 temp &= ~PORT_RWC_BITS;
3791 temp &= ~PORT_RWC_BITS;
3889 u32 t1 = readl(reg) & ~PORT_RWC_BITS;
3972 temp &= ~(PORT_RWC_BITS
3985 temp &= ~(PORT_RWC_BITS | PORT_RESUME);