Home
last modified time | relevance | path

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

/openbmc/libcper/include/libcper/
H A Dcper-utils.h73 void get_value_hex_32(json_object *obj, const char *field_name,
/openbmc/libcper/sections/
H A Dcper-section-arm-ras.c536 get_value_hex_32(obj, "iidr", &node->IPType.gicIidr.IIDR); in arm_ras_fill_node_identifiers()
537 get_value_hex_32(obj, "aidr", &node->IPType.gicIidr.AIDR); in arm_ras_fill_node_identifiers()
/openbmc/libcper/
H A Dcper-utils.c617 void get_value_hex_32(json_object *obj, const char *field_name, in get_value_hex_32() function