Searched refs:ADIS16480_REG (Results 1 - 2 of 2) sorted by relevance
/kernel/linux/linux-6.6/drivers/iio/imu/ |
H A D | adis16480.c | 32 #define ADIS16480_REG(page, reg) ((page) * ADIS16480_PAGE_SIZE + (reg)) macro 35 #define ADIS16480_REG_SEQ_CNT ADIS16480_REG(0x00, 0x06) 36 #define ADIS16480_REG_SYS_E_FLA ADIS16480_REG(0x00, 0x08) 37 #define ADIS16480_REG_DIAG_STS ADIS16480_REG(0x00, 0x0A) 38 #define ADIS16480_REG_ALM_STS ADIS16480_REG(0x00, 0x0C) 39 #define ADIS16480_REG_TEMP_OUT ADIS16480_REG(0x00, 0x0E) 40 #define ADIS16480_REG_X_GYRO_OUT ADIS16480_REG(0x00, 0x10) 41 #define ADIS16480_REG_Y_GYRO_OUT ADIS16480_REG(0x00, 0x14) 42 #define ADIS16480_REG_Z_GYRO_OUT ADIS16480_REG(0x00, 0x18) 43 #define ADIS16480_REG_X_ACCEL_OUT ADIS16480_REG( [all...] |
/kernel/linux/linux-5.10/drivers/iio/imu/ |
H A D | adis16480.c | 30 #define ADIS16480_REG(page, reg) ((page) * ADIS16480_PAGE_SIZE + (reg)) macro 33 #define ADIS16480_REG_SEQ_CNT ADIS16480_REG(0x00, 0x06) 34 #define ADIS16480_REG_SYS_E_FLA ADIS16480_REG(0x00, 0x08) 35 #define ADIS16480_REG_DIAG_STS ADIS16480_REG(0x00, 0x0A) 36 #define ADIS16480_REG_ALM_STS ADIS16480_REG(0x00, 0x0C) 37 #define ADIS16480_REG_TEMP_OUT ADIS16480_REG(0x00, 0x0E) 38 #define ADIS16480_REG_X_GYRO_OUT ADIS16480_REG(0x00, 0x10) 39 #define ADIS16480_REG_Y_GYRO_OUT ADIS16480_REG(0x00, 0x14) 40 #define ADIS16480_REG_Z_GYRO_OUT ADIS16480_REG(0x00, 0x18) 41 #define ADIS16480_REG_X_ACCEL_OUT ADIS16480_REG( [all...] |
Completed in 3 milliseconds