Home
last modified time | relevance | path

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

/openbmc/linux/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()
/openbmc/qemu/hw/display/
H A Dpxa2xx_lcd.c183 #define LCSR1_BS(ch) (1 << (ch + 15)) macro
647 s->status[1] |= LCSR1_BS(ch); in pxa2xx_dma_bs_set()