Home
last modified time | relevance | path

Searched refs:conf5 (Results 1 – 6 of 6) sorted by relevance

/linux/drivers/regulator/
H A Dpv88080-regulator.c36 unsigned int conf5; member
370 unsigned int conf2, conf5; in pv88080_i2c_probe() local
449 pv88080_regulator_info[i].conf5 in pv88080_i2c_probe()
468 pv88080_regulator_info[i].conf5, &conf5); in pv88080_i2c_probe()
471 conf5 = ((conf5 >> PV88080_BUCK_VRANGE_GAIN_SHIFT) & in pv88080_i2c_probe()
475 pv88080_buck_vol[conf2].min_uV * (conf5+1); in pv88080_i2c_probe()
477 pv88080_buck_vol[conf2].uV_step * (conf5+1); in pv88080_i2c_probe()
479 ((pv88080_buck_vol[conf2].max_uV * (conf5+1)) in pv88080_i2c_probe()
/linux/arch/arm/boot/dts/gemini/
H A Dgemini-nas4220b.dts129 conf5 {
H A Dgemini-sq201.dts204 conf5 {
H A Dgemini-sl93512r.dts208 conf5 {
H A Dgemini-dlink-dns-313.dts258 conf5 {
/linux/drivers/pci/
H A Dquirks.c1838 u32 conf1, conf5, class; in quirk_jmicron_ata() local
1846 pci_read_config_dword(pdev, 0x80, &conf5); in quirk_jmicron_ata()
1849 conf5 &= ~(1 << 24); /* Clear bit 24 */ in quirk_jmicron_ata()
1862 conf5 |= (1 << 24); in quirk_jmicron_ata()
1879 pci_write_config_dword(pdev, 0x80, conf5); in quirk_jmicron_ata()