Home
last modified time | relevance | path

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

/openbmc/linux/drivers/video/fbdev/via/
H A Dlcd.c25 {{CR9F, 0, 1}, {CR77, 0, 7}, {CR79, 4, 5} } },
28 {{CR79, 3, 3}, {CR78, 0, 7}, {CR79, 6, 7} } }
32 {LCD_HOR_SCALING_FACTOR_REG_NUM_CLE, {{CR77, 0, 7}, {CR79, 4, 5} } },
34 {LCD_VER_SCALING_FACTOR_REG_NUM_CLE, {{CR78, 0, 7}, {CR79, 6, 7} } }
345 viafb_write_reg_mask(CR79, VIACR, 0x07, BIT0 + BIT1 + BIT2); in load_lcd_scaling()
731 viafb_write_reg_mask(CR79, VIACR, 0x00, 0x01); in viafb_lcd_disable()
H A Dshare.h195 #define CR79 0x79 macro
H A Dviamode.c73 {VIACR, CR79, 0xFF, 0x00}, /* LCD scaling Factor */
H A Ddvi.c462 viafb_write_reg_mask(CR79, VIACR, 0x00, BIT0); in viafb_dvi_enable()