Home
last modified time | relevance | path

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

/linux/drivers/iio/adc/
H A Dad4170-4.c448 int sps_tbl[ARRAY_SIZE(ad4170_filt_names)][AD4170_MAX_FS_TBL_SIZE][2]; member
480 st->sps_tbl[AD4170_SINC5_AVG][i][0] = tmp0; /* Integer part */ in ad4170_fill_sps_tbl()
481 st->sps_tbl[AD4170_SINC5_AVG][i][1] = tmp1; /* Fractional part */ in ad4170_fill_sps_tbl()
484 st->sps_tbl[AD4170_SINC3][i][0] = tmp0; /* Integer part */ in ad4170_fill_sps_tbl()
485 st->sps_tbl[AD4170_SINC3][i][1] = tmp1; /* Fractional part */ in ad4170_fill_sps_tbl()
493 st->sps_tbl[AD4170_SINC5][i][0] = tmp0; /* Integer part */ in ad4170_fill_sps_tbl()
494 st->sps_tbl[AD4170_SINC5][i][1] = tmp1; /* Fractional part */ in ad4170_fill_sps_tbl()
1326 *val = st->sps_tbl[f_type][fs_idx][0]; in ad4170_read_raw()
1327 *val2 = st->sps_tbl[f_type][fs_idx][1]; in ad4170_read_raw()
1333 *val = st->sps_tbl[f_type][fs_idx][0]; in ad4170_read_raw()
[all …]