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

  /src/sys/dev/pci/
machfb.c 343 regwb(struct mach64_softc *sc, uint32_t index, uint8_t data) function in typeref:typename:void
371 regwb(sc, CLOCK_CNTL + 1, index << 2);
1465 regwb(sc, DAC_MASK, 0xff);
1466 regwb(sc, DAC_WINDEX, index);
1469 regwb(sc, DAC_DATA, r);
1470 regwb(sc, DAC_DATA, g);
1471 regwb(sc, DAC_DATA, b);
machfb.c 343 regwb(struct mach64_softc *sc, uint32_t index, uint8_t data) function in typeref:typename:void
371 regwb(sc, CLOCK_CNTL + 1, index << 2);
1465 regwb(sc, DAC_MASK, 0xff);
1466 regwb(sc, DAC_WINDEX, index);
1469 regwb(sc, DAC_DATA, r);
1470 regwb(sc, DAC_DATA, g);
1471 regwb(sc, DAC_DATA, b);
machfb.c 343 regwb(struct mach64_softc *sc, uint32_t index, uint8_t data) function in typeref:typename:void
371 regwb(sc, CLOCK_CNTL + 1, index << 2);
1465 regwb(sc, DAC_MASK, 0xff);
1466 regwb(sc, DAC_WINDEX, index);
1469 regwb(sc, DAC_DATA, r);
1470 regwb(sc, DAC_DATA, g);
1471 regwb(sc, DAC_DATA, b);

Completed in 36 milliseconds