Searched defs:nuc900fb_info (Results 1 – 1 of 1) sorted by relevance
33 struct nuc900fb_info { struct34 struct device *dev;35 struct clk *clk;37 struct resource *mem;38 void __iomem *io;39 void __iomem *irq_base;40 int drv_type;41 struct nuc900fb_hw regs;42 unsigned long clk_rate;45 struct notifier_block freq_transition;[all …]