Searched refs:LCD_GEN_CNTL (Results 1 – 3 of 3) sorted by relevance
| /linux/drivers/video/fbdev/aty/ |
| H A D | mach64_ct.c | 303 lcd_gen_cntrl = aty_ld_lcd(LCD_GEN_CNTL, par); in aty_set_pll_ct() 304 aty_st_lcd(LCD_GEN_CNTL, lcd_gen_cntrl & ~LCD_ON, par); in aty_set_pll_ct() 373 aty_st_lcd(LCD_GEN_CNTL, lcd_gen_cntrl, par); in aty_set_pll_ct()
|
| H A D | atyfb_base.c | 603 lcd_on_off = aty_ld_lcd(LCD_GEN_CNTL, par); in atyfb_get_pixclock() 669 crtc->lcd_gen_cntl = aty_ld_lcd(LCD_GEN_CNTL, par); in aty_get_crtc() 673 aty_st_lcd(LCD_GEN_CNTL, crtc->lcd_gen_cntl & in aty_get_crtc() 694 aty_st_lcd(LCD_GEN_CNTL, (crtc->lcd_gen_cntl & ~CRTC_RW_SELECT) | in aty_get_crtc() 702 aty_st_le32(LCD_GEN_CNTL, crtc->lcd_gen_cntl, par); in aty_get_crtc() 717 aty_st_lcd(LCD_GEN_CNTL, crtc->lcd_gen_cntl & in aty_set_crtc() 764 aty_st_lcd(LCD_GEN_CNTL, (crtc->lcd_gen_cntl & ~CRTC_RW_SELECT) | in aty_set_crtc() 794 aty_st_lcd(LCD_GEN_CNTL, crtc->lcd_gen_cntl, par); in aty_set_crtc() 919 crtc->lcd_gen_cntl = aty_ld_lcd(LCD_GEN_CNTL, par) & ~CRTC_RW_SELECT; in aty_var_to_crtc() 2335 if (par->lcd_table != 0 && (aty_ld_lcd(LCD_GEN_CNTL, par) & LCD_ON)) { in atyfb_get_timings_from_lcd() [all …]
|
| /linux/include/video/ |
| H A D | mach64.h | 1251 #define LCD_GEN_CNTL 0x01 macro
|