Home
last modified time | relevance | path

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

/openbmc/linux/drivers/iio/magnetometer/
H A Dbmc150_magn.c125 __le16 xyz1; member
366 u16 xyz1 = le16_to_cpu(tregs->xyz1); in bmc150_magn_compensate_x() local
372 rhall = xyz1; in bmc150_magn_compensate_x()
374 val = ((s16)(((u16)((((s32)xyz1) << 14) / rhall)) - ((u16)0x4000))); in bmc150_magn_compensate_x()
388 u16 xyz1 = le16_to_cpu(tregs->xyz1); in bmc150_magn_compensate_y() local
394 rhall = xyz1; in bmc150_magn_compensate_y()
396 val = ((s16)(((u16)((((s32)xyz1) << 14) / rhall)) - ((u16)0x4000))); in bmc150_magn_compensate_y()
410 u16 xyz1 = le16_to_cpu(tregs->xyz1); in bmc150_magn_compensate_z() local
420 ((s16)xyz1)))) >> 2)) / (z2 + ((s16)(((((s32)z1) * in bmc150_magn_compensate_z()