unifb_regs        666 drivers/video/fbdev/fb-puv3.c 	u32 unifb_regs[UNIFB_REGS_NUM];
unifb_regs        713 drivers/video/fbdev/fb-puv3.c 	platform_device_add_data(dev, unifb_regs, sizeof(u32) * UNIFB_REGS_NUM);
unifb_regs        742 drivers/video/fbdev/fb-puv3.c 	u32 *unifb_regs = dev->dev.platform_data;
unifb_regs        750 drivers/video/fbdev/fb-puv3.c 		writel(unifb_regs[0], UDE_FSA);
unifb_regs        751 drivers/video/fbdev/fb-puv3.c 		writel(unifb_regs[1], UDE_LS);
unifb_regs        752 drivers/video/fbdev/fb-puv3.c 		writel(unifb_regs[2], UDE_PS);
unifb_regs        753 drivers/video/fbdev/fb-puv3.c 		writel(unifb_regs[3], UDE_HAT);
unifb_regs        754 drivers/video/fbdev/fb-puv3.c 		writel(unifb_regs[4], UDE_HBT);
unifb_regs        755 drivers/video/fbdev/fb-puv3.c 		writel(unifb_regs[5], UDE_HST);
unifb_regs        756 drivers/video/fbdev/fb-puv3.c 		writel(unifb_regs[6], UDE_VAT);
unifb_regs        757 drivers/video/fbdev/fb-puv3.c 		writel(unifb_regs[7], UDE_VBT);
unifb_regs        758 drivers/video/fbdev/fb-puv3.c 		writel(unifb_regs[8], UDE_VST);
unifb_regs        759 drivers/video/fbdev/fb-puv3.c 		writel(unifb_regs[9], UDE_CFG);
unifb_regs        770 drivers/video/fbdev/fb-puv3.c 	u32 *unifb_regs = dev->dev.platform_data;
unifb_regs        772 drivers/video/fbdev/fb-puv3.c 	unifb_regs[0] = readl(UDE_FSA);
unifb_regs        773 drivers/video/fbdev/fb-puv3.c 	unifb_regs[1] = readl(UDE_LS);
unifb_regs        774 drivers/video/fbdev/fb-puv3.c 	unifb_regs[2] = readl(UDE_PS);
unifb_regs        775 drivers/video/fbdev/fb-puv3.c 	unifb_regs[3] = readl(UDE_HAT);
unifb_regs        776 drivers/video/fbdev/fb-puv3.c 	unifb_regs[4] = readl(UDE_HBT);
unifb_regs        777 drivers/video/fbdev/fb-puv3.c 	unifb_regs[5] = readl(UDE_HST);
unifb_regs        778 drivers/video/fbdev/fb-puv3.c 	unifb_regs[6] = readl(UDE_VAT);
unifb_regs        779 drivers/video/fbdev/fb-puv3.c 	unifb_regs[7] = readl(UDE_VBT);
unifb_regs        780 drivers/video/fbdev/fb-puv3.c 	unifb_regs[8] = readl(UDE_VST);
unifb_regs        781 drivers/video/fbdev/fb-puv3.c 	unifb_regs[9] = readl(UDE_CFG);