Home
last modified time | relevance | path

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

/linux/drivers/net/wireless/broadcom/b43/
A 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) */
A Dphy_lp.c418 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()
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()
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()
1586 b43_lptab_read_bulk(dev, B43_LPTAB32(10, 0x140), in lpphy_pr41573_workaround()
1589 b43_lptab_read_bulk(dev, B43_LPTAB32(7, 0x140), in lpphy_pr41573_workaround()
1599 b43_lptab_write_bulk(dev, B43_LPTAB32(10, 0x140), in lpphy_pr41573_workaround()
[all …]
A Dtables_lpphy.c2269 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 …]

Completed in 12 milliseconds