Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/net/wireless/broadcom/b43/
Dtables_lpphy.h12 #define B43_LPTAB32(table, offset) (((table) << 10) | (offset) | B43_LPTAB_32BIT) macro
15 #define B43_LPTAB_TXPWR_R2PLUS B43_LPTAB32(0x07, 0) /* TX power lookup table (rev >= 2) */
16 #define B43_LPTAB_TXPWR_R0_1 B43_LPTAB32(0xA0, 0) /* TX power lookup table (rev < 2) */
Dphy_lp.c430 b43_lptab_write(dev, B43_LPTAB32(17, 65), 0xEC); in lpphy_baseband_rev2plus_init()
1392 iq_comp = b43_lptab_read(dev, B43_LPTAB32(7, index + 320)); in lpphy_set_tx_power_by_index()
1393 tx_gain = b43_lptab_read(dev, B43_LPTAB32(7, index + 192)); in lpphy_set_tx_power_by_index()
1400 iq_comp = b43_lptab_read(dev, B43_LPTAB32(10, index + 320)); in lpphy_set_tx_power_by_index()
1401 tx_gain = b43_lptab_read(dev, B43_LPTAB32(10, index + 192)); in lpphy_set_tx_power_by_index()
1410 coeff = b43_lptab_read(dev, B43_LPTAB32(7, index + 448)); in lpphy_set_tx_power_by_index()
1412 coeff = b43_lptab_read(dev, B43_LPTAB32(10, index + 448)); in lpphy_set_tx_power_by_index()
1416 rf_power = b43_lptab_read(dev, B43_LPTAB32(7, index + 576)); in lpphy_set_tx_power_by_index()
1497 b43_lptab_write(dev, B43_LPTAB32(7, i + 1), i); in lpphy_tx_pctl_init_hw()
1499 b43_lptab_write(dev, B43_LPTAB32(10, i + 1), i); in lpphy_tx_pctl_init_hw()
[all …]
Dtables_lpphy.c2282 b43_lptab_write_bulk(dev, B43_LPTAB32(9, 0), in lpphy_rev0_1_table_init()
2301 b43_lptab_write_bulk(dev, B43_LPTAB32(10, 0), in lpphy_rev0_1_table_init()
2312 b43_lptab_write(dev, B43_LPTAB32(7, i), 0); in lpphy_rev2plus_table_init()
2318 b43_lptab_write_bulk(dev, B43_LPTAB32(11, 0), in lpphy_rev2plus_table_init()
2320 b43_lptab_write_bulk(dev, B43_LPTAB32(12, 0), in lpphy_rev2plus_table_init()
2322 b43_lptab_write_bulk(dev, B43_LPTAB32(13, 0), in lpphy_rev2plus_table_init()
2330 b43_lptab_write_bulk(dev, B43_LPTAB32(17, 0), in lpphy_rev2plus_table_init()
2338 b43_lptab_write_bulk(dev, B43_LPTAB32(9, 0), in lpphy_rev2plus_table_init()
2340 b43_lptab_write_bulk(dev, B43_LPTAB32(10, 0), in lpphy_rev2plus_table_init()
2344 b43_lptab_write_bulk(dev, B43_LPTAB32(13, 0), in lpphy_rev2plus_table_init()
[all …]