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

  /src/sys/arch/sparc64/dev/
ffb.c 238 dac = DAC_READ(sc, FFB_DAC_VALUE);
271 printf("tgc: %08x\n", DAC_READ(sc, FFB_DAC_VALUE));
273 printf("dcl: %08x\n", DAC_READ(sc, FFB_DAC_VALUE));
279 dac = DAC_READ(sc, FFB_DAC_VALUE);
281 DAC_WRITE(sc, FFB_DAC_VALUE, dac | FFB_DAC_USR_CTRL_BLANK);
290 DAC_WRITE(sc, FFB_DAC_VALUE, dac);
526 val = DAC_READ(sc, FFB_DAC_VALUE);
546 DAC_WRITE(sc, FFB_DAC_VALUE, val);
1291 DAC_WRITE(sc, FFB_DAC_VALUE, bits);
1305 bits = DAC_READ(sc, FFB_DAC_VALUE);
    [all...]
ffbreg.h 60 #define FFB_DAC_VALUE 0x4

Completed in 90 milliseconds