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

  /src/sys/dev/pci/
machfbreg.h 47 #define DSP_ON_OFF 0x0024 /* Dword offset 09 */
281 /* DSP_ON_OFF register constants */
machfb.c 1364 DPRINTF("DSP_ON_OFF %08x\n", regr(sc, DSP_ON_OFF));
1366 regw(sc, DSP_ON_OFF, ((dsp_on << 16) & DSP_ON) | (dsp_off & DSP_OFF));
1370 DPRINTF("DSP_ON_OFF %08x\n", regr(sc, DSP_ON_OFF));

Completed in 39 milliseconds