Home
last modified time | relevance | path

Searched refs:LCSR1_BS (Results 1 - 4 of 4) sorted by relevance

/kernel/linux/linux-5.10/arch/arm/mach-pxa/include/mach/
H A Dregs-lcd.h158 #define LCSR1_BS(x) (1 << ((x) + 15)) /* Branch Status */ macro
/kernel/linux/linux-6.6/drivers/video/fbdev/
H A Dpxa3xx-regs.h159 #define LCSR1_BS(x) (1 << ((x) + 15)) /* Branch Status */ macro
H A Dpxafb.c642 lcd_writel(ofb->fbi, LCSR1, LCSR1_BS(1)); in overlay1fb_disable()
643 lcd_writel(ofb->fbi, LCCR5, lccr5 & ~LCSR1_BS(1)); in overlay1fb_disable()
705 lcd_writel(ofb->fbi, LCSR1, LCSR1_BS(2)); in overlay2fb_disable()
706 lcd_writel(ofb->fbi, LCCR5, lccr5 & ~LCSR1_BS(2)); in overlay2fb_disable()
1522 if (lcsr1 & LCSR1_BS(1)) in pxafb_handle_irq()
1525 if (lcsr1 & LCSR1_BS(2)) in pxafb_handle_irq()
/kernel/linux/linux-5.10/drivers/video/fbdev/
H A 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()

Completed in 8 milliseconds