Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/net/wireless/broadcom/b43/
Dtables_phy_ht.c812 httab_upload(dev, B43_HTTAB16(0x12, 0), b43_httab_0x12); in b43_phy_ht_tables_init()
813 httab_upload(dev, B43_HTTAB16(0x27, 0), b43_httab_0x27); in b43_phy_ht_tables_init()
814 httab_upload(dev, B43_HTTAB16(0x26, 0), b43_httab_0x26); in b43_phy_ht_tables_init()
817 httab_upload(dev, B43_HTTAB16(0x1a, 0), b43_httab_0x1a); in b43_phy_ht_tables_init()
818 httab_upload(dev, B43_HTTAB16(0x1b, 0), b43_httab_0x1b); in b43_phy_ht_tables_init()
819 httab_upload(dev, B43_HTTAB16(0x1c, 0), b43_httab_0x1c); in b43_phy_ht_tables_init()
824 httab_upload(dev, B43_HTTAB16(0x1a, 0x1c0), b43_httab_0x1a_0x1c0); in b43_phy_ht_tables_init()
825 httab_upload(dev, B43_HTTAB16(0x1b, 0x1c0), b43_httab_0x1b_0x1c0); in b43_phy_ht_tables_init()
826 httab_upload(dev, B43_HTTAB16(0x1c, 0x1c0), b43_httab_0x1c_0x1c0); in b43_phy_ht_tables_init()
827 httab_upload(dev, B43_HTTAB16(0x1a, 0x240), b43_httab_0x1a_0x240); in b43_phy_ht_tables_init()
[all …]
Dphy_ht.c294 b43_httab_write(dev, B43_HTTAB16(8, 5 + (i * 0x10)), 0); in b43_phy_ht_afe_unk1()
364 b43_httab_write(dev, B43_HTTAB16(13, 0x63 + i * 4), in b43_phy_ht_stop_playback()
366 b43_httab_write(dev, B43_HTTAB16(13, 0x67 + i * 4), in b43_phy_ht_stop_playback()
396 phy_ht->bb_mult_save[i] = b43_httab_read(dev, B43_HTTAB16(13, 0x63 + i * 4)); in b43_phy_ht_run_samples()
538 b43_httab_write(dev, B43_HTTAB16(7, 0x110 + i), tmp >> 16); in b43_phy_ht_tx_power_fix()
738 b43_httab_write_bulk(dev, B43_HTTAB16(26 + c, 0), 64, regval); in b43_phy_ht_tx_power_ctl_setup()
933 b43_httab_write_few(dev, B43_HTTAB16(7, 0x14e), 2, 0x010f, 0x010f); in b43_phy_ht_op_init()
934 b43_httab_write_few(dev, B43_HTTAB16(7, 0x15e), 2, 0x010f, 0x010f); in b43_phy_ht_op_init()
935 b43_httab_write_few(dev, B43_HTTAB16(7, 0x16e), 2, 0x010f, 0x010f); in b43_phy_ht_op_init()
939 b43_httab_write_few(dev, B43_HTTAB16(7, 0x130), 9, 0x777, 0x111, 0x111, in b43_phy_ht_op_init()
[all …]
Dtables_phy_ht.h11 #define B43_HTTAB16(table, offset) (((table) << 10) | (offset) | B43_HTTAB_16BIT) macro