Searched refs:b43_write16f (Results 1 – 9 of 9) sorted by relevance
/linux-5.19.10/drivers/net/wireless/broadcom/b43/ |
D | phy_ac.c | 40 b43_write16f(dev, B43_MMIO_PHY_CONTROL, reg); in b43_phy_ac_op_maskset() 47 b43_write16f(dev, B43_MMIO_RADIO24_CONTROL, reg); in b43_phy_ac_op_radio_read() 54 b43_write16f(dev, B43_MMIO_RADIO24_CONTROL, reg); in b43_phy_ac_op_radio_write()
|
D | phy_lcn.c | 816 b43_write16f(dev, B43_MMIO_PHY_CONTROL, reg); in b43_phy_lcn_op_maskset() 826 b43_write16f(dev, B43_MMIO_RADIO24_CONTROL, reg); in b43_phy_lcn_op_radio_read() 833 b43_write16f(dev, B43_MMIO_RADIO24_CONTROL, reg); in b43_phy_lcn_op_radio_write()
|
D | phy_common.c | 274 b43_write16f(dev, B43_MMIO_PHY_CONTROL, reg); in b43_phy_read() 290 b43_write16f(dev, B43_MMIO_PHY_CONTROL, reg); in b43_phy_write()
|
D | phy_ht.c | 1088 b43_write16f(dev, B43_MMIO_PHY_CONTROL, reg); in b43_phy_ht_op_maskset() 1098 b43_write16f(dev, B43_MMIO_RADIO24_CONTROL, reg); in b43_phy_ht_op_radio_read() 1105 b43_write16f(dev, B43_MMIO_RADIO24_CONTROL, reg); in b43_phy_ht_op_radio_write()
|
D | b43.h | 1037 static inline void b43_write16f(struct b43_wldev *dev, u16 offset, u16 value) in b43_write16f() function
|
D | phy_g.c | 2560 b43_write16f(dev, B43_MMIO_PHY_CONTROL, reg); in b43_gphy_op_read() 2566 b43_write16f(dev, B43_MMIO_PHY_CONTROL, reg); in b43_gphy_op_write() 2577 b43_write16f(dev, B43_MMIO_RADIO_CONTROL, reg); in b43_gphy_op_radio_read() 2586 b43_write16f(dev, B43_MMIO_RADIO_CONTROL, reg); in b43_gphy_op_radio_write()
|
D | main.c | 4547 b43_write16f(dev, B43_MMIO_RADIO24_CONTROL, 0); in b43_phy_versioning() 4550 b43_write16f(dev, B43_MMIO_RADIO24_CONTROL, 1); in b43_phy_versioning() 4558 b43_write16f(dev, B43_MMIO_RADIO24_CONTROL, tmp); in b43_phy_versioning() 4575 b43_write16f(dev, B43_MMIO_RADIO_CONTROL, in b43_phy_versioning() 4578 b43_write16f(dev, B43_MMIO_RADIO_CONTROL, in b43_phy_versioning()
|
D | phy_lp.c | 1968 b43_write16f(dev, B43_MMIO_PHY_CONTROL, reg); in b43_lpphy_op_maskset() 1984 b43_write16f(dev, B43_MMIO_RADIO_CONTROL, reg); in b43_lpphy_op_radio_read() 1993 b43_write16f(dev, B43_MMIO_RADIO_CONTROL, reg); in b43_lpphy_op_radio_write()
|
D | phy_n.c | 6522 b43_write16f(dev, B43_MMIO_PHY_CONTROL, reg); in b43_nphy_op_maskset() 6537 b43_write16f(dev, B43_MMIO_RADIO_CONTROL, reg); in b43_nphy_op_radio_read() 6546 b43_write16f(dev, B43_MMIO_RADIO_CONTROL, reg); in b43_nphy_op_radio_write()
|