Searched refs:B43_LPTAB32 (Results 1 – 3 of 3) sorted by relevance
/linux-2.6.39/drivers/net/wireless/b43/ |
D | tables_lpphy.h | 11 #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) */
|
D | phy_lp.c | 436 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 …]
|
D | tables_lpphy.c | 2282 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() 2313 b43_lptab_write(dev, B43_LPTAB32(7, i), 0); in lpphy_rev2plus_table_init() 2319 b43_lptab_write_bulk(dev, B43_LPTAB32(11, 0), in lpphy_rev2plus_table_init() 2321 b43_lptab_write_bulk(dev, B43_LPTAB32(12, 0), in lpphy_rev2plus_table_init() 2323 b43_lptab_write_bulk(dev, B43_LPTAB32(13, 0), in lpphy_rev2plus_table_init() 2331 b43_lptab_write_bulk(dev, B43_LPTAB32(17, 0), in lpphy_rev2plus_table_init() 2339 b43_lptab_write_bulk(dev, B43_LPTAB32(9, 0), in lpphy_rev2plus_table_init() 2341 b43_lptab_write_bulk(dev, B43_LPTAB32(10, 0), in lpphy_rev2plus_table_init() 2345 b43_lptab_write_bulk(dev, B43_LPTAB32(13, 0), in lpphy_rev2plus_table_init() [all …]
|