Home
last modified time | relevance | path

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

/openbmc/linux/drivers/video/fbdev/aty/
H A Datyfb_base.c2361 u8 dac_type; in aty_init() local
2378 dac_type = (stat0 >> 9) & 0x07; in aty_init()
2379 if (dac_type == 0x07) in aty_init()
2382 dac_subtype = (aty_ld_8(SCRATCH_REG1 + 1, par) & 0xF0) | dac_type; in aty_init()