Home
last modified time | relevance | path

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

/linux-3.4.99/drivers/net/wireless/b43/
Dtables_lpphy.h11 #define B43_LPTAB32(table, offset) (((table) << 10) | (offset) | B43_LPTAB_32BIT) macro
14 #define B43_LPTAB_TXPWR_R2PLUS B43_LPTAB32(0x07, 0) /* TX power lookup table (rev >= 2) */
15 #define B43_LPTAB_TXPWR_R0_1 B43_LPTAB32(0xA0, 0) /* TX power lookup table (rev < 2) */
Dphy_lp.c436 b43_lptab_write(dev, B43_LPTAB32(17, 65), 0xEC); in lpphy_baseband_rev2plus_init()
1398 iq_comp = b43_lptab_read(dev, B43_LPTAB32(7, index + 320)); in lpphy_set_tx_power_by_index()
1399 tx_gain = b43_lptab_read(dev, B43_LPTAB32(7, index + 192)); in lpphy_set_tx_power_by_index()
1406 iq_comp = b43_lptab_read(dev, B43_LPTAB32(10, index + 320)); in lpphy_set_tx_power_by_index()
1407 tx_gain = b43_lptab_read(dev, B43_LPTAB32(10, index + 192)); in lpphy_set_tx_power_by_index()
1416 coeff = b43_lptab_read(dev, B43_LPTAB32(7, index + 448)); in lpphy_set_tx_power_by_index()
1418 coeff = b43_lptab_read(dev, B43_LPTAB32(10, index + 448)); in lpphy_set_tx_power_by_index()
1422 rf_power = b43_lptab_read(dev, B43_LPTAB32(7, index + 576)); in lpphy_set_tx_power_by_index()
1503 b43_lptab_write(dev, B43_LPTAB32(7, i + 1), i); in lpphy_tx_pctl_init_hw()
1505 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 …]