Home
last modified time | relevance | path

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

/external/u-boot/include/linux/
Dbitfield.h51 #define __BF_FIELD_CHECK(_mask, _reg, _val, _pfx) \ argument
54 _pfx "mask is not constant"); \
55 BUILD_BUG_ON_MSG(!(_mask), _pfx "mask is zero"); \
58 _pfx "value too large for the field"); \
60 _pfx "type of reg too small for mask"); \