conf2 285 drivers/atm/lanai.c u32 conf1, conf2; /* CONFIG[12] registers */ conf2 499 drivers/atm/lanai.c reg_write(lanai, lanai->conf2, Config2_Reg); conf2 1978 drivers/atm/lanai.c lanai->conf2 |= CONFIG2_VCI0_NORMAL; conf2 2010 drivers/atm/lanai.c lanai->conf2 &= ~CONFIG2_VCI0_NORMAL; conf2 2094 drivers/atm/lanai.c lanai->conf2 |= CONFIG2_CBR_ENABLE; conf2 2100 drivers/atm/lanai.c lanai->conf2 &= ~CONFIG2_CBR_ENABLE; conf2 2192 drivers/atm/lanai.c lanai->conf2 = (lanai->num_vci >= 512 ? CONFIG2_HOWMANY : 0) | conf2 103 drivers/gpio/gpio-lynxpoint.c unsigned long conf2 = lp_gpio_reg(chip, offset, LP_CONFIG2); conf2 118 drivers/gpio/gpio-lynxpoint.c outl(inl(conf2) & ~GPINDIS_BIT, conf2); conf2 127 drivers/gpio/gpio-lynxpoint.c unsigned long conf2 = lp_gpio_reg(chip, offset, LP_CONFIG2); conf2 130 drivers/gpio/gpio-lynxpoint.c outl(inl(conf2) | GPINDIS_BIT, conf2); conf2 340 drivers/gpu/drm/mcde/mcde_display.c u32 conf2; conf2 349 drivers/gpu/drm/mcde/mcde_display.c conf2 = MCDE_OVL0CONF2; conf2 357 drivers/gpu/drm/mcde/mcde_display.c conf2 = MCDE_OVL1CONF2; conf2 365 drivers/gpu/drm/mcde/mcde_display.c conf2 = MCDE_OVL2CONF2; conf2 373 drivers/gpu/drm/mcde/mcde_display.c conf2 = MCDE_OVL3CONF2; conf2 381 drivers/gpu/drm/mcde/mcde_display.c conf2 = MCDE_OVL4CONF2; conf2 389 drivers/gpu/drm/mcde/mcde_display.c conf2 = MCDE_OVL5CONF2; conf2 431 drivers/gpu/drm/mcde/mcde_display.c writel(val, mcde->regs + conf2); conf2 78 drivers/hwmon/adm1031.c u8 conf2; conf2 167 drivers/hwmon/adm1031.c data->conf2 = adm1031_read_value(client, ADM1031_REG_CONF2); conf2 39 drivers/regulator/pv88080-regulator.c unsigned int conf2; conf2 392 drivers/regulator/pv88080-regulator.c unsigned int conf2, conf5; conf2 485 drivers/regulator/pv88080-regulator.c pv88080_regulator_info[i].conf2 conf2 499 drivers/regulator/pv88080-regulator.c pv88080_regulator_info[i].conf2, &conf2); conf2 502 drivers/regulator/pv88080-regulator.c conf2 = ((conf2 >> PV88080_BUCK_VDAC_RANGE_SHIFT) & conf2 513 drivers/regulator/pv88080-regulator.c pv88080_buck_vol[conf2].min_uV * (conf5+1); conf2 515 drivers/regulator/pv88080-regulator.c pv88080_buck_vol[conf2].uV_step * (conf5+1); conf2 517 drivers/regulator/pv88080-regulator.c ((pv88080_buck_vol[conf2].max_uV * (conf5+1)) conf2 36 drivers/regulator/pv88090-regulator.c unsigned int conf2; conf2 184 drivers/regulator/pv88090-regulator.c .conf2 = PV88090_REG_##regl_name##_CONF2, \ conf2 282 drivers/regulator/pv88090-regulator.c unsigned int conf2, range, index; conf2 345 drivers/regulator/pv88090-regulator.c pv88090_regulator_info[i].conf2, &conf2); conf2 349 drivers/regulator/pv88090-regulator.c conf2 = (conf2 >> PV88090_BUCK_VDAC_RANGE_SHIFT) & conf2 360 drivers/regulator/pv88090-regulator.c index = ((range << 1) | conf2);