Searched defs:s3c2410fb_info (Results 1 – 1 of 1) sorted by relevance
21 struct s3c2410fb_info { struct22 struct device *dev;23 struct clk *clk;25 struct resource *mem;26 void __iomem *io;27 void __iomem *irq_base;29 enum s3c_drv_type drv_type;30 struct s3c2410fb_hw regs;32 unsigned long clk_rate;33 unsigned int palette_ready;[all …]