Searched refs:u32_array (Results 1 – 2 of 2) sorted by relevance
/linux/drivers/of/ |
H A D | unittest.c | 818 const u32 u32_array[] = { 1, 2, 3 }; in of_unittest_changeset() local 883 u32_array, ARRAY_SIZE(u32_array)), in of_unittest_changeset() 1023 static const u32 u32_array[] = { 123, 4567, 89, 10, 11 }; in of_unittest_changeset_prop() local 1051 u32_array, ARRAY_SIZE(u32_array)); in of_unittest_changeset_prop() 1070 changeset_check_u32_array(np, "prop-u32-array", u32_array, ARRAY_SIZE(u32_array)); in of_unittest_changeset_prop()
|
/linux/lib/ |
H A D | test_bitmap.c | 191 #define expect_eq_u32_array(...) __expect_eq(u32_array, ##__VA_ARGS__)
|