Home
last modified time | relevance | path

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

/linux-5.19.10/drivers/net/wireless/broadcom/b43/
Dtables_phy_ht.c799 httab_upload(dev, B43_HTTAB16(0x12, 0), b43_httab_0x12); in b43_phy_ht_tables_init()
800 httab_upload(dev, B43_HTTAB16(0x27, 0), b43_httab_0x27); in b43_phy_ht_tables_init()
801 httab_upload(dev, B43_HTTAB16(0x26, 0), b43_httab_0x26); in b43_phy_ht_tables_init()
804 httab_upload(dev, B43_HTTAB16(0x1a, 0), b43_httab_0x1a); in b43_phy_ht_tables_init()
805 httab_upload(dev, B43_HTTAB16(0x1b, 0), b43_httab_0x1b); in b43_phy_ht_tables_init()
806 httab_upload(dev, B43_HTTAB16(0x1c, 0), b43_httab_0x1c); in b43_phy_ht_tables_init()
811 httab_upload(dev, B43_HTTAB16(0x1a, 0x1c0), b43_httab_0x1a_0x1c0); in b43_phy_ht_tables_init()
812 httab_upload(dev, B43_HTTAB16(0x1b, 0x1c0), b43_httab_0x1b_0x1c0); in b43_phy_ht_tables_init()
813 httab_upload(dev, B43_HTTAB16(0x1c, 0x1c0), b43_httab_0x1c_0x1c0); in b43_phy_ht_tables_init()
814 httab_upload(dev, B43_HTTAB16(0x1a, 0x240), b43_httab_0x1a_0x240); in b43_phy_ht_tables_init()
[all …]
Dphy_ht.c281 b43_httab_write(dev, B43_HTTAB16(8, 5 + (i * 0x10)), 0); in b43_phy_ht_afe_unk1()
351 b43_httab_write(dev, B43_HTTAB16(13, 0x63 + i * 4), in b43_phy_ht_stop_playback()
353 b43_httab_write(dev, B43_HTTAB16(13, 0x67 + i * 4), in b43_phy_ht_stop_playback()
383 phy_ht->bb_mult_save[i] = b43_httab_read(dev, B43_HTTAB16(13, 0x63 + i * 4)); in b43_phy_ht_run_samples()
525 b43_httab_write(dev, B43_HTTAB16(7, 0x110 + i), tmp >> 16); in b43_phy_ht_tx_power_fix()
725 b43_httab_write_bulk(dev, B43_HTTAB16(26 + c, 0), 64, regval); in b43_phy_ht_tx_power_ctl_setup()
917 b43_httab_write_few(dev, B43_HTTAB16(7, 0x14e), 2, 0x010f, 0x010f); in b43_phy_ht_op_init()
918 b43_httab_write_few(dev, B43_HTTAB16(7, 0x15e), 2, 0x010f, 0x010f); in b43_phy_ht_op_init()
919 b43_httab_write_few(dev, B43_HTTAB16(7, 0x16e), 2, 0x010f, 0x010f); in b43_phy_ht_op_init()
923 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