HomeSort by: relevance | last modified time | path
    Searched defs:stat2 (Results 1 - 3 of 3) sorted by relevancy

  /src/sys/dev/isa/
cec.c 245 u_int8_t stat1, stat2; local in function:cecintr
248 stat2 = bus_space_read_1(iot, ioh, NEC7210_ISR2);
250 DPRINTF(DBG_INTR, ("cecintr: sc=%p stat1=0x%x stat2=0x%x\n",
251 sc, stat1, stat2));
663 u_int8_t stat1, stat2; local in function:cecwait
669 stat2 = bus_space_read_1(iot, ioh, NEC7210_ISR2);
681 if ((stat1 & x1) || (stat2 & x2))
cec.c 245 u_int8_t stat1, stat2; local in function:cecintr
248 stat2 = bus_space_read_1(iot, ioh, NEC7210_ISR2);
250 DPRINTF(DBG_INTR, ("cecintr: sc=%p stat1=0x%x stat2=0x%x\n",
251 sc, stat1, stat2));
663 u_int8_t stat1, stat2; local in function:cecwait
669 stat2 = bus_space_read_1(iot, ioh, NEC7210_ISR2);
681 if ((stat1 & x1) || (stat2 & x2))
cec.c 245 u_int8_t stat1, stat2; local in function:cecintr
248 stat2 = bus_space_read_1(iot, ioh, NEC7210_ISR2);
250 DPRINTF(DBG_INTR, ("cecintr: sc=%p stat1=0x%x stat2=0x%x\n",
251 sc, stat1, stat2));
663 u_int8_t stat1, stat2; local in function:cecwait
669 stat2 = bus_space_read_1(iot, ioh, NEC7210_ISR2);
681 if ((stat1 & x1) || (stat2 & x2))

Completed in 32 milliseconds