lcd_readl         625 drivers/video/fbdev/pxafb.c 	int enabled = lcd_readl(ofb->fbi, OVL1C1) & OVLxC1_OEN;
lcd_readl         637 drivers/video/fbdev/pxafb.c 	if (!(lcd_readl(ofb->fbi, OVL1C1) & OVLxC1_OEN))
lcd_readl         640 drivers/video/fbdev/pxafb.c 	lccr5 = lcd_readl(ofb->fbi, LCCR5);
lcd_readl         680 drivers/video/fbdev/pxafb.c 	int enabled = lcd_readl(ofb->fbi, OVL2C1) & OVLxC1_OEN;
lcd_readl         700 drivers/video/fbdev/pxafb.c 	if (!(lcd_readl(ofb->fbi, OVL2C1) & OVLxC1_OEN))
lcd_readl         703 drivers/video/fbdev/pxafb.c 	lccr5 = lcd_readl(ofb->fbi, LCCR5);
lcd_readl        1171 drivers/video/fbdev/pxafb.c 	prsr = lcd_readl(fbi, PRSR) | PRSR_ST_OK | PRSR_CON_NT;
lcd_readl        1196 drivers/video/fbdev/pxafb.c 	prsr = lcd_readl(fbi, PRSR) & ~(PRSR_ST_OK | PRSR_CON_NT);
lcd_readl        1386 drivers/video/fbdev/pxafb.c 	fbi->reg_lccr4 = lcd_readl(fbi, LCCR4) & ~LCCR4_PAL_FOR_MASK;
lcd_readl        1394 drivers/video/fbdev/pxafb.c 	if ((lcd_readl(fbi, LCCR0) != fbi->reg_lccr0) ||
lcd_readl        1395 drivers/video/fbdev/pxafb.c 	    (lcd_readl(fbi, LCCR1) != fbi->reg_lccr1) ||
lcd_readl        1396 drivers/video/fbdev/pxafb.c 	    (lcd_readl(fbi, LCCR2) != fbi->reg_lccr2) ||
lcd_readl        1397 drivers/video/fbdev/pxafb.c 	    (lcd_readl(fbi, LCCR3) != fbi->reg_lccr3) ||
lcd_readl        1398 drivers/video/fbdev/pxafb.c 	    (lcd_readl(fbi, LCCR4) != fbi->reg_lccr4) ||
lcd_readl        1399 drivers/video/fbdev/pxafb.c 	    (lcd_readl(fbi, FDADR0) != fbi->fdadr[0]) ||
lcd_readl        1401 drivers/video/fbdev/pxafb.c 	    (lcd_readl(fbi, FDADR1) != fbi->fdadr[1])))
lcd_readl        1491 drivers/video/fbdev/pxafb.c 	lccr0 = lcd_readl(fbi, LCCR0) & ~LCCR0_LDM;
lcd_readl        1509 drivers/video/fbdev/pxafb.c 	lcsr = lcd_readl(fbi, LCSR);
lcd_readl        1511 drivers/video/fbdev/pxafb.c 		lccr0 = lcd_readl(fbi, LCCR0);
lcd_readl        1524 drivers/video/fbdev/pxafb.c 		unsigned int lcsr1 = lcd_readl(fbi, LCSR1);