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

/linux-4.4.14/drivers/video/fbdev/aty/
H A Datyfb_base.c3301 u32 modeptr; aty_init_lcd() local
3303 modeptr = bios_base + *lcdmodeptr; aty_init_lcd()
3305 mwidth = *((u16 *)(modeptr+0)); aty_init_lcd()
3306 mheight = *((u16 *)(modeptr+2)); aty_init_lcd()
3309 par->lcd_pixclock = 100000000 / *((u16 *)(modeptr+9)); aty_init_lcd()
3310 par->lcd_htotal = *((u16 *)(modeptr+17)) & 511; aty_init_lcd()
3311 par->lcd_hdisp = *((u16 *)(modeptr+19)) & 511; aty_init_lcd()
3312 lcd_hsync_start = *((u16 *)(modeptr+21)) & 511; aty_init_lcd()
3313 par->lcd_hsync_dly = (*((u16 *)(modeptr+21)) >> 9) & 7; aty_init_lcd()
3314 par->lcd_hsync_len = *((u8 *)(modeptr+23)) & 63; aty_init_lcd()
3316 par->lcd_vtotal = *((u16 *)(modeptr+24)) & 2047; aty_init_lcd()
3317 par->lcd_vdisp = *((u16 *)(modeptr+26)) & 2047; aty_init_lcd()
3318 lcd_vsync_start = *((u16 *)(modeptr+28)) & 2047; aty_init_lcd()
3319 par->lcd_vsync_len = (*((u16 *)(modeptr+28)) >> 11) & 31; aty_init_lcd()

Completed in 66 milliseconds