/src/sys/arch/mvme68k/dev/ |
memc_68k.c | 84 rv = bus_space_peek_1(ma->ma_bust, bh, MEMC_REG_CHIP_ID, &chipid);
|
/src/sys/arch/sun2/dev/ |
zs_any.c | 104 matched = (bus_space_peek_1(ma->ma_bustag, bh, 0, NULL) == 0);
|
bwtwo_any.c | 132 matched = (bus_space_peek_1(ma->ma_bustag, bh, 0, NULL) == 0);
|
if_ie_obio.c | 242 !bus_space_peek_1(oba->oba_bustag, bh, 0, &ctrl) &&
|
/src/sys/arch/sun2/sun2/ |
tod.c | 140 matched = (bus_space_peek_1(oba->oba_bustag, bh, 0, NULL) == 0);
|
/src/sys/dev/mvme/ |
osiop_pcctwo.c | 92 rv = bus_space_peek_1(pa->pa_bust, bsh, OSIOP_CTEST8, NULL);
|
mvmebus.c | 327 rv = bus_space_peek_1(tag, handle, offs, NULL);
|
/src/sys/arch/atari/vme/ |
if_we_vme.c | 189 if (bus_space_peek_1(asict, asich, WE_PROM + 0) == 0 || 190 bus_space_peek_1(asict, asich, WE_PROM + 1) == 0)
|
if_le_vme.c | 274 if (!bus_space_peek_1(*memt, *memh, 0)) 374 bus_space_peek_1(iot, ioh, LER_EEPROM)) { 590 if (!bus_space_peek_1(memt, memh, 0)) {
|
leo.c | 195 if (!bus_space_peek_1(*iot, *ioh, LEO_REG_MSBSCROLL)) 197 if (!bus_space_peek_1(*iot, *ioh, LEO_REG_LSBSCROLL))
|
et4000.c | 261 if (!bus_space_peek_1(*iot, *ioh, GREG_STATUS1_R)) 263 if (!bus_space_peek_1(*memt, *memh, 0))
|
/src/sys/arch/evbcf/include/ |
bus_space.h | 165 #define bus_space_peek_1(t, h, o, vp) \ macro
|
/src/sys/arch/mvme68k/include/ |
bus_space.h | 168 #define bus_space_peek_1(t, h, o, vp) \ macro
|
/src/sys/arch/virt68k/include/ |
bus_space.h | 160 #define bus_space_peek_1(t, h, o, vp) \ macro
|
/src/sys/arch/atari/dev/ |
if_ne_mb.c | 148 if (bus_space_peek_1(iot, ioh, 0) == 0)
|
/src/sys/arch/atari/include/ |
bus_funcs.h | 128 #define bus_space_peek_1(t, h, o) __abs_p(1,(t),(h),(o)) macro
|
/src/sys/arch/sun68k/include/ |
bus.h | 356 #define bus_space_peek_1(t, h, o, vp) \ macro
|
/src/sys/arch/arm/include/ |
bus_funcs.h | 339 #define bus_space_peek_1(t, h, o, p) __bs_pe(1,(t),(h),(o),(p)) macro
|
/src/sys/arch/riscv/include/ |
bus_funcs.h | 305 #define bus_space_peek_1(t, h, o, p) __bs_pe(1,(t),(h),(o),(p)) macro
|