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

  /src/sys/dev/pci/
tgareg.h 159 #define TGA_REG_EPDR 0x07c /* Palette and DAC Data */
tga.c 1384 TGAWREG(dc, TGA_REG_EPDR, (btreg << 9) | (0 << 8 ) | val); /* XXX */
1385 TGAREGWB(dc, TGA_REG_EPDR, 1);
1422 rdval = TGARREG(dc, TGA_REG_EPDR);
1444 TGAREGWB(dc, TGA_REG_EPDR, 1);
1445 TGAWREG(dc, TGA_REG_EPDR, (btreg << 10) | 0x100 | val);
1446 TGAREGWB(dc, TGA_REG_EPDR, 1);
1447 TGAWREG(dc, TGA_REG_EPDR, (btreg << 10) | 0x000 | val);
1448 TGAREGWB(dc, TGA_REG_EPDR, 1);
1449 TGAWREG(dc, TGA_REG_EPDR, (btreg << 10) | 0x100 | val);
1464 rdval = TGARREG(dc, TGA_REG_EPDR);
    [all...]

Completed in 127 milliseconds