Searched refs:get_value_hex_8 (Results 1 – 3 of 3) sorted by relevance
| /openbmc/libcper/sections/ |
| H A D | cper-section-arm-ras.c | 538 get_value_hex_8(obj, "pidr3", &node->IPType.pidr.PIDR3); in arm_ras_fill_node_identifiers() 539 get_value_hex_8(obj, "pidr2", &node->IPType.pidr.PIDR2); in arm_ras_fill_node_identifiers() 540 get_value_hex_8(obj, "pidr1", &node->IPType.pidr.PIDR1); in arm_ras_fill_node_identifiers() 541 get_value_hex_8(obj, "pidr0", &node->IPType.pidr.PIDR0); in arm_ras_fill_node_identifiers() 542 get_value_hex_8(obj, "pidr7", &node->IPType.pidr.PIDR7); in arm_ras_fill_node_identifiers() 543 get_value_hex_8(obj, "pidr6", &node->IPType.pidr.PIDR6); in arm_ras_fill_node_identifiers() 544 get_value_hex_8(obj, "pidr5", &node->IPType.pidr.PIDR5); in arm_ras_fill_node_identifiers() 545 get_value_hex_8(obj, "pidr4", &node->IPType.pidr.PIDR4); in arm_ras_fill_node_identifiers()
|
| /openbmc/libcper/include/libcper/ |
| H A D | cper-utils.h | 70 void get_value_hex_8(json_object *obj, const char *field_name,
|
| /openbmc/libcper/ |
| H A D | cper-utils.c | 590 void get_value_hex_8(json_object *obj, const char *field_name, UINT8 *value_out) in get_value_hex_8() function
|