Lines Matching refs:stat
101 unsigned int stat, dummy;
109 * stat = readl(IC_INTR_STAT);
111 * stat = readl(IC_RAW_INTR_STAT) & readl(IC_INTR_MASK);
115 regmap_read(dev->map, DW_IC_INTR_STAT, &stat);
124 if (stat & DW_IC_INTR_TX_ABRT)
126 if (stat & DW_IC_INTR_RX_UNDER)
128 if (stat & DW_IC_INTR_RX_OVER)
130 if (stat & DW_IC_INTR_TX_OVER)
132 if (stat & DW_IC_INTR_RX_DONE)
134 if (stat & DW_IC_INTR_ACTIVITY)
136 if (stat & DW_IC_INTR_STOP_DET)
138 if (stat & DW_IC_INTR_START_DET)
140 if (stat & DW_IC_INTR_GEN_CALL)
143 return stat;
153 unsigned int raw_stat, stat, enabled, tmp;
164 stat = i2c_dw_read_clear_intrbits_slave(dev);
167 enabled, slave_activity, raw_stat, stat);
169 if (stat & DW_IC_INTR_RX_FULL) {
190 if (stat & DW_IC_INTR_RD_REQ) {
209 if (stat & DW_IC_INTR_STOP_DET)