Lines Matching refs:phy_ht
350 struct b43_phy_ht *phy_ht = dev->phy.ht; in b43_phy_ht_stop_playback() local
363 if (phy_ht->bb_mult_save[i] >= 0) { in b43_phy_ht_stop_playback()
365 phy_ht->bb_mult_save[i]); in b43_phy_ht_stop_playback()
367 phy_ht->bb_mult_save[i]); in b43_phy_ht_stop_playback()
390 struct b43_phy_ht *phy_ht = dev->phy.ht; in b43_phy_ht_run_samples() local
395 if (phy_ht->bb_mult_save[i] < 0) in b43_phy_ht_run_samples()
396 phy_ht->bb_mult_save[i] = b43_httab_read(dev, B43_HTTAB16(13, 0x63 + i * 4)); in b43_phy_ht_run_samples()
548 struct b43_phy_ht *phy_ht = dev->phy.ht; in b43_phy_ht_tx_power_ctl() local
564 phy_ht->tx_pwr_idx[i] = in b43_phy_ht_tx_power_ctl()
577 if (phy_ht->tx_pwr_idx[i] <= in b43_phy_ht_tx_power_ctl()
580 phy_ht->tx_pwr_idx[i]); in b43_phy_ht_tx_power_ctl()
583 phy_ht->tx_pwr_ctl = enable; in b43_phy_ht_tx_power_ctl()
588 struct b43_phy_ht *phy_ht = dev->phy.ht; in b43_phy_ht_tx_power_ctl_idle_tssi() local
611 phy_ht->idle_tssi[0] = rssi_buf[0] & 0xff; in b43_phy_ht_tx_power_ctl_idle_tssi()
612 phy_ht->idle_tssi[1] = rssi_buf[2] & 0xff; in b43_phy_ht_tx_power_ctl_idle_tssi()
613 phy_ht->idle_tssi[2] = rssi_buf[4] & 0xff; in b43_phy_ht_tx_power_ctl_idle_tssi()
636 struct b43_phy_ht *phy_ht = dev->phy.ht; in b43_phy_ht_tx_power_ctl_setup() local
639 u8 *idle = phy_ht->idle_tssi; in b43_phy_ht_tx_power_ctl_setup()
856 struct b43_phy_ht *phy_ht; in b43_phy_ht_op_allocate() local
858 phy_ht = kzalloc(sizeof(*phy_ht), GFP_KERNEL); in b43_phy_ht_op_allocate()
859 if (!phy_ht) in b43_phy_ht_op_allocate()
861 dev->phy.ht = phy_ht; in b43_phy_ht_op_allocate()
869 struct b43_phy_ht *phy_ht = phy->ht; in b43_phy_ht_op_prepare_structs() local
872 memset(phy_ht, 0, sizeof(*phy_ht)); in b43_phy_ht_op_prepare_structs()
874 phy_ht->tx_pwr_ctl = true; in b43_phy_ht_op_prepare_structs()
876 phy_ht->tx_pwr_idx[i] = B43_PHY_HT_TXPCTL_CMD_C1_INIT + 1; in b43_phy_ht_op_prepare_structs()
879 phy_ht->bb_mult_save[i] = -1; in b43_phy_ht_op_prepare_structs()
884 struct b43_phy_ht *phy_ht = dev->phy.ht; in b43_phy_ht_op_init() local
1014 saved_tx_pwr_ctl = phy_ht->tx_pwr_ctl; in b43_phy_ht_op_init()
1028 struct b43_phy_ht *phy_ht = phy->ht; in b43_phy_ht_op_free() local
1030 kfree(phy_ht); in b43_phy_ht_op_free()