Searched refs:config_new (Results 1 – 2 of 2) sorted by relevance
490 int config_new = config; in lm25066_probe() local496 config_new |= LM25066_DEV_SETUP_CL_CFG; in lm25066_probe()499 config_new |= LM25066_DEV_SETUP_CL; in lm25066_probe()501 config_new &= ~LM25066_DEV_SETUP_CL; in lm25066_probe()504 config_new &= ~LM25066_DEV_SETUP_CL; in lm25066_probe()506 config_new |= LM25066_DEV_SETUP_CL; in lm25066_probe()515 if (config_new != config) { in lm25066_probe()518 config_new); in lm25066_probe()521 config = config_new; in lm25066_probe()
247 local config_new=${config}.new248 cat <<EOF > ${config_new}261 sed -i -e "s|BASE|${base}|" ${config_new}262 cp ${config_new} ${config}313 cp ${config_new} ${config}332 rm -f ${config_new}