Home
last modified time | relevance | path

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

/linux-6.3-rc2/drivers/xen/xen-pciback/
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-6.3-rc2/sound/soc/codecs/aw88395/
A Daw88395_device.c261 u16 real_value, volume; in aw_dev_set_volume() local
265 real_value = db_to_reg_val(volume); in aw_dev_set_volume()
272 dev_dbg(aw_dev->dev, "value 0x%x , reg:0x%x", value, real_value); in aw_dev_set_volume()
275 real_value = (real_value << AW88395_VOL_START_BIT) | (reg_value & AW88395_VOL_MASK); in aw_dev_set_volume()
278 ret = regmap_write(aw_dev->regmap, AW88395_SYSCTRL2_REG, real_value); in aw_dev_set_volume()

Completed in 8 milliseconds