Home
last modified time | relevance | path

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

/linux/tools/testing/selftests/bpf/progs/
H A 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()
H A Dcore_reloc_types.h681 int c_value; member
/linux/tools/testing/selftests/bpf/prog_tests/
H A Dcore_reloc.c669 .c_value = 3,
689 .c_value = 0xff000003u,
708 .c_value = 0xff000003u,
/linux/drivers/media/usb/cx231xx/
H A 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()