Home | History | Annotate | Download | only in marvell

Lines Matching defs:nis

159 	uint32_t nis, eis;
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;
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,
273 if (__predict_false(nis & NIS_ERRINT)) {
327 ((nis & sc->sc_waitintr) || (nis & NIS_UNEXPECTEDRESPDET))) {
359 if (nis & NIS_UNEXPECTEDRESPDET)
364 if (nis & NIS_CARDINT)