Home
last modified time | relevance | path

Searched refs:bcd2dec8 (Results 1 – 7 of 7) sorted by relevance

/openbmc/libpldm/src/
H A Dutils.c168 uint8_t bcd2dec8(uint8_t bcd) in bcd2dec8() function
182 return bcd2dec8(bcd >> 8) * 100 + bcd2dec8(bcd & 0xff); in bcd2dec16()
/openbmc/libpldm/tests/
H A Dutils.cpp69 EXPECT_EQ(12u, bcd2dec8(0x12)); in TEST()
70 EXPECT_EQ(99u, bcd2dec8(0x99)); in TEST()
/openbmc/libpldm/src/dsp/
H A Dbios.c150 *seconds = bcd2dec8(request->seconds); in decode_set_date_time_req()
151 *minutes = bcd2dec8(request->minutes); in decode_set_date_time_req()
152 *hours = bcd2dec8(request->hours); in decode_set_date_time_req()
153 *day = bcd2dec8(request->day); in decode_set_date_time_req()
154 *month = bcd2dec8(request->month); in decode_set_date_time_req()
/openbmc/libpldm/include/libpldm/
H A Dutils.h57 uint8_t bcd2dec8(uint8_t bcd);
/openbmc/libpldm/tests/dsp/
H A Dbios.cpp229 EXPECT_EQ(seconds, bcd2dec8(req->seconds)); in TEST()
230 EXPECT_EQ(minutes, bcd2dec8(req->minutes)); in TEST()
231 EXPECT_EQ(hours, bcd2dec8(req->hours)); in TEST()
232 EXPECT_EQ(day, bcd2dec8(req->day)); in TEST()
233 EXPECT_EQ(month, bcd2dec8(req->month)); in TEST()
/openbmc/pldm/pldmtool/
H A Dpldm_bios_cmd.cpp87 << static_cast<uint32_t>(bcd2dec8(data)); in setWidth()
/openbmc/libpldm/abi/x86_64/
H A Dgcc.dump154 'ShortName' => 'bcd2dec8'
9592 'bcd2dec8' => 1,