Home
last modified time | relevance | path

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

/linux-2.4.37.9/drivers/video/aty/
Datyfb_base.c2011 u8 dac_type, dac_subtype, clk_type; in aty_init() local
2017 dac_type = (aty_ld_le32(DAC_CNTL, info) >> 16) & 0x07; in aty_init()
2020 dac_type = (stat0 >> 9) & 0x07; in aty_init()
2021 if (dac_type == 0x07) in aty_init()
2024 dac_subtype = (aty_ld_8(SCRATCH_REG1 + 1, info) & 0xF0) | dac_type; in aty_init()
2026 dac_type = DAC_IBMRGB514; in aty_init()