Lines Matching defs:nuc900fb_info
33 struct nuc900fb_info { struct
34 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;
49 u32 palette_buffer[PALETTE_BUFFER_SIZE];
50 u32 pseudo_pal[16];