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

  /src/sys/dev/ic/
mb89352reg.h 64 #define PSNS 0x05 /* Phase Sence (R); SPC Diagnostic Control (W) */
135 /* PSNS */
mb89352.c 239 while (bus_space_read_1(iot, ioh, PSNS) && timeout) {
979 if ((bus_space_read_1(iot, ioh, PSNS) & PSNS_ATN) != 0)
983 while ((bus_space_read_1(iot, ioh, PSNS) & PSNS_REQ) == 0) {
984 if ((bus_space_read_1(iot, ioh, PSNS) & PH_MASK)
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)
1411 while ((bus_space_read_1(iot, ioh, PSNS) & ACKI) != 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
    [all...]
  /src/sys/arch/x68k/dev/
mha.c 1421 if ((PSNS & PSNS_REQ) != 0)

Completed in 113 milliseconds