Searched refs:LCD_INDEX (Results 1 – 2 of 2) sorted by relevance
/linux-2.6.39/drivers/video/aty/ |
D | atyfb_base.c | 159 temp = aty_ld_le32(LCD_INDEX, par); in aty_st_lcd() 160 aty_st_le32(LCD_INDEX, (temp & ~LCD_INDEX_MASK) | index, par); in aty_st_lcd() 174 temp = aty_ld_le32(LCD_INDEX, par); in aty_ld_lcd() 175 aty_st_le32(LCD_INDEX, (temp & ~LCD_INDEX_MASK) | index, par); in aty_ld_lcd() 641 crtc->lcd_index = aty_ld_le32(LCD_INDEX, par); in aty_get_crtc() 642 aty_st_le32(LCD_INDEX, crtc->lcd_index, par); in aty_get_crtc() 775 aty_ld_le32(LCD_INDEX, par); in aty_set_crtc() 776 aty_st_le32(LCD_INDEX, crtc->lcd_index, par); in aty_set_crtc() 884 u32 lcd_index = aty_ld_le32(LCD_INDEX, par); in aty_var_to_crtc() 888 aty_st_le32(LCD_INDEX, lcd_index, par); in aty_var_to_crtc()
|
/linux-2.6.39/include/video/ |
D | mach64.h | 155 #define LCD_INDEX 0x00A4 /* Dword offset 0_29 */ macro
|