• Home
  • Raw
  • Download

Lines Matching refs:tmp32

2199 	u32 tmp32;  in b43_nphy_workarounds_rev7plus()  local
2230 tmp32 = b43_ntab_read(dev, B43_NTAB32(30, 0)); in b43_nphy_workarounds_rev7plus()
2231 tmp32 &= 0xffffff; in b43_nphy_workarounds_rev7plus()
2232 b43_ntab_write(dev, B43_NTAB32(30, 0), tmp32); in b43_nphy_workarounds_rev7plus()
2506 u32 tmp32; in b43_nphy_workarounds_rev3plus() local
2511 tmp32 = b43_ntab_read(dev, B43_NTAB32(30, 0)); in b43_nphy_workarounds_rev3plus()
2512 tmp32 &= 0xffffff; in b43_nphy_workarounds_rev3plus()
2513 b43_ntab_write(dev, B43_NTAB32(30, 0), tmp32); in b43_nphy_workarounds_rev3plus()
2584 tmp32 = 0x00088888; in b43_nphy_workarounds_rev3plus()
2586 tmp32 = 0x88888888; in b43_nphy_workarounds_rev3plus()
2587 b43_ntab_write(dev, B43_NTAB32(30, 1), tmp32); in b43_nphy_workarounds_rev3plus()
2588 b43_ntab_write(dev, B43_NTAB32(30, 2), tmp32); in b43_nphy_workarounds_rev3plus()
2589 b43_ntab_write(dev, B43_NTAB32(30, 3), tmp32); in b43_nphy_workarounds_rev3plus()
3066 u32 tmp32; in b43_nphy_tx_power_fix() local
3069 tmp32 = b43_ntab_read(dev, B43_NTAB32(26 + i, in b43_nphy_tx_power_fix()
3071 b43_phy_maskset(dev, reg, 0xE00F, (u32) tmp32 << 4); in b43_nphy_tx_power_fix()
5178 u32 tmp32; in b43_nphy_channel_setup() local
5183 tmp32 = b43_read32(dev, B43_MMIO_PSM_PHY_HDR); in b43_nphy_channel_setup()
5184 b43_write32(dev, B43_MMIO_PSM_PHY_HDR, tmp32 | 4); in b43_nphy_channel_setup()
5186 b43_write32(dev, B43_MMIO_PSM_PHY_HDR, tmp32); in b43_nphy_channel_setup()
5190 tmp32 = b43_read32(dev, B43_MMIO_PSM_PHY_HDR); in b43_nphy_channel_setup()
5191 b43_write32(dev, B43_MMIO_PSM_PHY_HDR, tmp32 | 4); in b43_nphy_channel_setup()
5193 b43_write32(dev, B43_MMIO_PSM_PHY_HDR, tmp32); in b43_nphy_channel_setup()