Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/staging/comedi/drivers/
Djr3_pci.c136 return get_s16(&channel->command_word0) == 0; in is_complete()
199 result.fx = get_s16(&channel->min_full_scale.fx); in get_min_full_scales()
200 result.fy = get_s16(&channel->min_full_scale.fy); in get_min_full_scales()
201 result.fz = get_s16(&channel->min_full_scale.fz); in get_min_full_scales()
202 result.mx = get_s16(&channel->min_full_scale.mx); in get_min_full_scales()
203 result.my = get_s16(&channel->min_full_scale.my); in get_min_full_scales()
204 result.mz = get_s16(&channel->min_full_scale.mz); in get_min_full_scales()
213 result.fx = get_s16(&channel->max_full_scale.fx); in get_max_full_scales()
214 result.fy = get_s16(&channel->max_full_scale.fy); in get_max_full_scales()
215 result.fz = get_s16(&channel->max_full_scale.fz); in get_max_full_scales()
[all …]
Djr3_pci.h15 static inline s16 get_s16(const s32 __iomem *p) in get_s16() function