Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/video/fbdev/
Dfb-puv3.c669 u32 unifb_regs[UNIFB_REGS_NUM]; in unifb_probe() local
716 platform_device_add_data(dev, unifb_regs, sizeof(u32) * UNIFB_REGS_NUM); in unifb_probe()
745 u32 *unifb_regs = dev->dev.platform_data; in unifb_resume() local
753 writel(unifb_regs[0], UDE_FSA); in unifb_resume()
754 writel(unifb_regs[1], UDE_LS); in unifb_resume()
755 writel(unifb_regs[2], UDE_PS); in unifb_resume()
756 writel(unifb_regs[3], UDE_HAT); in unifb_resume()
757 writel(unifb_regs[4], UDE_HBT); in unifb_resume()
758 writel(unifb_regs[5], UDE_HST); in unifb_resume()
759 writel(unifb_regs[6], UDE_VAT); in unifb_resume()
[all …]