Home
last modified time | relevance | path

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

/openbmc/linux/drivers/iio/imu/
H A Dadis16475.c661 .gyro_max_scale = IIO_RAD_TO_DEGREE(10 << 16),
691 .gyro_max_scale = IIO_RAD_TO_DEGREE(40 << 16),
706 .gyro_max_scale = IIO_RAD_TO_DEGREE(10 << 16),
737 .gyro_max_scale = IIO_RAD_TO_DEGREE(40 << 16),
753 .gyro_max_scale = IIO_RAD_TO_DEGREE(10 << 16),
784 .gyro_max_scale = IIO_RAD_TO_DEGREE(40 << 16),
799 .gyro_max_scale = IIO_RAD_TO_DEGREE(10 << 16),
829 .gyro_max_scale = IIO_RAD_TO_DEGREE(40 << 16),
844 .gyro_max_scale = IIO_RAD_TO_DEGREE(10 << 16),
859 .gyro_max_scale = IIO_RAD_TO_DEGREE(10 << 16),
[all …]
H A Dadis16460.c309 .gyro_max_val = IIO_RAD_TO_DEGREE(200 << 16),
/openbmc/linux/drivers/iio/gyro/
H A Dadis16260.c150 .gyro_max_val = IIO_RAD_TO_DEGREE(4368),
156 .gyro_max_val = IIO_RAD_TO_DEGREE(4368),
162 .gyro_max_val = IIO_RAD_TO_DEGREE(3357),
/openbmc/linux/include/linux/iio/
H A Diio.h778 #define IIO_RAD_TO_DEGREE(rad) \ macro