Home
last modified time | relevance | path

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

/linux-4.1.27/drivers/video/fbdev/
Damba-clcd.c76 val = readl(fb->regs + fb->off_cntl); in clcdfb_disable()
79 writel(val, fb->regs + fb->off_cntl); in clcdfb_disable()
85 writel(val, fb->regs + fb->off_cntl); in clcdfb_disable()
111 writel(cntl, fb->regs + fb->off_cntl); in clcdfb_enable()
119 writel(cntl, fb->regs + fb->off_cntl); in clcdfb_enable()
323 readl(fb->regs + fb->off_ienb), readl(fb->regs + fb->off_cntl)); in clcdfb_set_par()
441 fb->off_cntl = CLCD_PL111_CNTL; in clcdfb_register()
445 fb->off_cntl = CLCD_PL111_CNTL; in clcdfb_register()
448 fb->off_cntl = CLCD_PL110_CNTL; in clcdfb_register()
/linux-4.1.27/include/linux/amba/
Dclcd.h183 u16 off_cntl; member