Home
last modified time | relevance | path

Searched refs:iref (Results 1 – 4 of 4) sorted by relevance

/openbmc/u-boot/fs/btrfs/
H A Dsubvolume.c14 struct btrfs_inode_ref iref; in get_subvol_name() local
42 dir = btrfs_lookup_inode_ref(&root, dir, &iref, tmp); in get_subvol_name()
47 ptr -= iref.name_len + 1; in get_subvol_name()
51 memcpy(ptr + 1, tmp, iref.name_len); in get_subvol_name()
/openbmc/qemu/hw/adc/
H A Dnpcm7xx_adc.c99 ? s->iref : s->vref; in npcm7xx_adc_convert_done()
117 adc->iref); in npcm7xx_adc_calibrate()
119 adc->iref); in npcm7xx_adc_calibrate()
263 VMSTATE_UINT32(iref, NPCM7xxADCState),
271 DEFINE_PROP_UINT32("iref", NPCM7xxADCState, iref, NPCM7XX_ADC_DEFAULT_IREF),
/openbmc/qemu/tests/qtest/
H A Dnpcm7xx_adc-test.c314 uint32_t iref = iref_list[j]; in test_calibrate() local
316 adc_calculate_output(R0_INPUT, iref), in test_calibrate()
317 adc_calculate_output(R1_INPUT, iref), in test_calibrate()
322 sprintf(buf, "-machine quanta-gsj -global npcm7xx-adc.iref=%u", iref); in test_calibrate()
338 expected_output = adc_calculate_output(input, iref); in test_calibrate()
/openbmc/qemu/include/hw/adc/
H A Dnpcm7xx_adc.h60 uint32_t iref; member