Home
last modified time | relevance | path

Searched refs:B2056_TX1 (Results 1 – 3 of 3) sorted by relevance

/openbmc/linux/drivers/net/wireless/broadcom/b43/
H A Dradio_2056.h11 #define B2056_TX1 (0x3 << 12) macro
530 #define B2056_TX1 (0x3 << 12) macro
H A Dphy_n.c1106 b43_radio_write(dev, B2056_TX1 | B2056_TX_PADA_BOOST_TUNE, in b43_chantab_radio_2056_upload()
1108 b43_radio_write(dev, B2056_TX1 | B2056_TX_PADG_BOOST_TUNE, in b43_chantab_radio_2056_upload()
1110 b43_radio_write(dev, B2056_TX1 | B2056_TX_PGAA_BOOST_TUNE, in b43_chantab_radio_2056_upload()
1112 b43_radio_write(dev, B2056_TX1 | B2056_TX_PGAG_BOOST_TUNE, in b43_chantab_radio_2056_upload()
1175 offset = i ? B2056_TX1 : B2056_TX0; in b43_radio_2056_setup()
1265 offset = i ? B2056_TX1 : B2056_TX0; in b43_radio_2056_setup()
1812 reg = (i == 0) ? B2056_TX0 : B2056_TX1; in b43_nphy_rev3_rssi_select()
3323 b43_radio_write(dev, B2056_TX1 | B2056_TX_GMBB_IDAC, in b43_nphy_workarounds_rev3plus()
3888 r = core ? B2056_TX1 : B2056_TX0; in b43_nphy_ipa_internal_tssi_setup()
4149 B2056_TX1 | B2056_TX_TX_SSI_MUX, tmp); in b43_nphy_tx_power_ctl_setup()
[all …]
H A Dradio_2056.c10231 B2056_TX1, pts->tx, pts->tx_length); in b2056_upload_inittabs()