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

  /src/sys/dev/pci/
sv.c 219 sv_read_indirect(struct sv_softc *sc, uint8_t reg) function in typeref:typename:uint8_t
431 sv_read_indirect(sc, SV_REVISION_LEVEL));
434 if (!(sv_read_indirect(sc, SV_WAVETABLE_SOURCE_SELECT) & SV_WSS_WT0))
474 printf ("IREG %02x = %02x\n", idx, sv_read_indirect(sc, idx));
703 mode = sv_read_indirect(sc, SV_DMA_DATA_FORMAT);
737 mode = sv_read_indirect(sc, SV_PLAY_RECORD_ENABLE);
758 mode = sv_read_indirect(sc, SV_DMA_DATA_FORMAT);
792 mode = sv_read_indirect(sc, SV_PLAY_RECORD_ENABLE);
806 mode = sv_read_indirect(sc, SV_PLAY_RECORD_ENABLE);
821 mode = sv_read_indirect(sc, SV_PLAY_RECORD_ENABLE)
    [all...]

Completed in 12 milliseconds