Home
last modified time | relevance | path

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

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