Lines Matching refs:phy_ht

337 	struct b43_phy_ht *phy_ht = dev->phy.ht;  in b43_phy_ht_stop_playback()  local
350 if (phy_ht->bb_mult_save[i] >= 0) { in b43_phy_ht_stop_playback()
352 phy_ht->bb_mult_save[i]); in b43_phy_ht_stop_playback()
354 phy_ht->bb_mult_save[i]); in b43_phy_ht_stop_playback()
377 struct b43_phy_ht *phy_ht = dev->phy.ht; in b43_phy_ht_run_samples() local
382 if (phy_ht->bb_mult_save[i] < 0) in b43_phy_ht_run_samples()
383 phy_ht->bb_mult_save[i] = b43_httab_read(dev, B43_HTTAB16(13, 0x63 + i * 4)); in b43_phy_ht_run_samples()
535 struct b43_phy_ht *phy_ht = dev->phy.ht; in b43_phy_ht_tx_power_ctl() local
551 phy_ht->tx_pwr_idx[i] = in b43_phy_ht_tx_power_ctl()
564 if (phy_ht->tx_pwr_idx[i] <= in b43_phy_ht_tx_power_ctl()
567 phy_ht->tx_pwr_idx[i]); in b43_phy_ht_tx_power_ctl()
570 phy_ht->tx_pwr_ctl = enable; in b43_phy_ht_tx_power_ctl()
575 struct b43_phy_ht *phy_ht = dev->phy.ht; in b43_phy_ht_tx_power_ctl_idle_tssi() local
598 phy_ht->idle_tssi[0] = rssi_buf[0] & 0xff; in b43_phy_ht_tx_power_ctl_idle_tssi()
599 phy_ht->idle_tssi[1] = rssi_buf[2] & 0xff; in b43_phy_ht_tx_power_ctl_idle_tssi()
600 phy_ht->idle_tssi[2] = rssi_buf[4] & 0xff; in b43_phy_ht_tx_power_ctl_idle_tssi()
623 struct b43_phy_ht *phy_ht = dev->phy.ht; in b43_phy_ht_tx_power_ctl_setup() local
626 u8 *idle = phy_ht->idle_tssi; in b43_phy_ht_tx_power_ctl_setup()
843 struct b43_phy_ht *phy_ht; in b43_phy_ht_op_allocate() local
845 phy_ht = kzalloc(sizeof(*phy_ht), GFP_KERNEL); in b43_phy_ht_op_allocate()
846 if (!phy_ht) in b43_phy_ht_op_allocate()
848 dev->phy.ht = phy_ht; in b43_phy_ht_op_allocate()
856 struct b43_phy_ht *phy_ht = phy->ht; in b43_phy_ht_op_prepare_structs() local
859 memset(phy_ht, 0, sizeof(*phy_ht)); in b43_phy_ht_op_prepare_structs()
861 phy_ht->tx_pwr_ctl = true; in b43_phy_ht_op_prepare_structs()
863 phy_ht->tx_pwr_idx[i] = B43_PHY_HT_TXPCTL_CMD_C1_INIT + 1; in b43_phy_ht_op_prepare_structs()
866 phy_ht->bb_mult_save[i] = -1; in b43_phy_ht_op_prepare_structs()
871 struct b43_phy_ht *phy_ht = dev->phy.ht; in b43_phy_ht_op_init() local
998 saved_tx_pwr_ctl = phy_ht->tx_pwr_ctl; in b43_phy_ht_op_init()
1012 struct b43_phy_ht *phy_ht = phy->ht; in b43_phy_ht_op_free() local
1014 kfree(phy_ht); in b43_phy_ht_op_free()