Lines Matching defs:state
47 * (calculated in pca_init) to get the bus in a working state.
99 * part returns the idle state (0xf8). Hence we don't need to
190 int state;
195 while ((state = pca_status(adap)) != 0xf8) {
200 "%#04x\n", state);
231 state = pca_status(adap);
233 DEB3("STATE is 0x%02x\n", state);
236 switch (state) {
341 dev_err(&i2c_adap->dev, "unhandled SIO state 0x%02x\n", state);