mvsdio.c | 159 uint32_t nis, eis; local in function:mvsdio_attach 189 nis = 200 bus_space_write_4(sc->sc_iot, sc->sc_ioh, MVSDIO_NIS, nis); 201 bus_space_write_4(sc->sc_iot, sc->sc_ioh, MVSDIO_NISE, nis); 210 nis & ~NIC_DYNAMIC_CONFIG_INTRS); 262 uint32_t nis, eis; local in function:mvsdio_intr 265 nis = bus_space_read_4(sc->sc_iot, sc->sc_ioh, MVSDIO_NIS); 266 bus_space_write_4(sc->sc_iot, sc->sc_ioh, MVSDIO_NIS, nis); 268 DPRINTF(3, ("%s: intr: NIS=0x%x, NISE=0x%x, NISIE=0x%x\n", 269 __func__, nis, [all...] |