Home
last modified time | relevance | path

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

/linux-6.12.1/drivers/net/wireless/broadcom/b43/
Dphy_ht.c337 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()
[all …]
DMakefile13 b43-$(CONFIG_B43_PHY_HT) += phy_ht.o