Searched refs:aty_st_lcd (Results  1 – 3 of 3) sorted by relevance
| /Linux-v5.4/drivers/video/fbdev/aty/ | 
| D | atyfb_base.c | 149 void aty_st_lcd(int index, u32 val, const struct atyfb_par *par)  in aty_st_lcd()  function 655 		aty_st_lcd(LCD_GEN_CNTL, crtc->lcd_gen_cntl &  in aty_get_crtc() 676 		aty_st_lcd(LCD_GEN_CNTL, (crtc->lcd_gen_cntl & ~CRTC_RW_SELECT) |  in aty_get_crtc() 698 		aty_st_lcd(CNFG_PANEL, crtc->lcd_config_panel, par);  in aty_set_crtc() 699 		aty_st_lcd(LCD_GEN_CNTL, crtc->lcd_gen_cntl &  in aty_set_crtc() 703 		aty_st_lcd(HORZ_STRETCHING, crtc->horz_stretching &  in aty_set_crtc() 705 		aty_st_lcd(VERT_STRETCHING, crtc->vert_stretching &  in aty_set_crtc() 746 		aty_st_lcd(LCD_GEN_CNTL, (crtc->lcd_gen_cntl & ~CRTC_RW_SELECT) |  in aty_set_crtc() 776 		aty_st_lcd(LCD_GEN_CNTL, crtc->lcd_gen_cntl, par);  in aty_set_crtc() 777 		aty_st_lcd(HORZ_STRETCHING, crtc->horz_stretching, par);  in aty_set_crtc() [all …] 
 | 
| D | mach64_ct.c | 303 		aty_st_lcd(LCD_GEN_CNTL, lcd_gen_cntrl & ~LCD_ON, par);  in aty_set_pll_ct() 372 		aty_st_lcd(LCD_GEN_CNTL, lcd_gen_cntrl, par);  in aty_set_pll_ct()
  | 
| D | atyfb.h | 292 extern void aty_st_lcd(int index, u32 val, const struct atyfb_par *par);
  |