Lines Matching refs:ch

53 	} ch[PEB2466_NB_CHANNEL];
386 ucontrol->value.enumerated.item[0] = peb2466->ch[0].tg1_freq_item;
389 ucontrol->value.enumerated.item[0] = peb2466->ch[0].tg2_freq_item;
392 ucontrol->value.enumerated.item[0] = peb2466->ch[1].tg1_freq_item;
395 ucontrol->value.enumerated.item[0] = peb2466->ch[1].tg2_freq_item;
398 ucontrol->value.enumerated.item[0] = peb2466->ch[2].tg1_freq_item;
401 ucontrol->value.enumerated.item[0] = peb2466->ch[2].tg2_freq_item;
404 ucontrol->value.enumerated.item[0] = peb2466->ch[3].tg1_freq_item;
407 ucontrol->value.enumerated.item[0] = peb2466->ch[3].tg2_freq_item;
433 tg_freq_item = &peb2466->ch[0].tg1_freq_item;
438 tg_freq_item = &peb2466->ch[0].tg2_freq_item;
443 tg_freq_item = &peb2466->ch[1].tg1_freq_item;
448 tg_freq_item = &peb2466->ch[1].tg2_freq_item;
453 tg_freq_item = &peb2466->ch[2].tg1_freq_item;
458 tg_freq_item = &peb2466->ch[2].tg2_freq_item;
463 tg_freq_item = &peb2466->ch[3].tg1_freq_item;
468 tg_freq_item = &peb2466->ch[3].tg2_freq_item;
758 unsigned int ch;
775 for (ch = 0; ch < PEB2466_NB_CHANNEL; ch++) {
776 ret = regmap_update_bits(peb2466->regmap, PEB2466_CR1(ch),
889 for (i = 0; i < ARRAY_SIZE(peb2466->ch); i++) {
890 peb2466->ch[i].tg1_freq_item = PEB2466_TONE_1000HZ;
891 peb2466->ch[i].tg2_freq_item = PEB2466_TONE_1000HZ;
953 for (i = 0; i < ARRAY_SIZE(peb2466->ch); i++) {
1001 for (i = 0; i < ARRAY_SIZE(peb2466->ch); i++) {
1043 for (i = 0; i < ARRAY_SIZE(peb2466->ch); i++) {
1081 for (i = 0; i < ARRAY_SIZE(peb2466->ch); i++) {
1119 for (i = 0; i < ARRAY_SIZE(peb2466->ch); i++) {
1157 for (i = 0; i < ARRAY_SIZE(peb2466->ch); i++) {
1244 BUILD_BUG_ON(ARRAY_SIZE(peb2466_ax_ctrl_names) != ARRAY_SIZE(peb2466->ch));
1245 for (i = 0; i < ARRAY_SIZE(peb2466->ch); i++) {
1249 lookup = &peb2466->ch[i].ax_lookup;
1268 lkup_ctrl = &peb2466->ch[i].ax_lkup_ctrl;
1348 BUILD_BUG_ON(ARRAY_SIZE(peb2466_ar_ctrl_names) != ARRAY_SIZE(peb2466->ch));
1349 for (i = 0; i < ARRAY_SIZE(peb2466->ch); i++) {
1353 lookup = &peb2466->ch[i].ar_lookup;
1372 lkup_ctrl = &peb2466->ch[i].ar_lkup_ctrl;