Home
last modified time | relevance | path

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

/linux-3.4.99/arch/arm/mach-w90x900/include/mach/
Dfb.h28 unsigned int lcd_crtc_dend; member
/linux-3.4.99/drivers/video/
Dnuc900fb.c209 regs->lcd_crtc_dend = LCM_CRTC_DEND_VDENDVAL(var->height) | in nuc900fb_calculate_lcd_regs()
243 dev_dbg(fbi->dev, "crtc_dend = 0x%08x\n", fbi->regs.lcd_crtc_dend); in nuc900fb_activate_var()
250 writel(fbi->regs.lcd_crtc_dend, regs + REG_LCM_CRTC_DEND); in nuc900fb_activate_var()