Home
last modified time | relevance | path

Searched refs:get_s16 (Results 1 – 2 of 2) sorted by relevance

/openbmc/linux/drivers/comedi/drivers/
H A Djr3_pci.c130 return get_s16(&sensor->command_word0) == 0; in is_complete()
192 result.fx = get_s16(&sensor->max_full_scale.fx); in get_max_full_scales()
193 result.fy = get_s16(&sensor->max_full_scale.fy); in get_max_full_scales()
194 result.fz = get_s16(&sensor->max_full_scale.fz); in get_max_full_scales()
195 result.mx = get_s16(&sensor->max_full_scale.mx); in get_max_full_scales()
196 result.my = get_s16(&sensor->max_full_scale.my); in get_max_full_scales()
197 result.mz = get_s16(&sensor->max_full_scale.mz); in get_max_full_scales()
518 r[3].l.range[0].max = get_s16(&fs->mx) * 100; in jr3_pci_poll_subdevice()
520 r[4].l.range[0].max = get_s16(&fs->my) * 100; in jr3_pci_poll_subdevice()
523 r[5].l.range[0].max = get_s16(&fs->mz) * 100; in jr3_pci_poll_subdevice()
[all …]
H A Djr3_pci.h17 static inline s16 get_s16(const s32 __iomem *p) in get_s16() function