Searched refs:gsm_int_from_bcdi (Results 1 – 3 of 3) sorted by relevance
256 tm->tm_year = gsm_int_from_bcdi( stamp->data[0] ); in sms_timestamp_to_tm()259 tm->tm_mon = gsm_int_from_bcdi( stamp->data[1] ) -1; in sms_timestamp_to_tm()260 tm->tm_mday = gsm_int_from_bcdi( stamp->data[2] ); in sms_timestamp_to_tm()261 tm->tm_hour = gsm_int_from_bcdi( stamp->data[3] ); in sms_timestamp_to_tm()262 tm->tm_min = gsm_int_from_bcdi( stamp->data[4] ); in sms_timestamp_to_tm()263 tm->tm_sec = gsm_int_from_bcdi( stamp->data[5] ); in sms_timestamp_to_tm()267 tzdiff = gsm_int_from_bcdi( stamp->data[6] & 0xf7 ); in sms_timestamp_to_tm()
29 extern int gsm_int_from_bcdi( byte_t value );
25 gsm_int_from_bcdi( byte_t val ) in gsm_int_from_bcdi() function