Searched defs:m2Thresh (Results 1 - 3 of 3) sorted by relevance

/vbox/src/VBox/Devices/PC/ipxe/src/drivers/net/ath/ath9k/
H A Dani.h104 u16 m2Thresh; member in struct:ath9k_ani_default
H A Dath9k_ar5008_phy.c1100 static const int m2Thresh[] = { 127, 0x40 }; local
1116 m2Thresh[on]);
1135 m2Thresh[on]);
1263 int m2Thresh = on ? local
1264 aniState->iniDef.m2Thresh : m2Thresh_off;
1287 AR_PHY_SFCORR_M2_THRESH, m2Thresh);
1528 iniDef->m2Thresh = MS(val, AR_PHY_SFCORR_M2_THRESH);
H A Dath9k_ar9003_phy.c815 int m2Thresh = on ? local
816 aniState->iniDef.m2Thresh : m2Thresh_off;
839 AR_PHY_SFCORR_M2_THRESH, m2Thresh);
1111 iniDef->m2Thresh = MS(val, AR_PHY_SFCORR_M2_THRESH);

Completed in 38 milliseconds