Lines Matching defs:axis
65 #define AK8974_INT_THRES 0x26 /* Absolute any axis value threshold */
86 /* fine axis sensitivity */
91 /* axis sensitivity */
96 /* axis cross-interference */
116 #define AK8974_INT_RANGE BIT(1) /* Range overflow (any axis) */
137 #define AK8974_INT_CTRL_XEN BIT(7) /* Enable interrupt for this axis */
175 * @orientation: mounting matrix, flipped axis etc
544 static const char axis[3] = "XYZ";
555 "factory calibration for axis %c: offz=%u sens=%u fine=%u pga%c=%u pga%c=%u\n",
556 axis[i], offz, sens, fine, pgaxis[i * 2],
636 * range of the sensor as +/- 2.4 mT per axis, which
716 #define AK8974_AXIS_CHANNEL(axis, index, bits) \
720 .channel2 = IIO_MOD_##axis, \
1055 MODULE_DESCRIPTION("AK8974 and AMI30x 3-axis magnetometer driver");