Lines Matching refs:rc
1240 region_chan_t *rc; local
1250 rc = ®ion_channel[j];
1252 if (rc->valid == (t_u8)MFALSE || rc->pcfp == MNULL)
1257 switch (rc->band)
1305 cfp = &rc->pcfp[0];
1309 for (i = 0; i < rc->num_cfp; i++)
1311 if (rc->pcfp[i].channel == channel)
1313 cfp = &rc->pcfp[i];
1374 region_chan_t *rc; local
1383 rc = &pmadapter->region_channel[j];
1388 rc = &pmadapter->universal_channel[j];
1391 if (rc->valid == 0U || rc->pcfp == MNULL)
1396 switch (rc->band)
1441 for (i = 0; i < rc->num_cfp; i++)
1443 if (rc->pcfp[i].freq == freq)
1445 cfp = &rc->pcfp[i];