Searched refs:conf5 (Results 1 - 2 of 2) sorted by path

/linux-master/drivers/pci/
H A Dquirks.c1814 u32 conf1, conf5, class; local
1822 pci_read_config_dword(pdev, 0x80, &conf5);
1825 conf5 &= ~(1 << 24); /* Clear bit 24 */
1838 conf5 |= (1 << 24);
1855 pci_write_config_dword(pdev, 0x80, conf5);
/linux-master/drivers/regulator/
H A Dpv88080-regulator.c36 unsigned int conf5; member in struct:pv88080_regulator
370 unsigned int conf2, conf5; local
449 pv88080_regulator_info[i].conf5
468 pv88080_regulator_info[i].conf5, &conf5);
471 conf5 = ((conf5 >> PV88080_BUCK_VRANGE_GAIN_SHIFT) &
475 pv88080_buck_vol[conf2].min_uV * (conf5+1);
477 pv88080_buck_vol[conf2].uV_step * (conf5+1);
479 ((pv88080_buck_vol[conf2].max_uV * (conf5
[all...]

Completed in 417 milliseconds