Home
last modified time | relevance | path

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

/openbmc/linux/drivers/video/fbdev/aty/
H A Datyfb_base.c2370 u8 dac_subtype, clk_type; in aty_init() local
2380 dac_subtype = DAC_ATT20C408; in aty_init()
2382 dac_subtype = (aty_ld_8(SCRATCH_REG1 + 1, par) & 0xF0) | dac_type; in aty_init()
2384 dac_subtype = DAC_IBMRGB514; in aty_init()
2387 switch (dac_subtype) { in aty_init()