Searched refs:bitfield_to_ir (Results 1 – 6 of 6) sorted by relevance
/openbmc/libcper/sections/ |
H A D | cper-section-ipf.c | 104 bitfield_to_ir(psi_static->ValidBits, 6, in cper_section_ipf_to_ir() 148 json_object *validation = bitfield_to_ir( in cper_ipf_mod_error_to_ir()
|
H A D | cper-section-generic.c | 72 bitfield_to_ir(section_generic->Flags, 4, in cper_section_generic_to_ir()
|
H A D | cper-section-arm.c | 202 json_object *flags = bitfield_to_ir( in cper_arm_error_info_to_ir()
|
/openbmc/libcper/include/libcper/ |
H A D | cper-utils.h | 48 json_object *bitfield_to_ir(UINT64 bitfield, int num_fields,
|
/openbmc/libcper/ |
H A D | cper-parse.c | 257 bitfield_to_ir(section_descriptor->SectionFlags, 8, in cper_section_descriptor_to_ir()
|
H A D | cper-utils.c | 189 json_object *bitfield_to_ir(UINT64 bitfield, int num_fields, in bitfield_to_ir() function
|