Searched refs:b43_lptab_write (Results 1 – 3 of 3) sorted by relevance
/linux-2.6.39/drivers/net/wireless/b43/ |
D | tables_lpphy.h | 18 void b43_lptab_write(struct b43_wldev *dev, u32 offset, u32 value);
|
D | phy_lp.c | 254 b43_lptab_write(dev, B43_LPTAB16(11, 7), 60); in lpphy_baseband_rev0_1_init() 259 b43_lptab_write(dev, B43_LPTAB16(11, 7), 100); in lpphy_baseband_rev0_1_init() 267 b43_lptab_write(dev, B43_LPTAB16(11, 1), 24); in lpphy_baseband_rev0_1_init() 436 b43_lptab_write(dev, B43_LPTAB32(17, 65), 0xEC); in lpphy_baseband_rev2plus_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() 731 b43_lptab_write(dev, B43_LPTAB16(0, 87), (u16)bb_mult << 8); in lpphy_set_bb_mult() 1420 b43_lptab_write(dev, B43_LPTAB16(0, 85), coeff & 0xFFFF); 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()
|
D | tables_lpphy.c | 660 void b43_lptab_write(struct b43_wldev *dev, u32 offset, u32 value) in b43_lptab_write() function 2313 b43_lptab_write(dev, B43_LPTAB32(7, i), 0); in lpphy_rev2plus_table_init() 2367 b43_lptab_write(dev, B43_LPTAB32(10, 0xC0 + offset), tmp); in lpphy_rev0_1_write_gain_table() 2369 b43_lptab_write(dev, B43_LPTAB32(10, 0x140 + offset), tmp); in lpphy_rev0_1_write_gain_table() 2393 b43_lptab_write(dev, B43_LPTAB32(7, 0xC0 + offset), tmp); in lpphy_rev2plus_write_gain_table() 2396 b43_lptab_write(dev, B43_LPTAB32(7, 0x140 + offset), tmp); in lpphy_rev2plus_write_gain_table()
|