Searched refs:ar5416_phy_init (Results 1 - 1 of 1) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/net/wireless/ath/ar9170/
H A Dphy.c66 static struct ar9170_phy_init ar5416_phy_init[] = { variable in typeref:struct:ar9170_phy_init
400 * look up a certain register in ar5416_phy_init[] and return the init. value
406 for (i = 0; i < ARRAY_SIZE(ar5416_phy_init); i++) {
407 if (ar5416_phy_init[i].reg != reg)
412 return ar5416_phy_init[i]._2ghz_40;
414 return ar5416_phy_init[i]._2ghz_20;
417 return ar5416_phy_init[i]._5ghz_40;
419 return ar5416_phy_init[i]._5ghz_20;
538 for (i = 0; i < ARRAY_SIZE(ar5416_phy_init); i++) {
541 val = ar5416_phy_init[
[all...]

Completed in 49 milliseconds