Lines Matching defs:gcfg2
218 unsigned int gcfg2;
222 regmap_read(gconfmap, GLOBAL_CONFIG_2, &gcfg2);
231 if (gcfg2 & TWSI_OPTION3_GPIO)
311 unsigned int gcfg2;
314 regmap_read(gconfmap, GLOBAL_CONFIG_2, &gcfg2);
319 else if (gcfg2 & TWSI_ENABLE_OPTION2)
321 else if (gcfg2 & TWSI_ENABLE_OPTION3)
331 unsigned int gcfg2 = 0;
338 gcfg2 = TWSI_ENABLE_OPTION2;
341 gcfg2 = TWSI_ENABLE_OPTION3;
350 gcfg2);