/src/sys/dev/ic/ |
arn9280.c | 423 int i, lo, hi, npiers; local in function:ar9280_olpc_get_pdadcs 429 npiers = AR5416_NUM_2G_CAL_PIERS; 435 npiers = AR5416_NUM_5G_CAL_PIERS; 439 athn_get_pier_ival(fbin, pierfreq, npiers, &lo, &hi);
|
arn9285.c | 715 int i, lo, hi, npiers; local in function:ar9285_get_pdadcs 719 npiers = AR9285_NUM_2G_CAL_PIERS; 723 athn_get_pier_ival(fbin, pierfreq, npiers, &lo, &hi);
|
arn9287.c | 273 int i, lo, hi, npiers; local in function:ar9287_get_pdadcs 278 npiers = AR9287_NUM_2G_CAL_PIERS; 282 athn_get_pier_ival(fbin, pierfreq, npiers, &lo, &hi); 314 int lo, hi, npiers; local in function:ar9287_olpc_get_pdgain 319 npiers = AR9287_NUM_2G_CAL_PIERS; 323 athn_get_pier_ival(fbin, pierfreq, npiers, &lo, &hi);
|
arn9380.c | 838 int lo, hi, npiers; local in function:ar9380_get_correction 843 npiers = AR9380_NUM_2G_CAL_PIERS; 848 npiers = AR9380_NUM_5G_CAL_PIERS; 852 athn_get_pier_ival(fbin, pierfreq, npiers, &lo, &hi);
|
arn5416.c | 364 int i, lo, hi, npiers; local in function:ar5416_get_pdadcs 369 npiers = AR5416_NUM_2G_CAL_PIERS; 374 npiers = AR5416_NUM_5G_CAL_PIERS; 378 athn_get_pier_ival(fbin, pierfreq, npiers, &lo, &hi);
|