/src/sys/dev/marvell/ |
mvsdio.c | 159 uint32_t nis, eis; local in function:mvsdio_attach 212 eis = 227 bus_space_write_4(sc->sc_iot, sc->sc_ioh, MVSDIO_EIS, eis); 228 bus_space_write_4(sc->sc_iot, sc->sc_ioh, MVSDIO_EISE, eis); 229 bus_space_write_4(sc->sc_iot, sc->sc_ioh, MVSDIO_EISIE, eis); 262 uint32_t nis, eis; local in function:mvsdio_intr 275 eis = bus_space_read_4(sc->sc_iot, sc->sc_ioh, MVSDIO_EIS); 276 bus_space_write_4(sc->sc_iot, sc->sc_ioh, MVSDIO_EIS, eis); 278 DPRINTF(3, (" EIS=0x%x, EISE=0x%x, EISIE=0x%x\n", 279 eis, [all...] |
mvsdio.c | 159 uint32_t nis, eis; local in function:mvsdio_attach 212 eis = 227 bus_space_write_4(sc->sc_iot, sc->sc_ioh, MVSDIO_EIS, eis); 228 bus_space_write_4(sc->sc_iot, sc->sc_ioh, MVSDIO_EISE, eis); 229 bus_space_write_4(sc->sc_iot, sc->sc_ioh, MVSDIO_EISIE, eis); 262 uint32_t nis, eis; local in function:mvsdio_intr 275 eis = bus_space_read_4(sc->sc_iot, sc->sc_ioh, MVSDIO_EIS); 276 bus_space_write_4(sc->sc_iot, sc->sc_ioh, MVSDIO_EIS, eis); 278 DPRINTF(3, (" EIS=0x%x, EISE=0x%x, EISIE=0x%x\n", 279 eis, [all...] |
/src/sys/arch/sparc64/dev/ |
ffb.c | 1437 * EPE = EIE = EIS = 0 (for all non-interlaced modes) 1455 uint32_t epe, eie, eis; local in function:ffb_set_vmode 1564 eis = 0; 1571 DPRINTF(("\t0x%04x 0x%04x 0x%04x\n", epe, eie, eis)); 1608 DAC_WRITE(sc, FFB_DAC_VALUE, eis);
|
ffb.c | 1437 * EPE = EIE = EIS = 0 (for all non-interlaced modes) 1455 uint32_t epe, eie, eis; local in function:ffb_set_vmode 1564 eis = 0; 1571 DPRINTF(("\t0x%04x 0x%04x 0x%04x\n", epe, eie, eis)); 1608 DAC_WRITE(sc, FFB_DAC_VALUE, eis);
|