Home
last modified time | relevance | path

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

/linux/drivers/input/misc/
A 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()
204 unsigned int tenms; in hp_sdc_rtc_read_fhs() local
209 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() local
226 tenms = (uint32_t)raw & 0xffffff; in hp_sdc_rtc_read_mt()
238 uint32_t tenms; in hp_sdc_rtc_read_dt() local
243 tenms = (uint32_t)raw & 0xffffff; in hp_sdc_rtc_read_dt()
255 uint32_t tenms; in hp_sdc_rtc_read_ct() local
[all …]
/linux/drivers/net/hamradio/
A Dhdlcdrv.c106 #define tenms_to_2flags(s,tenms) ((tenms * s->par.bitrate) / 100 / 16) argument
A Dbaycom_epp.c260 #define tenms_to_flags(bc,tenms) ((tenms * bc->bitrate) / 800) argument

Completed in 11 milliseconds