Searched refs:bcd_to_int (Results 1 – 4 of 4) sorted by relevance
246 bcd_to_int(timestamp->Century) % in timestamp_to_string()248 bcd_to_int(timestamp->Year) % 100, //Cannot go to three digits. in timestamp_to_string()249 bcd_to_int(timestamp->Month), bcd_to_int(timestamp->Day), in timestamp_to_string()250 bcd_to_int(timestamp->Hours), bcd_to_int(timestamp->Minutes), in timestamp_to_string()251 bcd_to_int(timestamp->Seconds)); in timestamp_to_string()
12 int bcd_to_int(UINT8 bcd) in bcd_to_int() function
6 int bcd_to_int(UINT8 bcd);
36 json_object_new_int(bcd_to_int(pcie_error->Version & 0xFF))); in cper_section_pcie_to_ir()39 json_object_new_int(bcd_to_int(pcie_error->Version >> 8))); in cper_section_pcie_to_ir()