Home
last modified time | relevance | path

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

/netbsd-src/sys/dev/isa/
H A Di82365_isa.c132 bus_space_write_1(iot, ioh, PCIC_REG_INDEX, C0SA + PCIC_IDENT); in pcic_isa_probe()
140 bus_space_write_1(iot, ioh, PCIC_REG_INDEX, C0SB + PCIC_IDENT); in pcic_isa_probe()
148 bus_space_write_1(iot, ioh, PCIC_REG_INDEX, C1SA + PCIC_IDENT); in pcic_isa_probe()
156 bus_space_write_1(iot, ioh, PCIC_REG_INDEX, C1SB + PCIC_IDENT); in pcic_isa_probe()
H A Di82365_isasubr.c397 bus_space_write_1(iot, ioh, PCIC_REG_INDEX, in pcic_isa_bus_width_probe()
401 bus_space_write_1(iot, ioh_high, PCIC_REG_INDEX, in pcic_isa_bus_width_probe()
/netbsd-src/sys/dev/ic/
H A Di82365var.h205 bus_space_write_1(h->sc->iot, h->sc->ioh, PCIC_REG_INDEX,
218 bus_space_write_1(h->sc->iot, h->sc->ioh, PCIC_REG_INDEX,
H A Di82365reg.h40 #define PCIC_REG_INDEX 0 macro
H A Di82365.c1346 bus_space_write_1(sc->iot, sc->ioh, PCIC_REG_INDEX, 0x0e); in pcic_chip_socket_enable()
1347 bus_space_write_1(sc->iot, sc->ioh, PCIC_REG_INDEX, 0x37); in pcic_chip_socket_enable()
1455 bus_space_write_1(h->ph_bus_t, h->ph_bus_h, PCIC_REG_INDEX, in st_pcic_read()
1465 bus_space_write_1(h->ph_bus_t, h->ph_bus_h, PCIC_REG_INDEX, in st_pcic_write()
/netbsd-src/sys/dev/isapnp/
H A Di82365_isapnp.c142 bus_space_write_1(iot, ioh, PCIC_REG_INDEX, C0SA + PCIC_IDENT); in pcic_isapnp_attach()
/netbsd-src/sys/arch/hpcmips/stand/pbsdboot/
H A Ddisptest.c493 #define PCIC_REG_INDEX 0 macro
516 p[i + PCIC_REG_INDEX] = PCIC_IDENT; in pcic_search()