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

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/net/wireless/ath/ath9k/
H A Dani.h110 u16 cycpwrThr1; member in struct:ath9k_ani_default
H A Dar5008_phy.c1185 const int cycpwrThr1[] = { 2, 4, 6, 8, 10, 12, 14, 16 }; local
1188 if (level >= ARRAY_SIZE(cycpwrThr1)) {
1192 (unsigned) ARRAY_SIZE(cycpwrThr1));
1197 cycpwrThr1[level]);
1412 aniState->iniDef.cycpwrThr1;
1439 "cycpwrThr1[level]=%d ini=%d\n",
1445 aniState->iniDef.cycpwrThr1);
1569 iniDef->cycpwrThr1 = REG_READ_FIELD(ah,
H A Dar9003_phy.c916 aniState->iniDef.cycpwrThr1;
943 "cycpwrThr1[level]=%d ini=%d\n",
949 aniState->iniDef.cycpwrThr1);
1100 iniDef->cycpwrThr1 = REG_READ_FIELD(ah,
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/staging/otus/hal/
H A Dhpani.c280 const TABLE cycpwrThr1 = { 2, 4, 6, 8, 10, 12, 14, 16 }; local
283 if (level >= ARRAY_SIZE(cycpwrThr1))
286 zm_debug_msg1("max level : ", ARRAY_SIZE(cycpwrThr1));
291 | ((cycpwrThr1[level] << AR_PHY_TIMING5_CYCPWR_THR1_S)

Completed in 104 milliseconds