Home
last modified time | relevance | path

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

/linux-5.19.10/tools/testing/selftests/bpf/progs/
Dtest_core_reloc_existence.c22 int c_value; member
61 out->c_value = BPF_CORE_READ(in, c); in test_core_existence()
63 out->c_value = 0xff000003u; in test_core_existence()
Dcore_reloc_types.h680 int c_value; member
/linux-5.19.10/tools/testing/selftests/bpf/prog_tests/
Dcore_reloc.c645 .c_value = 3,
665 .c_value = 0xff000003u,
684 .c_value = 0xff000003u,
/linux-5.19.10/drivers/media/usb/cx231xx/
Dcx231xx-avcore.c237 u8 c_value = 0; in cx231xx_afe_setup_AFE_for_baseband() local
240 status = afe_read_byte(dev, ADC_PWRDN_CLAMP_CH2, &c_value); in cx231xx_afe_setup_AFE_for_baseband()
241 c_value &= (~(0x50)); in cx231xx_afe_setup_AFE_for_baseband()
242 status = afe_write_byte(dev, ADC_PWRDN_CLAMP_CH2, c_value); in cx231xx_afe_setup_AFE_for_baseband()