Lines Matching refs:cfg
52 struct sti_cfg cfg;
116 struct sti_inqconfout cfg;
159 sti.cfg.regions[i] = (u_int)va + ((tmp >> 18) << 12);
168 sti.cfg.ext_cfg = &sti.ecfg;
179 memset(&cfg, 0, sizeof cfg);
181 cfg.ext = &ecfg;
182 sti_inqcfg(&cfg);
184 if (cfg.owidth == cfg.width && cfg.oheight == cfg.height) {
185 sti.cfg.oscr_width = cfg.owidth = cfg.fbwidth - cfg.width;
186 sti.cfg.oscr_height = cfg.oheight = cfg.fbheight - cfg.height;
189 ip->dheight = cfg.height;
190 ip->dwidth = cfg.width;
191 ip->fbheight = cfg.fbheight;
192 ip->fbwidth = cfg.fbwidth;
223 (*unpmv)(&a.flags, &a.in, &a.out, &sti.cfg);
264 (*blkmv)(&a.flags, &a.in, &a.out, &sti.cfg);
286 (*blkmv)(&a.flags, &a.in, &a.out, &sti.cfg);
310 (*blkmv)(&a.flags, &a.in, &a.out, &sti.cfg);
344 (*init)(&a.flags, &a.in, &a.out, &sti.cfg);
360 (*inqconf)(&a.flags, &a.in, ico, &sti.cfg);