Home
last modified time | relevance | path

Searched refs:tenms (Results 1 – 3 of 3) sorted by relevance

/linux-5.19.10/drivers/input/misc/
Dhp_sdc_rtc.c185 uint32_t tenms; in hp_sdc_rtc_read_rt() local
191 tenms = (uint32_t)raw & 0xffffff; in hp_sdc_rtc_read_rt()
194 res->tv_nsec = (long)(tenms % 100) * 10000 * 1000; in hp_sdc_rtc_read_rt()
195 res->tv_sec = (tenms / 100) + (time64_t)days * 86400; in hp_sdc_rtc_read_rt()
204 unsigned int tenms; in hp_sdc_rtc_read_fhs() local
209 tenms = (unsigned int)raw & 0xffff; in hp_sdc_rtc_read_fhs()
211 res->tv_nsec = (long)(tenms % 100) * 10000 * 1000; 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() local
226 tenms = (uint32_t)raw & 0xffffff; in hp_sdc_rtc_read_mt()
[all …]
/linux-5.19.10/drivers/net/hamradio/
Dhdlcdrv.c107 #define tenms_to_2flags(s,tenms) ((tenms * s->par.bitrate) / 100 / 16) argument
Dbaycom_epp.c260 #define tenms_to_flags(bc,tenms) ((tenms * bc->bitrate) / 800) argument