Searched refs:b43_write16f (Results 1 – 9 of 9) sorted by relevance
/drivers/net/wireless/broadcom/b43/ |
D | phy_ac.c | 44 b43_write16f(dev, B43_MMIO_PHY_CONTROL, reg); in b43_phy_ac_op_maskset() 51 b43_write16f(dev, B43_MMIO_RADIO24_CONTROL, reg); in b43_phy_ac_op_radio_read() 58 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 | 287 b43_write16f(dev, B43_MMIO_PHY_CONTROL, reg); in b43_phy_read() 303 b43_write16f(dev, B43_MMIO_PHY_CONTROL, reg); in b43_phy_write()
|
D | phy_ht.c | 1104 b43_write16f(dev, B43_MMIO_PHY_CONTROL, reg); in b43_phy_ht_op_maskset() 1114 b43_write16f(dev, B43_MMIO_RADIO24_CONTROL, reg); in b43_phy_ht_op_radio_read() 1121 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 | 2573 b43_write16f(dev, B43_MMIO_PHY_CONTROL, reg); in b43_gphy_op_read() 2579 b43_write16f(dev, B43_MMIO_PHY_CONTROL, reg); in b43_gphy_op_write() 2590 b43_write16f(dev, B43_MMIO_RADIO_CONTROL, reg); in b43_gphy_op_radio_read() 2599 b43_write16f(dev, B43_MMIO_RADIO_CONTROL, reg); in b43_gphy_op_radio_write()
|
D | main.c | 4570 b43_write16f(dev, B43_MMIO_RADIO24_CONTROL, 0); in b43_phy_versioning() 4573 b43_write16f(dev, B43_MMIO_RADIO24_CONTROL, 1); in b43_phy_versioning() 4581 b43_write16f(dev, B43_MMIO_RADIO24_CONTROL, tmp); in b43_phy_versioning() 4598 b43_write16f(dev, B43_MMIO_RADIO_CONTROL, in b43_phy_versioning() 4601 b43_write16f(dev, B43_MMIO_RADIO_CONTROL, in b43_phy_versioning()
|
D | phy_lp.c | 1991 b43_write16f(dev, B43_MMIO_PHY_CONTROL, reg); in b43_lpphy_op_maskset() 2007 b43_write16f(dev, B43_MMIO_RADIO_CONTROL, reg); in b43_lpphy_op_radio_read() 2016 b43_write16f(dev, B43_MMIO_RADIO_CONTROL, reg); in b43_lpphy_op_radio_write()
|
D | phy_n.c | 6580 b43_write16f(dev, B43_MMIO_PHY_CONTROL, reg); in b43_nphy_op_maskset() 6595 b43_write16f(dev, B43_MMIO_RADIO_CONTROL, reg); in b43_nphy_op_radio_read() 6604 b43_write16f(dev, B43_MMIO_RADIO_CONTROL, reg); in b43_nphy_op_radio_write()
|