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

  /src/sys/dev/ic/
mb89352reg.h 65 #define SSTS 0x06 /* SPC status (R/O) */
mb89352.c 966 if ((bus_space_read_1(iot, ioh, SSTS) &
970 * We have to read INTS before checking SSTS to avoid
1365 if ((bus_space_read_1(iot, ioh, SSTS) & SSTS_BUSY) != 0)
1402 while ((bus_space_read_1(iot, ioh, SSTS) & SSTS_DREG_FULL) != 0)
1468 if ((bus_space_read_1(iot, ioh, SSTS) & SSTS_BUSY) != 0)
1485 if ((bus_space_read_1(iot, ioh, SSTS) &
1516 if ((bus_space_read_1(iot, ioh, SSTS) &
1584 sstat = bus_space_read_1(iot, ioh, SSTS);
1610 sstat = bus_space_read_1(iot, ioh, SSTS);
2159 printf(" INTS=%x PSNS=%x SSTS=%x SERR=%x PCTL=%x\n"
    [all...]
  /src/sys/arch/hp300/dev/
spc.c 254 if ((bus_space_read_1(iot, ioh, SSTS) & SSTS_BUSY) != 0) {
256 while ((bus_space_read_1(iot, ioh, SSTS) & SSTS_BUSY) != 0) {

Completed in 14 milliseconds