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

  /src/sys/dev/pci/
emuxki.c 98 static void emuxki_write(struct emuxki_softc *, int, int, uint32_t);
342 emuxki_write(struct emuxki_softc *sc, int ch, int addr, uint32_t data) function in typeref:typename:void
500 emuxki_write(sc, 0, EMU_CLIEL, 0);
501 emuxki_write(sc, 0, EMU_CLIEH, 0);
502 emuxki_write(sc, 0, EMU_SOLEL, 0);
503 emuxki_write(sc, 0, EMU_SOLEH, 0);
506 emuxki_write(sc, 0, X1(DBG), X1(DBG_SINGLE_STEP));
539 emuxki_write(sc, 0, EMU_CLIEL, 0);
540 emuxki_write(sc, 0, EMU_CLIEH, 0);
541 emuxki_write(sc, 0, EMU_SOLEL, 0)
    [all...]
emuxki.c 98 static void emuxki_write(struct emuxki_softc *, int, int, uint32_t);
342 emuxki_write(struct emuxki_softc *sc, int ch, int addr, uint32_t data) function in typeref:typename:void
500 emuxki_write(sc, 0, EMU_CLIEL, 0);
501 emuxki_write(sc, 0, EMU_CLIEH, 0);
502 emuxki_write(sc, 0, EMU_SOLEL, 0);
503 emuxki_write(sc, 0, EMU_SOLEH, 0);
506 emuxki_write(sc, 0, X1(DBG), X1(DBG_SINGLE_STEP));
539 emuxki_write(sc, 0, EMU_CLIEL, 0);
540 emuxki_write(sc, 0, EMU_CLIEH, 0);
541 emuxki_write(sc, 0, EMU_SOLEL, 0)
    [all...]

Completed in 174 milliseconds