Home
last modified time | relevance | path

Searched refs:lcd_crtc_hr (Results 1 – 2 of 2) sorted by relevance

/linux-2.6.39/arch/arm/mach-w90x900/include/mach/
Dfb.h29 unsigned int lcd_crtc_hr; member
/linux-2.6.39/drivers/video/
Dnuc900fb.c212 regs->lcd_crtc_hr = LCM_CRTC_HR_EVAL(var->width + 5) | in nuc900fb_calculate_lcd_regs()
245 dev_dbg(fbi->dev, "crtc_hr = 0x%08x\n", fbi->regs.lcd_crtc_hr); in nuc900fb_activate_var()
252 writel(fbi->regs.lcd_crtc_hr, regs + REG_LCM_CRTC_HR); in nuc900fb_activate_var()