Searched refs:LCD_INDEX (Results 1 - 2 of 2) sorted by relevance

/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/drivers/video/aty/
H A Datyfb_base.c156 temp = aty_ld_le32(LCD_INDEX, par);
157 aty_st_le32(LCD_INDEX, (temp & ~LCD_INDEX_MASK) | index, par);
171 temp = aty_ld_le32(LCD_INDEX, par);
172 aty_st_le32(LCD_INDEX, (temp & ~LCD_INDEX_MASK) | index, par);
626 crtc->lcd_index = aty_ld_le32(LCD_INDEX, par);
627 aty_st_le32(LCD_INDEX, crtc->lcd_index, par);
748 aty_ld_le32(LCD_INDEX, par);
749 aty_st_le32(LCD_INDEX, crtc->lcd_index, par);
844 u32 lcd_index = aty_ld_le32(LCD_INDEX, par);
847 aty_st_le32(LCD_INDEX, lcd_inde
[all...]
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/include/video/
H A Dmach64.h155 #define LCD_INDEX 0x00A4 /* Dword offset 0_29 */ macro

Completed in 91 milliseconds