HomeSort by: relevance | last modified time | path
    Searched defs:nis (Results 1 - 8 of 8) sorted by relevancy

  /src/sys/dev/marvell/
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...]
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...]
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...]
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...]
  /src/sys/dev/hdaudio/
hdaudio.c 82 hdaudio_stream_init(struct hdaudio_softc *sc, int nis, int nos, int nbidir)
86 for (i = 0; i < nis && cnt < HDAUDIO_MAX_STREAMS; i++) {
128 const int nis = HDAUDIO_GCAP_ISS(gcap); local in function:hdaudio_init
135 vmaj, vmin, nos, nis, nbidir, nsdo, addr64 ? ", 64-bit" : "");
139 hdaudio_stream_init(sc, nis, nos, nbidir);
hdaudio.c 82 hdaudio_stream_init(struct hdaudio_softc *sc, int nis, int nos, int nbidir)
86 for (i = 0; i < nis && cnt < HDAUDIO_MAX_STREAMS; i++) {
128 const int nis = HDAUDIO_GCAP_ISS(gcap); local in function:hdaudio_init
135 vmaj, vmin, nos, nis, nbidir, nsdo, addr64 ? ", 64-bit" : "");
139 hdaudio_stream_init(sc, nis, nos, nbidir);
hdaudio.c 82 hdaudio_stream_init(struct hdaudio_softc *sc, int nis, int nos, int nbidir)
86 for (i = 0; i < nis && cnt < HDAUDIO_MAX_STREAMS; i++) {
128 const int nis = HDAUDIO_GCAP_ISS(gcap); local in function:hdaudio_init
135 vmaj, vmin, nos, nis, nbidir, nsdo, addr64 ? ", 64-bit" : "");
139 hdaudio_stream_init(sc, nis, nos, nbidir);
hdaudio.c 82 hdaudio_stream_init(struct hdaudio_softc *sc, int nis, int nos, int nbidir)
86 for (i = 0; i < nis && cnt < HDAUDIO_MAX_STREAMS; i++) {
128 const int nis = HDAUDIO_GCAP_ISS(gcap); local in function:hdaudio_init
135 vmaj, vmin, nos, nis, nbidir, nsdo, addr64 ? ", 64-bit" : "");
139 hdaudio_stream_init(sc, nis, nos, nbidir);

Completed in 53 milliseconds