Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/arch/arm/mach-pxa/include/mach/
Dregs-lcd.h158 #define LCSR1_BS(x) (1 << ((x) + 15)) /* Branch Status */ macro
/kernel/linux/linux-5.10/drivers/video/fbdev/
Dpxafb.c644 lcd_writel(ofb->fbi, LCSR1, LCSR1_BS(1)); in overlay1fb_disable()
645 lcd_writel(ofb->fbi, LCCR5, lccr5 & ~LCSR1_BS(1)); in overlay1fb_disable()
707 lcd_writel(ofb->fbi, LCSR1, LCSR1_BS(2)); in overlay2fb_disable()
708 lcd_writel(ofb->fbi, LCCR5, lccr5 & ~LCSR1_BS(2)); in overlay2fb_disable()
1525 if (lcsr1 & LCSR1_BS(1)) in pxafb_handle_irq()
1528 if (lcsr1 & LCSR1_BS(2)) in pxafb_handle_irq()