Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/arch/arm/mach-pxa/include/mach/
Dregs-lcd.h177 #define PRSR_CON_NT (1 << 10) /* Continue to Next Command */ macro
/kernel/linux/linux-5.10/drivers/video/fbdev/
Dpxafb.c1171 prsr = lcd_readl(fbi, PRSR) | PRSR_ST_OK | PRSR_CON_NT; in pxafb_smart_flush()
1196 prsr = lcd_readl(fbi, PRSR) & ~(PRSR_ST_OK | PRSR_CON_NT); in pxafb_smart_flush()