Searched refs:tenms (Results 1 – 3 of 3) sorted by relevance
185 uint32_t tenms; in hp_sdc_rtc_read_rt() local191 tenms = (uint32_t)raw & 0xffffff; in hp_sdc_rtc_read_rt()204 unsigned int tenms; in hp_sdc_rtc_read_fhs() local209 tenms = (unsigned int)raw & 0xffff; in hp_sdc_rtc_read_fhs()212 res->tv_sec = (time64_t)(tenms / 100); in hp_sdc_rtc_read_fhs()221 uint32_t tenms; in hp_sdc_rtc_read_mt() local226 tenms = (uint32_t)raw & 0xffffff; in hp_sdc_rtc_read_mt()238 uint32_t tenms; in hp_sdc_rtc_read_dt() local243 tenms = (uint32_t)raw & 0xffffff; in hp_sdc_rtc_read_dt()255 uint32_t tenms; in hp_sdc_rtc_read_ct() local[all …]
106 #define tenms_to_2flags(s,tenms) ((tenms * s->par.bitrate) / 100 / 16) argument
260 #define tenms_to_flags(bc,tenms) ((tenms * bc->bitrate) / 800) argument
Completed in 11 milliseconds