Searched refs:regwb (Results 1 - 1 of 1) sorted by relevance

/netbsd-current/sys/dev/pci/
H A Dmachfb.c343 regwb(struct mach64_softc *sc, uint32_t index, uint8_t data) function
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 94 milliseconds