Lines Matching refs:txtformat
3171 char *txtformat; in aty_init_lcd() local
3221 txtformat = "12 bit interface"; in aty_init_lcd()
3224 txtformat = "16 bit interface"; in aty_init_lcd()
3227 txtformat = "24 bit interface"; in aty_init_lcd()
3230 txtformat = "unknown format"; in aty_init_lcd()
3235 txtformat = "8 colours"; in aty_init_lcd()
3238 txtformat = "512 colours"; in aty_init_lcd()
3241 txtformat = "4096 colours"; in aty_init_lcd()
3244 txtformat = "262144 colours (LT mode)"; in aty_init_lcd()
3247 txtformat = "16777216 colours"; in aty_init_lcd()
3250 txtformat = "262144 colours (FDPI-2 mode)"; in aty_init_lcd()
3253 txtformat = "unknown format"; in aty_init_lcd()
3259 id, width, height, txtformat); in aty_init_lcd()