Lines Matching defs:sts
129 u_char sts;
155 sts = bus_space_read_1(iot, ioh, AHA_STAT_PORT);
156 if (sts & AHA_STAT_IDLE)
162 name, sts);
181 sts = bus_space_read_1(iot, ioh, AHA_STAT_PORT);
182 if (!(sts & AHA_STAT_CDF))
202 sts = bus_space_read_1(iot, ioh, AHA_STAT_PORT);
203 if (sts & AHA_STAT_DF)
224 sts = bus_space_read_1(iot, ioh, AHA_INTR_PORT);
226 if (sts & AHA_INTR_HACC)
232 name, sts);
395 u_char sts;
405 sts = bus_space_read_1(iot, ioh, AHA_INTR_PORT);
406 if ((sts & AHA_INTR_ANYINTR) == 0)
416 if (sts & AHA_INTR_MBOA) {
428 if (sts & AHA_INTR_MBIF)
742 u_char sts;
750 sts = bus_space_read_1(iot, ioh, AHA_STAT_PORT);
751 if (sts == 0)
753 if ((sts & (AHA_STAT_STST|AHA_STAT_RSVD|AHA_STAT_CDF)) != 0)
755 sts = bus_space_read_1(iot, ioh, AHA_INTR_PORT);
756 if ((sts & AHA_INTR_RSVD) != 0)
769 sts = bus_space_read_1(iot, ioh, AHA_STAT_PORT);
770 if (sts == (AHA_STAT_IDLE | AHA_STAT_INIT))
1028 u_char sts;
1049 sts = bus_space_read_1(iot, ioh, AHA_STAT_PORT);
1050 if (sts == (AHA_STAT_IDLE | AHA_STAT_INIT))