Home
last modified time | relevance | path

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

/openbmc/linux/drivers/iio/imu/bno055/
H A Dbno055.c120 int *hw_xlate; member
177 .hw_xlate = (int[]){4, 3, 2, 1, 0},
186 .hw_xlate = (int[]){5, 4, 7, 3, 6, 2, 1, 0},
563 if (attr->hw_xlate) in bno055_get_regmask()
565 if (attr->hw_xlate[i] == idx) { in bno055_get_regmask()
642 if (attr->hw_xlate) in bno055_set_regmask()
643 hwval = attr->hw_xlate[hwval]; in bno055_set_regmask()