Lines Matching defs:int_status
841 u32 int_status;
848 int_status = cdns_readl(cdns, CDNS_MCP_INTSTAT);
851 if (int_status & CDNS_MCP_INT_RESERVED)
854 if (!(int_status & CDNS_MCP_INT_IRQ))
857 if (int_status & CDNS_MCP_INT_RX_WL) {
870 if (int_status & CDNS_MCP_INT_PARITY) {
875 if (int_status & CDNS_MCP_INT_CTRL_CLASH) {
880 if (int_status & CDNS_MCP_INT_DATA_CLASH) {
889 int_status & CDNS_MCP_INT_DPINT) {
901 if (int_status & CDNS_MCP_INT_SLAVE_MASK) {
906 int_status &= ~CDNS_MCP_INT_SLAVE_MASK;
919 cdns_writel(cdns, CDNS_MCP_INTSTAT, int_status);