Searched refs:CHECK_ENC_GET_U (Results 1 – 1 of 1) sorted by relevance
/openbmc/linux/lib/ |
H A D | bitfield_kunit.c | 11 #define CHECK_ENC_GET_U(tp, v, field, res) do { \ macro 55 CHECK_ENC_GET_U(tp, v, field, res); \ 75 CHECK_ENC_GET_U(8, 1, 0x0f, 0x01); in test_bitfields_constants() 76 CHECK_ENC_GET_U(8, 3, 0xf0, 0x30); in test_bitfields_constants() 77 CHECK_ENC_GET_U(8, 14, 0x0f, 0x0e); in test_bitfields_constants() 78 CHECK_ENC_GET_U(8, 15, 0xf0, 0xf0); in test_bitfields_constants()
|