Searched refs:B43_HTTAB32 (Results 1 – 3 of 3) sorted by relevance
/openbmc/linux/drivers/net/wireless/broadcom/b43/ |
H A D | tables_phy_ht.c | 802 httab_upload(dev, B43_HTTAB32(0x25, 0), b43_httab_0x25); in b43_phy_ht_tables_init() 803 httab_upload(dev, B43_HTTAB32(0x2f, 0), b43_httab_0x2f); in b43_phy_ht_tables_init() 807 httab_upload(dev, B43_HTTAB32(0x1a, 0x0c0), b43_httab_0x1a_0xc0); in b43_phy_ht_tables_init() 808 httab_upload(dev, B43_HTTAB32(0x1a, 0x140), b43_httab_0x1a_0x140); in b43_phy_ht_tables_init() 809 httab_upload(dev, B43_HTTAB32(0x1b, 0x140), b43_httab_0x1b_0x140); in b43_phy_ht_tables_init() 817 httab_upload(dev, B43_HTTAB32(0x1f, 0), b43_httab_0x1f); in b43_phy_ht_tables_init() 818 httab_upload(dev, B43_HTTAB32(0x21, 0), b43_httab_0x21); in b43_phy_ht_tables_init() 819 httab_upload(dev, B43_HTTAB32(0x23, 0), b43_httab_0x23); in b43_phy_ht_tables_init() 820 httab_upload(dev, B43_HTTAB32(0x20, 0), b43_httab_0x20); in b43_phy_ht_tables_init() 821 httab_upload(dev, B43_HTTAB32(0x22, 0), b43_httab_0x22); in b43_phy_ht_tables_init() [all …]
|
H A D | tables_phy_ht.h | 12 #define B43_HTTAB32(table, offset) (((table) << 10) | (offset) | B43_HTTAB_32BIT) macro
|
H A D | phy_ht.c | 517 u32 tmp = b43_httab_read(dev, B43_HTTAB32(26, 0xE8)); in b43_phy_ht_tx_power_fix() 995 b43_httab_write_bulk(dev, B43_HTTAB32(0x1a, 0xc0), in b43_phy_ht_op_init()
|