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

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/video/aty/
H A Datyfb_base.c2324 u8 dac_type, dac_subtype, clk_type; local
2329 dac_type = (aty_ld_le32(DAC_CNTL, par) >> 16) & 0x07;
2332 dac_type = (stat0 >> 9) & 0x07;
2333 if (dac_type == 0x07)
2336 dac_subtype = (aty_ld_8(SCRATCH_REG1 + 1, par) & 0xF0) | dac_type;
2338 dac_type = DAC_IBMRGB514;

Completed in 106 milliseconds