Searched refs:PCIC_REG_DATA (Results 1 – 7 of 7) sorted by relevance
/netbsd-src/sys/dev/isa/ |
H A D | i82365_isa.c | 134 val = bus_space_read_1(iot, ioh, PCIC_REG_DATA); in pcic_isa_probe() 142 val = bus_space_read_1(iot, ioh, PCIC_REG_DATA); in pcic_isa_probe() 150 val = bus_space_read_1(iot, ioh, PCIC_REG_DATA); in pcic_isa_probe() 158 val = bus_space_read_1(iot, ioh, PCIC_REG_DATA); in pcic_isa_probe()
|
H A D | i82365_isasubr.c | 399 tmp1 = bus_space_read_1(iot, ioh, PCIC_REG_DATA); in pcic_isa_bus_width_probe() 403 tmp2 = bus_space_read_1(iot, ioh_high, PCIC_REG_DATA); in pcic_isa_bus_width_probe()
|
/netbsd-src/sys/dev/ic/ |
H A D | i82365var.h | 207 return (bus_space_read_1(h->sc->iot, h->sc->ioh, PCIC_REG_DATA)); 220 bus_space_write_1(h->sc->iot, h->sc->ioh, PCIC_REG_DATA, (data));
|
H A D | i82365reg.h | 41 #define PCIC_REG_DATA 1 macro
|
H A D | i82365.c | 1457 return bus_space_read_1(h->ph_bus_t, h->ph_bus_h, PCIC_REG_DATA); in st_pcic_read() 1467 bus_space_write_1(h->ph_bus_t, h->ph_bus_h, PCIC_REG_DATA, data); in st_pcic_write()
|
/netbsd-src/sys/dev/isapnp/ |
H A D | i82365_isapnp.c | 143 tmp1 = bus_space_read_1(iot, ioh, PCIC_REG_DATA); in pcic_isapnp_attach()
|
/netbsd-src/sys/arch/hpcmips/stand/pbsdboot/ |
H A D | disptest.c | 494 #define PCIC_REG_DATA 1 macro 517 if (p[i + PCIC_REG_DATA] == PCIC_IDENT_EXPECTED) { in pcic_search()
|