Home
last modified time | relevance | path

Searched refs:real_value (Results 1 – 2 of 2) sorted by relevance

/linux/drivers/xen/xen-pciback/
H A Dconf_space_capability.c98 u16 real_value; in pm_caps_read() local
100 err = pci_read_config_word(dev, offset, &real_value); in pm_caps_read()
104 *value = real_value & ~PCI_PM_CAP_PME_MASK; in pm_caps_read()
/linux/sound/soc/codecs/
H A Daw88261.c30 unsigned int real_value, volume; in aw88261_dev_set_volume() local
34 real_value = DB_TO_REG_VAL(volume); in aw88261_dev_set_volume()
38 real_value = (real_value | (reg_value & AW88261_VOL_START_MASK)); in aw88261_dev_set_volume()
40 dev_dbg(aw_dev->dev, "value 0x%x , real_value:0x%x", value, real_value); in aw88261_dev_set_volume()
42 regmap_write(aw_dev->regmap, AW88261_SYSCTRL2_REG, real_value); in aw88261_dev_set_volume()