Searched refs:field8 (Results 1 – 7 of 7) sorted by relevance
/openbmc/phosphor-logging/lib/include/phosphor-logging/lg2/ |
H A D | conversion.hpp | 101 one_from_set(f, field8 | field16 | field32 | field64); in log_convert() 118 one_from_set(f, field8 | field16 | field32 | field64); in log_convert() 134 prohibit(f, field8); in log_convert() 154 prohibit(f, field8); in log_convert() 174 prohibit(f, field8); in log_convert() 194 prohibit(f, field8); in log_convert() 235 prohibit(f, field8); in log_convert() 259 prohibit(f, field8); in log_convert() 279 prohibit(f, field8); in log_convert() 298 prohibit(f, field8); in log_convert() [all …]
|
H A D | flags.hpp | 76 PHOSPHOR_LOG2_DECLARE_FLAG(field8, dec); 77 PHOSPHOR_LOG2_DECLARE_FLAG(field16, field8); 92 using lg2::field8; \
|
/openbmc/phosphor-logging/lib/ |
H A D | lg2_logger.cpp | 29 switch (f & (field8 | field16 | field32 | field64).value) in value_to_string() 31 case field8.value: in value_to_string() 57 switch (f & (field8 | field16 | field32 | field64).value) in value_to_string() 59 case field8.value: in value_to_string()
|
/openbmc/linux/drivers/net/ethernet/sfc/falcon/ |
H A D | bitfield.h | 283 field8, value8, \ argument 293 EF4_INSERT_FIELD_NATIVE((min), (max), field8, (value8)) | \
|
/openbmc/linux/drivers/net/ethernet/sfc/ |
H A D | bitfield.h | 285 field8, value8, \ argument 304 EFX_INSERT_FIELD_NATIVE((min), (max), field8, (value8)) | \
|
/openbmc/linux/drivers/net/ethernet/sfc/siena/ |
H A D | bitfield.h | 283 field8, value8, \ argument 302 EFX_INSERT_FIELD_NATIVE((min), (max), field8, (value8)) | \
|
/openbmc/phosphor-logging/docs/ |
H A D | structured-logging.md | 101 - `field8`, `field16`, `field32`, `field64` 105 - `(bin | field8), 0xff` -> `0b11111111`
|