Home
last modified time | relevance | path

Searched refs:LCSR (Results 1 – 5 of 5) sorted by relevance

/openbmc/linux/drivers/video/fbdev/
H A Dsa1100fb.h16 #define LCSR 0x0004 /* LCD Status Reg. */ macro
H A Dpxa3xx-regs.h14 #define LCSR (0x038) /* LCD Controller Status Register 0 */ macro
H A Dsa1100fb.c826 writel_relaxed(~0, fbi->base + LCSR); in sa1100fb_disable_controller()
847 unsigned int lcsr = readl_relaxed(fbi->base + LCSR); in sa1100fb_handle_irq()
855 writel_relaxed(lcsr, fbi->base + LCSR); in sa1100fb_handle_irq()
H A Dpxafb.c1486 lcd_writel(fbi, LCSR, 0xffffffff); in pxafb_disable_controller()
1506 lcsr = lcd_readl(fbi, LCSR); in pxafb_handle_irq()
1517 lcd_writel(fbi, LCSR, lcsr); in pxafb_handle_irq()
/openbmc/u-boot/include/
H A DSA-1100.h2667 #define LCSR /* LCD Status Reg. */ \ macro