Searched refs:TxPwrbandEdgeHt20 (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/staging/rtl8192su/
H A Dr8192S_rtl6052.c294 BandEdge_Pwrdiff = priv->TxPwrbandEdgeHt20[RF90_PATH_A][0];
296 BandEdge_Pwrdiff = priv->TxPwrbandEdgeHt20[RF90_PATH_A][1];
H A Dr8192U_core.c3917 priv->TxPwrbandEdgeHt20[RF90_PATH_A][0] = (tempval&0xF); // Band edge low channel
3918 priv->TxPwrbandEdgeHt20[RF90_PATH_A][1] = ((tempval>>4)&0xF); // Band edge high channel
3920 priv->TxPwrbandEdgeHt20[RF90_PATH_B][0] = (tempval&0xF); // Band edge low channel
3921 priv->TxPwrbandEdgeHt20[RF90_PATH_B][1] = ((tempval>>4)&0xF); // Band edge high channel
3949 priv->TxPwrbandEdgeHt20[RF90_PATH_A][0],
3950 priv->TxPwrbandEdgeHt20[RF90_PATH_A][1]);
3952 priv->TxPwrbandEdgeHt20[RF90_PATH_B][0],
3953 priv->TxPwrbandEdgeHt20[RF90_PATH_B][1]);
H A Dr8192S_phy.c1745 pwrdiff[rfpath] = priv->TxPwrbandEdgeHt20[rfpath][0];
1747 pwrdiff[rfpath] = priv->TxPwrbandEdgeHt20[rfpath][1];
H A Dr8192U.h1230 u8 TxPwrbandEdgeHt20[2][2]; // Band edge for HY 40MHZ low/up channel member in struct:r8192_priv

Completed in 225 milliseconds