Lines Matching defs:lxfb_par
30 struct lxfb_par { struct
31 int output;
33 void __iomem *gp_regs;
34 void __iomem *dc_regs;
35 void __iomem *vp_regs;
37 int powered_down;
40 struct {
45 } msr;
47 uint32_t gp[GP_REG_COUNT];
48 uint32_t dc[DC_REG_COUNT];
49 uint64_t vp[VP_REG_COUNT];
50 uint64_t fp[FP_REG_COUNT];
52 uint32_t dc_pal[DC_PAL_COUNT];
53 uint32_t vp_pal[VP_PAL_COUNT];
54 uint32_t hcoeff[DC_HFILT_COUNT * 2];
55 uint32_t vcoeff[DC_VFILT_COUNT];
56 uint32_t vp_coeff[VP_COEFF_SIZE / 4];