Searched refs:B43_HTTAB16 (Results 1 – 3 of 3) sorted by relevance
/openbmc/linux/drivers/net/wireless/broadcom/b43/ |
H A D | tables_phy_ht.c | 799 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 …]
|
H A D | phy_ht.c | 929 b43_httab_write(dev, B43_HTTAB16(8, 0x00), 0x02); in b43_phy_ht_op_init() 930 b43_httab_write(dev, B43_HTTAB16(8, 0x10), 0x02); in b43_phy_ht_op_init() 931 b43_httab_write(dev, B43_HTTAB16(8, 0x20), 0x02); in b43_phy_ht_op_init() 933 b43_httab_write_few(dev, B43_HTTAB16(8, 0x08), 4, in b43_phy_ht_op_init() 935 b43_httab_write_few(dev, B43_HTTAB16(8, 0x18), 4, in b43_phy_ht_op_init() 937 b43_httab_write_few(dev, B43_HTTAB16(8, 0x28), 4, in b43_phy_ht_op_init() 949 b43_httab_write_few(dev, B43_HTTAB16(00, 0x8), 4, in b43_phy_ht_op_init() 951 b43_httab_write_few(dev, B43_HTTAB16(01, 0x8), 4, in b43_phy_ht_op_init() 954 b43_httab_write_few(dev, B43_HTTAB16(40, 0x8), 4, in b43_phy_ht_op_init() 967 tmp = b43_httab_read(dev, B43_HTTAB16(7, 0x144)); in b43_phy_ht_op_init() [all …]
|
H A D | tables_phy_ht.h | 11 #define B43_HTTAB16(table, offset) (((table) << 10) | (offset) | B43_HTTAB_16BIT) macro
|