Home
last modified time | relevance | path

Searched refs:txpctl_mode (Results 1 – 2 of 2) sorted by relevance

/Linux-v4.19/drivers/net/wireless/broadcom/b43/
Dphy_lp.c1106 lpphy->txpctl_mode = B43_LPPHY_TXPCTL_OFF; in lpphy_read_tx_pctl_mode_from_hardware()
1109 lpphy->txpctl_mode = B43_LPPHY_TXPCTL_SW; in lpphy_read_tx_pctl_mode_from_hardware()
1112 lpphy->txpctl_mode = B43_LPPHY_TXPCTL_HW; in lpphy_read_tx_pctl_mode_from_hardware()
1115 lpphy->txpctl_mode = B43_LPPHY_TXPCTL_UNKNOWN; in lpphy_read_tx_pctl_mode_from_hardware()
1127 switch (lpphy->txpctl_mode) { in lpphy_write_tx_pctl_mode_to_hardware()
1152 oldmode = lpphy->txpctl_mode; in lpphy_set_tx_power_control()
1155 lpphy->txpctl_mode = mode; in lpphy_set_tx_power_control()
1223 old_txpctl = lpphy->txpctl_mode; in lpphy_rev0_1_rc_calib()
1389 if (lpphy->txpctl_mode != B43_LPPHY_TXPCTL_OFF) in lpphy_set_tx_power_by_index()
1581 enum b43_lpphy_txpctl_mode txpctl_mode; in lpphy_pr41573_workaround() local
[all …]
Dphy_lp.h827 enum b43_lpphy_txpctl_mode txpctl_mode; member