Searched defs:atyfb_par (Results 1 – 1 of 1) sorted by relevance
131 struct atyfb_par { struct132 u32 pseudo_palette[16];133 struct { u8 red, green, blue; } palette[256];134 const struct aty_dac_ops *dac_ops;135 const struct aty_pll_ops *pll_ops;136 void __iomem *ati_regbase;137 unsigned long clk_wr_offset; /* meaning overloaded, clock id by CT */138 struct crtc crtc;139 union aty_pll pll;140 struct pll_info pll_limits;[all …]