Searched defs:expected_value (Results 1 – 8 of 8) sorted by relevance
/openbmc/linux/tools/testing/selftests/bpf/prog_tests/ |
H A D | global_func_args.c | 19 int expected_value; in test_global_func_args0() member 31 const int expected_value = tests[i].expected_value; in test_global_func_args0() local
|
/openbmc/qemu/tests/qtest/ |
H A D | test-x86-cpuid-compat.c | 49 int64_t expected_value; member 72 const char *property, int64_t expected_value) in add_cpuid_test() 114 bool expected_value; member 174 int bitnr, bool expected_value) in add_feature_test()
|
H A D | aspeed_smc-test.c | 204 static void assert_page_mem(uint32_t addr, uint32_t expected_value) in assert_page_mem() 555 uint32_t expected_value = protection_start <= sector in test_write_block_protect() local 600 uint32_t expected_value = protection_start <= sector in test_write_block_protect_bottom_bit() local
|
H A D | arm-cpu-features.c | 148 #define resp_assert_feature(resp, feature, expected_value) \ argument 159 #define assert_feature(qts, cpu_type, feature, expected_value) \ argument
|
H A D | npcm7xx_emc-test.c | 501 uint32_t expected_mask, expected_value, recv_len; in emc_send_verify1() local 653 uint32_t expected_mask, expected_value; in emc_recv_verify() local 736 uint32_t expected_mask, expected_value; in emc_test_ptle() local
|
/openbmc/linux/drivers/gpu/drm/amd/amdgpu/ |
H A D | soc15_common.h | 100 #define SOC15_WAIT_ON_RREG(ip, inst, reg, expected_value, mask) \ argument 105 #define SOC15_WAIT_ON_RREG_OFFSET(ip, inst, reg, offset, expected_value, mask) \ argument
|
H A D | amdgpu_device.c | 6066 uint32_t expected_value, uint32_t mask) in amdgpu_device_wait_on_rreg()
|
/openbmc/qemu/hw/char/ |
H A D | serial.c | 694 bool expected_value = ((s->iir & UART_IIR_ID) == UART_IIR_THRI); in serial_thr_ipending_needed() local
|