Searched refs:CHECK_ENC_GET_U (Results 1 - 1 of 1) sorted by relevance

/linux-master/lib/
H A Dbitfield_kunit.c11 #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);
76 CHECK_ENC_GET_U(8, 3, 0xf0, 0x30);
77 CHECK_ENC_GET_U(8, 14, 0x0f, 0x0e);
78 CHECK_ENC_GET_U(8, 15, 0xf0, 0xf0);

Completed in 194 milliseconds