Lines Matching defs:cfg
157 cistpl_cftable_entry_t *cfg = &parse->cftable_entry;
163 cfg->index, flags);
166 cfg_mem->p_dev->config_index = cfg->index;
167 if (cfg->flags & CISTPL_CFTABLE_DEFAULT)
168 cfg_mem->dflt = *cfg;
172 if (cfg->vcc.present & (1 << CISTPL_POWER_VNOM)) {
173 if (vcc != cfg->vcc.param[CISTPL_POWER_VNOM] / 10000)
183 if (cfg->vpp1.present & (1 << CISTPL_POWER_VNOM))
184 p_dev->vpp = cfg->vpp1.param[CISTPL_POWER_VNOM] / 10000;
191 if ((flags & CONF_AUTO_AUDIO) && (cfg->flags & CISTPL_CFTABLE_AUDIO))
197 cistpl_io_t *io = (cfg->io.nwin) ? &cfg->io : &dflt->io;
225 cistpl_mem_t *mem = (cfg->mem.nwin) ? &cfg->mem : &dflt->mem;