Searched refs:LCD_INDEX (Results 1 – 2 of 2) sorted by relevance
| /Linux-v5.10/drivers/video/fbdev/aty/ |
| D | atyfb_base.c | 157 temp = aty_ld_le32(LCD_INDEX, par); in aty_st_lcd() 158 aty_st_le32(LCD_INDEX, (temp & ~LCD_INDEX_MASK) | index, par); in aty_st_lcd() 172 temp = aty_ld_le32(LCD_INDEX, par); in aty_ld_lcd() 173 aty_st_le32(LCD_INDEX, (temp & ~LCD_INDEX_MASK) | index, par); in aty_ld_lcd() 652 crtc->lcd_index = aty_ld_le32(LCD_INDEX, par); in aty_get_crtc() 653 aty_st_le32(LCD_INDEX, crtc->lcd_index, par); in aty_get_crtc() 786 aty_ld_le32(LCD_INDEX, par); in aty_set_crtc() 787 aty_st_le32(LCD_INDEX, crtc->lcd_index, par); in aty_set_crtc() 895 u32 lcd_index = aty_ld_le32(LCD_INDEX, par); in aty_var_to_crtc() 899 aty_st_le32(LCD_INDEX, lcd_index, par); in aty_var_to_crtc()
|
| /Linux-v5.10/include/video/ |
| D | mach64.h | 151 #define LCD_INDEX 0x00A4 /* Dword offset 0_29 */ macro
|