Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/video/fbdev/
Damba-clcd.c78 val = readl(fb->regs + fb->off_cntl); in clcdfb_disable()
81 writel(val, fb->regs + fb->off_cntl); in clcdfb_disable()
87 writel(val, fb->regs + fb->off_cntl); in clcdfb_disable()
113 writel(cntl, fb->regs + fb->off_cntl); in clcdfb_enable()
121 writel(cntl, fb->regs + fb->off_cntl); in clcdfb_enable()
348 readl(fb->regs + fb->off_ienb), readl(fb->regs + fb->off_cntl)); in clcdfb_set_par()
466 fb->off_cntl = CLCD_PL111_CNTL; in clcdfb_register()
471 fb->off_cntl = CLCD_PL111_CNTL; in clcdfb_register()
474 fb->off_cntl = CLCD_PL110_CNTL; in clcdfb_register()
/Linux-v4.19/include/linux/amba/
Dclcd.h164 u16 off_cntl; member