Home
last modified time | relevance | path

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

/openbmc/linux/drivers/base/test/
H A Dproperty-entry-test.c23 u32 val_u32, array_u32[2]; in pe_test_uints() local
70 error = fwnode_property_read_u32(node, "prop-u32", &val_u32); in pe_test_uints()
72 KUNIT_EXPECT_EQ(test, val_u32, 32); in pe_test_uints()
84 error = fwnode_property_read_u32(node, "no-prop-u32", &val_u32); in pe_test_uints()
134 u32 val_u32, array_u32[32]; in pe_test_uint_arrays() local
191 error = fwnode_property_read_u32(node, "prop-u32", &val_u32); in pe_test_uint_arrays()
193 KUNIT_EXPECT_EQ(test, val_u32, 32); in pe_test_uint_arrays()
210 error = fwnode_property_read_u32(node, "no-prop-u32", &val_u32); in pe_test_uint_arrays()
/openbmc/linux/tools/testing/selftests/bpf/progs/
H A Dtest_sk_lookup.c394 __u32 val_u32; in ctx_narrow_access() local
427 val_u32 = *(__u32 *)&ctx->remote_port; in ctx_narrow_access()
428 if (val_u32 != SRC_PORT) in ctx_narrow_access()
/openbmc/linux/lib/
H A Dtest_user_copy.c189 u32 val_u32; in test_user_copy_init() local
/openbmc/linux/drivers/acpi/
H A Dcppc_acpi.c1005 u32 val_u32; in cpc_read() local
1009 &val_u32, size); in cpc_read()
1016 *val = val_u32; in cpc_read()