Searched refs:txpctl_mode (Results 1 - 2 of 2) sorted by path

/linux-master/drivers/net/wireless/broadcom/b43/
H A Dphy_lp.h827 enum b43_lpphy_txpctl_mode txpctl_mode; member in struct:b43_phy_lp
H A Dphy_lp.c1094 lpphy->txpctl_mode = B43_LPPHY_TXPCTL_OFF;
1097 lpphy->txpctl_mode = B43_LPPHY_TXPCTL_SW;
1100 lpphy->txpctl_mode = B43_LPPHY_TXPCTL_HW;
1103 lpphy->txpctl_mode = B43_LPPHY_TXPCTL_UNKNOWN;
1115 switch (lpphy->txpctl_mode) {
1140 oldmode = lpphy->txpctl_mode;
1143 lpphy->txpctl_mode = mode;
1211 old_txpctl = lpphy->txpctl_mode;
1377 if (lpphy->txpctl_mode != B43_LPPHY_TXPCTL_OFF)
1569 enum b43_lpphy_txpctl_mode txpctl_mode; local
[all...]

Completed in 188 milliseconds