Lines Matching defs:dac
560 /* r200 card with primary dac routed to both VGA and DVI - disable load detection
1037 int offset, rev, bg, dac;
1054 dac = RADEON_BIOS8(offset + 0xd) & 0xf;
1055 tvdac->ps2_tvdac_adj = (bg << 16) | (dac << 20);
1058 dac = RADEON_BIOS8(offset + 0xf) & 0xf;
1059 tvdac->pal_tvdac_adj = (bg << 16) | (dac << 20);
1062 dac = RADEON_BIOS8(offset + 0x11) & 0xf;
1063 tvdac->ntsc_tvdac_adj = (bg << 16) | (dac << 20);
1068 dac = (RADEON_BIOS8(offset + 0xc) >> 4) & 0xf;
1069 tvdac->ps2_tvdac_adj = (bg << 16) | (dac << 20);
1072 dac = (RADEON_BIOS8(offset + 0xd) >> 4) & 0xf;
1073 tvdac->pal_tvdac_adj = (bg << 16) | (dac << 20);
1076 dac = (RADEON_BIOS8(offset + 0xe) >> 4) & 0xf;
1077 tvdac->ntsc_tvdac_adj = (bg << 16) | (dac << 20);
1088 dac = (RADEON_BIOS8(offset + 0x3) >> 4) & 0xf;
1089 tvdac->ps2_tvdac_adj = (bg << 16) | (dac << 20);
1096 dac = RADEON_BIOS8(offset + 0x5) & 0xf;
1097 tvdac->ps2_tvdac_adj = (bg << 16) | (dac << 20);