Searched refs:modeptr (Results 1 – 1 of 1) sorted by relevance
3271 u32 modeptr; in aty_init_lcd() local3273 modeptr = bios_base + *lcdmodeptr; in aty_init_lcd()3275 mwidth = *((u16 *)(modeptr+0)); in aty_init_lcd()3276 mheight = *((u16 *)(modeptr+2)); in aty_init_lcd()3279 par->lcd_pixclock = 100000000 / *((u16 *)(modeptr+9)); in aty_init_lcd()3280 par->lcd_htotal = *((u16 *)(modeptr+17)) & 511; in aty_init_lcd()3281 par->lcd_hdisp = *((u16 *)(modeptr+19)) & 511; in aty_init_lcd()3282 lcd_hsync_start = *((u16 *)(modeptr+21)) & 511; in aty_init_lcd()3283 par->lcd_hsync_dly = (*((u16 *)(modeptr+21)) >> 9) & 7; in aty_init_lcd()3284 par->lcd_hsync_len = *((u8 *)(modeptr+23)) & 63; in aty_init_lcd()[all …]