Searched refs:samp_rate_map_tbl (Results 1 – 1 of 1) sorted by relevance
230 static const unsigned int samp_rate_map_tbl[] = { variable470 for (cnt = 0; cnt < ARRAY_SIZE(samp_rate_map_tbl); cnt++) in pac1934_get_samp_rate_idx()471 if (new_samp_rate == samp_rate_map_tbl[cnt]) in pac1934_get_samp_rate_idx()516 *vals = samp_rate_map_tbl; in pac1934_read_avail()517 *length = ARRAY_SIZE(samp_rate_map_tbl); in pac1934_read_avail()634 samp_rate = samp_rate_map_tbl[((reg_data->ctrl_regs[PAC1934_CTRL_LAT_REG_OFF]) >> 6)]; in pac1934_reg_snapshot()1298 wait_time = (1024 / samp_rate_map_tbl[idx]) * 1000; in pac1934_chip_configure()