Searched refs:B43_MMIO_PSM_PHY_HDR (Results 1 – 3 of 3) sorted by relevance
| /Linux-v5.4/drivers/net/wireless/broadcom/b43/ |
| D | phy_ht.c | 315 tmp = b43_read16(dev, B43_MMIO_PSM_PHY_HDR); in b43_phy_ht_bphy_reset() 316 b43_write16(dev, B43_MMIO_PSM_PHY_HDR, in b43_phy_ht_bphy_reset() 328 b43_write16(dev, B43_MMIO_PSM_PHY_HDR, tmp); in b43_phy_ht_bphy_reset()
|
| D | b43.h | 109 #define B43_MMIO_PSM_PHY_HDR 0x492 macro
|
| D | phy_n.c | 6282 tmp16 = b43_read16(dev, B43_MMIO_PSM_PHY_HDR); in b43_nphy_channel_setup() 6283 b43_write16(dev, B43_MMIO_PSM_PHY_HDR, tmp16 | 4); in b43_nphy_channel_setup() 6287 b43_write16(dev, B43_MMIO_PSM_PHY_HDR, tmp16); in b43_nphy_channel_setup() 6291 tmp16 = b43_read16(dev, B43_MMIO_PSM_PHY_HDR); in b43_nphy_channel_setup() 6292 b43_write16(dev, B43_MMIO_PSM_PHY_HDR, tmp16 | 4); in b43_nphy_channel_setup() 6296 b43_write16(dev, B43_MMIO_PSM_PHY_HDR, tmp16); in b43_nphy_channel_setup()
|