Home
last modified time | relevance | path

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

/linux-4.1.27/arch/arm/mach-pxa/include/mach/
Dregs-lcd.h175 #define PRSR_ST_OK (1 << 9) /* Status OK */ macro
/linux-4.1.27/drivers/video/fbdev/
Dpxafb.c1167 prsr = lcd_readl(fbi, PRSR) | PRSR_ST_OK | PRSR_CON_NT; in pxafb_smart_flush()
1193 prsr = lcd_readl(fbi, PRSR) & ~(PRSR_ST_OK | PRSR_CON_NT); in pxafb_smart_flush()