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

/netbsd-6-1-5-RELEASE/sys/dev/isa/
H A Di82365_isa.c135 val = bus_space_read_1(iot, ioh, PCIC_REG_DATA);
143 val = bus_space_read_1(iot, ioh, PCIC_REG_DATA);
151 val = bus_space_read_1(iot, ioh, PCIC_REG_DATA);
159 val = bus_space_read_1(iot, ioh, PCIC_REG_DATA);
H A Di82365_isasubr.c400 tmp1 = bus_space_read_1(iot, ioh, PCIC_REG_DATA);
404 tmp2 = bus_space_read_1(iot, ioh_high, PCIC_REG_DATA);
/netbsd-6-1-5-RELEASE/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.c1456 return bus_space_read_1(h->ph_bus_t, h->ph_bus_h, PCIC_REG_DATA);
1466 bus_space_write_1(h->ph_bus_t, h->ph_bus_h, PCIC_REG_DATA, data);
/netbsd-6-1-5-RELEASE/sys/dev/isapnp/
H A Di82365_isapnp.c142 tmp1 = bus_space_read_1(iot, ioh, PCIC_REG_DATA);
/netbsd-6-1-5-RELEASE/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) {

Completed in 121 milliseconds