Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/drivers/video/fbdev/aty/
H A Datyfb_base.c2363 u8 dac_type, dac_subtype, clk_type; in aty_init() local
2374 dac_subtype = DAC_ATT20C408; in aty_init()
2376 dac_subtype = (aty_ld_8(SCRATCH_REG1 + 1, par) & 0xF0) | dac_type; in aty_init()
2379 dac_subtype = DAC_IBMRGB514; in aty_init()
2382 switch (dac_subtype) { in aty_init()
/kernel/linux/linux-6.6/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()

Completed in 9 milliseconds