Searched refs:txdds_sdr (Results 1 – 1 of 1) sorted by relevance
7434 static const struct txdds_ent txdds_sdr[TXDDS_TABLE_SZ] = { variable7617 *sdr_dds = txdds_sdr + ppd->dd->board_atten; in find_best_ent()7625 *sdr_dds = get_atten_table(txdds_sdr, qd->atten[0]); in find_best_ent()7637 *sdr_dds = &txdds_sdr[idx]; in find_best_ent()7657 *sdr_dds = txdds_sdr + qib_long_atten; in find_best_ent()7690 for (idx = 1; idx < ARRAY_SIZE(txdds_sdr); ++idx) { in init_txdds_table()7691 set_txdds(ppd, idx, single_ent ? sdr_dds : txdds_sdr + idx); in init_txdds_table()