Searched refs:LCD_INDEX (Results 1 – 2 of 2) sorted by relevance
/linux-4.1.27/drivers/video/fbdev/aty/ |
D | atyfb_base.c | 160 temp = aty_ld_le32(LCD_INDEX, par); in aty_st_lcd() 161 aty_st_le32(LCD_INDEX, (temp & ~LCD_INDEX_MASK) | index, par); in aty_st_lcd() 175 temp = aty_ld_le32(LCD_INDEX, par); in aty_ld_lcd() 176 aty_st_le32(LCD_INDEX, (temp & ~LCD_INDEX_MASK) | index, par); in aty_ld_lcd() 638 crtc->lcd_index = aty_ld_le32(LCD_INDEX, par); in aty_get_crtc() 639 aty_st_le32(LCD_INDEX, crtc->lcd_index, par); in aty_get_crtc() 772 aty_ld_le32(LCD_INDEX, par); in aty_set_crtc() 773 aty_st_le32(LCD_INDEX, crtc->lcd_index, par); in aty_set_crtc() 881 u32 lcd_index = aty_ld_le32(LCD_INDEX, par); in aty_var_to_crtc() 885 aty_st_le32(LCD_INDEX, lcd_index, par); in aty_var_to_crtc()
|
/linux-4.1.27/include/video/ |
D | mach64.h | 155 #define LCD_INDEX 0x00A4 /* Dword offset 0_29 */ macro
|