Home
last modified time | relevance | path

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

/Linux-v6.6/drivers/net/wireless/broadcom/b43/
Dphy_ht.c315 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()
Db43.h109 #define B43_MMIO_PSM_PHY_HDR 0x492 macro
Dphy_n.c6236 tmp16 = b43_read16(dev, B43_MMIO_PSM_PHY_HDR); in b43_nphy_channel_setup()
6237 b43_write16(dev, B43_MMIO_PSM_PHY_HDR, tmp16 | 4); in b43_nphy_channel_setup()
6241 b43_write16(dev, B43_MMIO_PSM_PHY_HDR, tmp16); in b43_nphy_channel_setup()
6245 tmp16 = b43_read16(dev, B43_MMIO_PSM_PHY_HDR); in b43_nphy_channel_setup()
6246 b43_write16(dev, B43_MMIO_PSM_PHY_HDR, tmp16 | 4); in b43_nphy_channel_setup()
6250 b43_write16(dev, B43_MMIO_PSM_PHY_HDR, tmp16); in b43_nphy_channel_setup()