Home
last modified time | relevance | path

Searched refs:SONIC_NREGS (Results 1 – 5 of 5) sorted by relevance

/netbsd/sys/arch/mac68k/obio/
H A Dif_sn_obio.c79 SONIC_REG_BASE, SONIC_NREGS * 4, 0, &bsh)) in sn_obio_match()
85 bus_space_unmap(oa->oa_tag, bsh, SONIC_NREGS * 4); in sn_obio_match()
106 SONIC_REG_BASE, SONIC_NREGS * 4, 0, &sc->sc_sh)) { in sn_obio_attach()
112 for (i = 0; i < SONIC_NREGS; i++) { in sn_obio_attach()
155 bus_space_unmap(sc->sc_st, sc->sc_sh, SONIC_NREGS * 4); in sn_obio_attach()
/netbsd/sys/arch/mac68k/nubus/
H A Dif_sn_nubus.c133 0x00180000, SONIC_NREGS * 4, &sc->sc_sh)) { in sn_nubus_attach()
156 0x0, SONIC_NREGS * 4, &sc->sc_sh)) { in sn_nubus_attach()
180 0x0, SONIC_NREGS * 4, &sc->sc_sh)) { in sn_nubus_attach()
203 0x0, SONIC_NREGS * 4, &sc->sc_sh)) { in sn_nubus_attach()
240 for (i = 0; i < SONIC_NREGS; i++) { in sn_nubus_attach()
/netbsd/sys/arch/arc/jazz/
H A Dif_sn_jazzio.c99 if (bus_space_map(sc->sc_st, ja->ja_addr, SONIC_NREGS * 4, in sonic_jazzio_attach()
112 for (i = 0; i < SONIC_NREGS; i++) in sonic_jazzio_attach()
/netbsd/sys/dev/ic/
H A Ddp83932reg.h340 #define SONIC_NREGS 0x40 macro
H A Ddp83932var.h159 bus_addr_t sc_regmap[SONIC_NREGS];