Lines Matching defs:lxfb_par
26 struct lxfb_par { struct
27 int output;
29 void __iomem *gp_regs;
30 void __iomem *dc_regs;
31 void __iomem *vp_regs;
32 int powered_down;
35 struct {
40 } msr;
42 uint32_t gp[GP_REG_COUNT];
43 uint32_t dc[DC_REG_COUNT];
44 uint64_t vp[VP_REG_COUNT];
45 uint64_t fp[FP_REG_COUNT];
47 uint32_t dc_pal[DC_PAL_COUNT];
48 uint32_t vp_pal[VP_PAL_COUNT];
49 uint32_t hcoeff[DC_HFILT_COUNT * 2];
50 uint32_t vcoeff[DC_VFILT_COUNT];
51 uint32_t vp_coeff[VP_COEFF_SIZE / 4];