Searched refs:B43_LPTAB32 (Results 1 – 3 of 3) sorted by relevance
/linux-6.12.1/drivers/net/wireless/broadcom/b43/ |
D | tables_lpphy.h | 12 #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) */
|
D | phy_lp.c | 418 b43_lptab_write(dev, B43_LPTAB32(17, 65), 0xEC); in lpphy_baseband_rev2plus_init() 1380 iq_comp = b43_lptab_read(dev, B43_LPTAB32(7, index + 320)); in lpphy_set_tx_power_by_index() 1381 tx_gain = b43_lptab_read(dev, B43_LPTAB32(7, index + 192)); in lpphy_set_tx_power_by_index() 1388 iq_comp = b43_lptab_read(dev, B43_LPTAB32(10, index + 320)); in lpphy_set_tx_power_by_index() 1389 tx_gain = b43_lptab_read(dev, B43_LPTAB32(10, index + 192)); in lpphy_set_tx_power_by_index() 1398 coeff = b43_lptab_read(dev, B43_LPTAB32(7, index + 448)); in lpphy_set_tx_power_by_index() 1400 coeff = b43_lptab_read(dev, B43_LPTAB32(10, index + 448)); in lpphy_set_tx_power_by_index() 1404 rf_power = b43_lptab_read(dev, B43_LPTAB32(7, index + 576)); in lpphy_set_tx_power_by_index() 1485 b43_lptab_write(dev, B43_LPTAB32(7, i + 1), i); in lpphy_tx_pctl_init_hw() 1487 b43_lptab_write(dev, B43_LPTAB32(10, i + 1), i); in lpphy_tx_pctl_init_hw() [all …]
|
D | tables_lpphy.c | 2269 b43_lptab_write_bulk(dev, B43_LPTAB32(9, 0), in lpphy_rev0_1_table_init() 2288 b43_lptab_write_bulk(dev, B43_LPTAB32(10, 0), in lpphy_rev0_1_table_init() 2299 b43_lptab_write(dev, B43_LPTAB32(7, i), 0); in lpphy_rev2plus_table_init() 2305 b43_lptab_write_bulk(dev, B43_LPTAB32(11, 0), in lpphy_rev2plus_table_init() 2307 b43_lptab_write_bulk(dev, B43_LPTAB32(12, 0), in lpphy_rev2plus_table_init() 2309 b43_lptab_write_bulk(dev, B43_LPTAB32(13, 0), in lpphy_rev2plus_table_init() 2317 b43_lptab_write_bulk(dev, B43_LPTAB32(17, 0), in lpphy_rev2plus_table_init() 2325 b43_lptab_write_bulk(dev, B43_LPTAB32(9, 0), in lpphy_rev2plus_table_init() 2327 b43_lptab_write_bulk(dev, B43_LPTAB32(10, 0), in lpphy_rev2plus_table_init() 2331 b43_lptab_write_bulk(dev, B43_LPTAB32(13, 0), in lpphy_rev2plus_table_init() [all …]
|