Lines Matching defs:reg32
44 uint32_t reg32 = 0;
98 reg32 =
102 REG_WRITE(ah, AR_PHY(0x37), reg32);
116 uint32_t freq, ndiv, channelSel = 0, channelFrac = 0, reg32 = 0;
123 reg32 = REG_READ(ah, AR_PHY_SYNTH_CONTROL);
124 reg32 &= 0xc0000000;
169 reg32 = reg32 |
173 REG_WRITE(ah, AR_PHY_SYNTH_CONTROL, reg32);
183 ath9k_phy_modify_rx_buffer(uint32_t *rfBuf, uint32_t reg32,
189 tmp32 = ath9k_hw_reverse_bits(reg32, numBits);