Home
last modified time | relevance | path

Searched refs:PCIC_REG_DATA (Results 1 – 7 of 7) sorted by relevance

/netbsd-src/sys/dev/isa/
H A Di82365_isa.c134 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 Di82365_isasubr.c399 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 Di82365var.h207 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 Di82365reg.h41 #define PCIC_REG_DATA 1 macro
H A Di82365.c1457 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 Di82365_isapnp.c143 tmp1 = bus_space_read_1(iot, ioh, PCIC_REG_DATA); in pcic_isapnp_attach()
/netbsd-src/sys/arch/hpcmips/stand/pbsdboot/
H A Ddisptest.c494 #define PCIC_REG_DATA 1 macro
517 if (p[i + PCIC_REG_DATA] == PCIC_IDENT_EXPECTED) { in pcic_search()