Searched refs:B43_LPTAB16 (Results 1 – 3 of 3) sorted by relevance
/linux-3.4.99/drivers/net/wireless/b43/ |
D | tables_lpphy.h | 10 #define B43_LPTAB16(table, offset) (((table) << 10) | (offset) | B43_LPTAB_16BIT) macro
|
D | tables_lpphy.c | 2276 b43_lptab_write_bulk(dev, B43_LPTAB16(1, 0), in lpphy_rev0_1_table_init() 2278 b43_lptab_write_bulk(dev, B43_LPTAB16(14, 0), in lpphy_rev0_1_table_init() 2280 b43_lptab_write_bulk(dev, B43_LPTAB16(8, 0), in lpphy_rev0_1_table_init() 2286 b43_lptab_write_bulk(dev, B43_LPTAB16(0, 0), in lpphy_rev0_1_table_init() 2289 b43_lptab_write_bulk(dev, B43_LPTAB16(13, 0), in lpphy_rev0_1_table_init() 2291 b43_lptab_write_bulk(dev, B43_LPTAB16(12, 0), in lpphy_rev0_1_table_init() 2294 b43_lptab_write_bulk(dev, B43_LPTAB16(13, 0), in lpphy_rev0_1_table_init() 2296 b43_lptab_write_bulk(dev, B43_LPTAB16(12, 0), in lpphy_rev0_1_table_init() 2299 b43_lptab_write_bulk(dev, B43_LPTAB16(15, 0), in lpphy_rev0_1_table_init() 2316 b43_lptab_write_bulk(dev, B43_LPTAB16(1, 0), in lpphy_rev2plus_table_init() [all …]
|
D | phy_lp.c | 196 b43_lptab_write_bulk(dev, B43_LPTAB16(13, 0), 3, temp); in lpphy_adjust_gain_table() 197 b43_lptab_write_bulk(dev, B43_LPTAB16(12, 0), 3, temp); in lpphy_adjust_gain_table() 255 b43_lptab_write(dev, B43_LPTAB16(11, 7), 60); in lpphy_baseband_rev0_1_init() 260 b43_lptab_write(dev, B43_LPTAB16(11, 7), 100); in lpphy_baseband_rev0_1_init() 268 b43_lptab_write(dev, B43_LPTAB16(11, 1), 24); in lpphy_baseband_rev0_1_init() 471 b43_lptab_write(dev, B43_LPTAB16(0x08, 0x14), 0); in lpphy_baseband_rev2plus_init() 472 b43_lptab_write(dev, B43_LPTAB16(0x08, 0x12), 0x40); in lpphy_baseband_rev2plus_init() 726 return (b43_lptab_read(dev, B43_LPTAB16(0, 87)) & 0xFF00) >> 8; in lpphy_get_bb_mult() 731 b43_lptab_write(dev, B43_LPTAB16(0, 87), (u16)bb_mult << 8); in lpphy_set_bb_mult() 979 u32 gain = b43_lptab_read(dev, B43_LPTAB16(12, idx)); in lpphy_set_rx_gain_by_index() [all …]
|