MPU_GETSTATUS 98 dev/isa/mpu401.c if (MPU_GETSTATUS(sc->iot, sc->ioh) == 0xff) {
MPU_GETSTATUS 117 dev/isa/mpu401.c if (!(MPU_GETSTATUS(sc->iot, sc->ioh) & MPU_OUTPUT_BUSY))
MPU_GETSTATUS 140 dev/isa/mpu401.c if (!(MPU_GETSTATUS(iot, ioh) & MPU_INPUT_EMPTY) &&
MPU_GETSTATUS 196 dev/isa/mpu401.c while(!(MPU_GETSTATUS(iot, ioh) & MPU_INPUT_EMPTY)) {
MPU_GETSTATUS 213 dev/isa/mpu401.c if (!(MPU_GETSTATUS(sc->iot, sc->ioh) & MPU_INPUT_EMPTY)) {
MPU_GETSTATUS 241 dev/isa/mpu401.c if (MPU_GETSTATUS(sc->iot, sc->ioh) & MPU_INPUT_EMPTY) {
MPU_GETSTATUS 93 dev/isa/mpu_isa.c if (MPU_GETSTATUS(iot, ioh) == 0xff)
MPU_GETSTATUS 97 dev/isa/mpu_isa.c if (!(MPU_GETSTATUS(iot, ioh) & MPU_OUTPUT_BUSY)) {
MPU_GETSTATUS 108 dev/isa/mpu_isa.c if (!(MPU_GETSTATUS(iot, ioh) & MPU_INPUT_EMPTY) &&