Home
last modified time | relevance | path

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

/linux-3.4.99/arch/arm/mach-pxa/include/mach/
Dregs-lcd.h157 #define LCSR1_BS(x) (1 << ((x) + 15)) /* Branch Status */ macro
/linux-3.4.99/drivers/video/
Dpxafb.c640 lcd_writel(ofb->fbi, LCSR1, LCSR1_BS(1)); in overlay1fb_disable()
641 lcd_writel(ofb->fbi, LCCR5, lccr5 & ~LCSR1_BS(1)); in overlay1fb_disable()
703 lcd_writel(ofb->fbi, LCSR1, LCSR1_BS(2)); in overlay2fb_disable()
704 lcd_writel(ofb->fbi, LCCR5, lccr5 & ~LCSR1_BS(2)); in overlay2fb_disable()
1505 if (lcsr1 & LCSR1_BS(1)) in pxafb_handle_irq()
1508 if (lcsr1 & LCSR1_BS(2)) in pxafb_handle_irq()