Searched refs:vPB3 (Results 1 - 5 of 5) sorted by relevance

/netbsd-current/sys/arch/macppc/dev/
H A Dviareg.h189 #define vPB3 0x08 macro
H A Dadb_direct.c89 #define vPB3 0x08 macro
129 #define ADB_INTR_IS_OFF (vPB3 == (read_via_reg(VIA1, vBufB) & vPB3))
130 #define ADB_INTR_IS_ON (0 == (read_via_reg(VIA1, vBufB) & vPB3))
H A Dpmu.c674 return ((pmu_read_reg(sc, vBufB) & vPB3) == 0);
H A Dcuda.c385 (cuda_read_reg(sc, vBufB) & vPB3) == vPB3*/) {
525 return ((cuda_read_reg(sc, vBufB) & vPB3) == 0);
/netbsd-current/sys/arch/mac68k/dev/
H A Dadb_direct.c100 #define vPB3 0x08 macro
154 #define ADB_INTR_IS_OFF (vPB3 == (via_reg(VIA1, vBufB) & vPB3))
155 #define ADB_INTR_IS_ON (0 == (via_reg(VIA1, vBufB) & vPB3))

Completed in 97 milliseconds