Home
last modified time | relevance | path

Searched refs:PSNS_REQ (Results 1 – 4 of 4) sorted by relevance

/openbsd/sys/arch/luna88k/stand/boot/
H A Dsc.c335 while ((hd->scsi_psns & PSNS_REQ) == 0) { in scabort()
348 while (hd->scsi_psns & PSNS_REQ) in scabort()
355 while (hd->scsi_psns & PSNS_REQ) in scabort()
584 while ((hd->scsi_psns & PSNS_REQ) == 0) { in scintr()
H A Dscsireg.h80 #define PSNS_REQ 0x80 macro
/openbsd/sys/arch/luna88k/dev/
H A Dmb89352reg.h161 #define PSNS_REQ 0x80 macro
H A Dmb89352.c839 if ((bus_space_read_1(iot, ioh, PSNS) & PSNS_REQ) != 0) in spc_msgin()
1254 if ((bus_space_read_1(iot, ioh, PSNS) & PSNS_REQ) != 0) in spc_msgout()
1846 if ((bus_space_read_1(iot, ioh, PSNS) & PSNS_REQ) == 0) { in spc_intr()
1853 while ((bus_space_read_1(iot, ioh, PSNS) & PSNS_REQ) == 0) in spc_intr()