Searched refs:CHECK_ENC_GET_U (Results 1 – 1 of 1) sorted by relevance
| /Linux-v4.19/lib/ |
| D | test_bitfield.c | 12 #define CHECK_ENC_GET_U(tp, v, field, res) do { \ macro 60 CHECK_ENC_GET_U(tp, v, field, res); \ 80 CHECK_ENC_GET_U(8, 1, 0x0f, 0x01); in test_constants() 81 CHECK_ENC_GET_U(8, 3, 0xf0, 0x30); in test_constants() 82 CHECK_ENC_GET_U(8, 14, 0x0f, 0x0e); in test_constants() 83 CHECK_ENC_GET_U(8, 15, 0xf0, 0xf0); in test_constants()
|