/src/sys/arch/sun3/include/ |
autoconf.h | 77 int bus_peek(int, int, int);
|
/src/sys/arch/sun3/dev/ |
if_ie_obio.c | 87 if (bus_peek(ca->ca_bustype, ca->ca_paddr, 1) == -1)
|
eeprom.c | 84 if (bus_peek(ca->ca_bustype, ca->ca_paddr, 1) == -1)
|
if_le.c | 131 if (bus_peek(ca->ca_bustype, ca->ca_paddr, 2) == -1)
|
memerr.c | 92 if (bus_peek(ca->ca_bustype, ca->ca_paddr, 1) == -1)
|
sebuf.c | 96 x = bus_peek(ca->ca_bustype, pa, 2);
|
cg4.c | 193 if (bus_peek(BUS_OBIO, CG4A_OBIO_CMAP, 1) == -1) 197 if (bus_peek(ca->ca_bustype, tmp, 1) == -1) 233 if (bus_peek(ca->ca_bustype, tmp, 4) == -1) 236 if (bus_peek(ca->ca_bustype, tmp, 1) == -1)
|
si_vme.c | 143 if (bus_peek(ca->ca_bustype, probe_addr, 1) == -1) 154 if (bus_peek(ca->ca_bustype, probe_addr, 1) != -1) {
|
esp.c | 112 if (bus_peek(ca->ca_bustype,
|
if_ie_vme.c | 99 if (bus_peek(ca->ca_bustype, ca->ca_paddr, 2) == -1)
|
bw2.c | 268 tmp = bus_peek(BUS_OBMEM, BW2_CR_PADDR, 1);
|
dma.c | 74 if (bus_peek(ca->ca_bustype, ca->ca_paddr, 4) == -1)
|
si_obio.c | 144 if (bus_peek(ca->ca_bustype, ca->ca_paddr + 1, 1) == -1)
|
cg2.c | 149 if (bus_peek(ca->ca_bustype, probe_addr, 1) == -1)
|
fd.c | 362 if (bus_peek(ca->ca_bustype, ca->ca_paddr, sizeof(uint8_t)) == -1)
|
xy.c | 334 if (bus_peek(ca->ca_bustype, ca->ca_paddr + 5, 1) == -1)
|
xd.c | 403 if (bus_peek(ca->ca_bustype, ca->ca_paddr + 11, 1) == -1)
|
/src/sys/arch/sun3/sun3/ |
clock.c | 141 if (bus_peek(ca->ca_bustype, ca->ca_paddr, 1) == -1)
|
autoconf.c | 300 bus_peek(int bustype, int pa, int sz) function in typeref:typename:int
|
/src/sys/arch/sun3/sun3x/ |
clock.c | 183 if (bus_peek(ca->ca_bustype, ca->ca_paddr, 1) == -1)
|