Home
last modified time | relevance | path

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

/openbmc/linux/drivers/net/wireless/broadcom/b43/
H A Dtables_phy_ht.h14 u32 b43_httab_read(struct b43_wldev *dev, u32 offset);
H A Dphy_ht.c383 phy_ht->bb_mult_save[i] = b43_httab_read(dev, B43_HTTAB16(13, 0x63 + i * 4)); in b43_phy_ht_run_samples()
517 u32 tmp = b43_httab_read(dev, B43_HTTAB32(26, 0xE8)); in b43_phy_ht_tx_power_fix()
967 tmp = b43_httab_read(dev, B43_HTTAB16(7, 0x144)); in b43_phy_ht_op_init()
969 tmp = b43_httab_read(dev, B43_HTTAB16(7, 0x154)); in b43_phy_ht_op_init()
971 tmp = b43_httab_read(dev, B43_HTTAB16(7, 0x164)); in b43_phy_ht_op_init()
H A Dtables_phy_ht.c606 u32 b43_httab_read(struct b43_wldev *dev, u32 offset) in b43_httab_read() function