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

  /src/sys/arch/x68k/dev/
mb86601reg.h 43 #define PSNS_REQ 0x80
mha.c 1421 if ((PSNS & PSNS_REQ) != 0)
  /src/sys/dev/ic/
mb89352reg.h 129 #define PSNS_REQ 0x80
mb89352.c 983 while ((bus_space_read_1(iot, ioh, PSNS) & PSNS_REQ) == 0) {
1031 while ((bus_space_read_1(iot, ioh, PSNS) & PSNS_REQ) != 0)
1211 while ((bus_space_read_1(iot, ioh, PSNS) & PSNS_REQ) != 0)
1373 if ((bus_space_read_1(iot, ioh, PSNS) & PSNS_REQ) != 0)
1910 if ((bus_space_read_1(iot, ioh, PSNS) & PSNS_REQ) == 0) {
1917 while ((bus_space_read_1(iot, ioh, PSNS) & PSNS_REQ) == 0)
2005 while ((bus_space_read_1(iot, ioh, PSNS) & PSNS_REQ) == 0)
2009 while ((bus_space_read_1(iot, ioh, PSNS) & PSNS_REQ) != 0)
  /src/sys/arch/luna68k/stand/boot/
sc.c 442 while ((hd->scsi_psns & PSNS_REQ) == 0) {
455 while ((hd->scsi_psns & PSNS_REQ) != 0)
462 while ((hd->scsi_psns & PSNS_REQ) != 0)
750 while ((hd->scsi_psns & PSNS_REQ) == 0) {
scsireg.h 79 #define PSNS_REQ 0x80
  /src/sys/arch/hp300/stand/common/
scsireg.h 106 #define PSNS_REQ 0x80

Completed in 16 milliseconds