Searched refs:modeptr (Results 1 – 1 of 1) sorted by relevance
3329 u32 modeptr; in aty_init_lcd() local3331 modeptr = bios_base + *lcdmodeptr; in aty_init_lcd()3333 mwidth = *((u16 *)(modeptr+0)); in aty_init_lcd()3334 mheight = *((u16 *)(modeptr+2)); in aty_init_lcd()3337 par->lcd_pixclock = 100000000 / *((u16 *)(modeptr+9)); in aty_init_lcd()3338 par->lcd_htotal = *((u16 *)(modeptr+17)) & 511; in aty_init_lcd()3339 par->lcd_hdisp = *((u16 *)(modeptr+19)) & 511; in aty_init_lcd()3340 lcd_hsync_start = *((u16 *)(modeptr+21)) & 511; in aty_init_lcd()3341 par->lcd_hsync_dly = (*((u16 *)(modeptr+21)) >> 9) & 7; in aty_init_lcd()3342 par->lcd_hsync_len = *((u8 *)(modeptr+23)) & 63; in aty_init_lcd()[all …]