Searched refs:B43_HTTAB32 (Results 1 – 3 of 3) sorted by relevance
/linux-3.4.99/drivers/net/wireless/b43/ |
D | tables_phy_ht.c | 815 httab_upload(dev, B43_HTTAB32(0x25, 0), b43_httab_0x25); in b43_phy_ht_tables_init() 816 httab_upload(dev, B43_HTTAB32(0x2f, 0), b43_httab_0x2f); in b43_phy_ht_tables_init() 820 httab_upload(dev, B43_HTTAB32(0x1a, 0x0c0), b43_httab_0x1a_0xc0); in b43_phy_ht_tables_init() 821 httab_upload(dev, B43_HTTAB32(0x1a, 0x140), b43_httab_0x1a_0x140); in b43_phy_ht_tables_init() 822 httab_upload(dev, B43_HTTAB32(0x1b, 0x140), b43_httab_0x1b_0x140); in b43_phy_ht_tables_init() 823 httab_upload(dev, B43_HTTAB32(0x1c, 0x140), b43_httab_0x1c_0x140); in b43_phy_ht_tables_init() 830 httab_upload(dev, B43_HTTAB32(0x1f, 0), b43_httab_0x1f); in b43_phy_ht_tables_init() 831 httab_upload(dev, B43_HTTAB32(0x21, 0), b43_httab_0x21); in b43_phy_ht_tables_init() 832 httab_upload(dev, B43_HTTAB32(0x23, 0), b43_httab_0x23); in b43_phy_ht_tables_init() 833 httab_upload(dev, B43_HTTAB32(0x20, 0), b43_httab_0x20); in b43_phy_ht_tables_init() [all …]
|
D | tables_phy_ht.h | 11 #define B43_HTTAB32(table, offset) (((table) << 10) | (offset) | B43_HTTAB_32BIT) macro
|
D | phy_ht.c | 272 u32 tmp = b43_httab_read(dev, B43_HTTAB32(26, 0xE8)); in b43_phy_ht_channel_setup() 462 b43_httab_write_bulk(dev, B43_HTTAB32(0x1a, 0xc0), in b43_phy_ht_op_init()
|