Lines Matching refs:txpctl_mode
1094 lpphy->txpctl_mode = B43_LPPHY_TXPCTL_OFF; in lpphy_read_tx_pctl_mode_from_hardware()
1097 lpphy->txpctl_mode = B43_LPPHY_TXPCTL_SW; in lpphy_read_tx_pctl_mode_from_hardware()
1100 lpphy->txpctl_mode = B43_LPPHY_TXPCTL_HW; in lpphy_read_tx_pctl_mode_from_hardware()
1103 lpphy->txpctl_mode = B43_LPPHY_TXPCTL_UNKNOWN; in lpphy_read_tx_pctl_mode_from_hardware()
1115 switch (lpphy->txpctl_mode) { in lpphy_write_tx_pctl_mode_to_hardware()
1140 oldmode = lpphy->txpctl_mode; in lpphy_set_tx_power_control()
1143 lpphy->txpctl_mode = mode; in lpphy_set_tx_power_control()
1211 old_txpctl = lpphy->txpctl_mode; in lpphy_rev0_1_rc_calib()
1377 if (lpphy->txpctl_mode != B43_LPPHY_TXPCTL_OFF) in lpphy_set_tx_power_by_index()
1569 enum b43_lpphy_txpctl_mode txpctl_mode; in lpphy_pr41573_workaround() local
1580 txpctl_mode = lpphy->txpctl_mode; in lpphy_pr41573_workaround()
1614 lpphy_set_tx_power_control(dev, txpctl_mode); in lpphy_pr41573_workaround()
1823 old_txpctl = lpphy->txpctl_mode; in lpphy_papd_cal_txpwr()
1949 saved_pctl_mode = lpphy->txpctl_mode; in lpphy_calibration()