Searched defs:pilot_mask (Results 1 - 3 of 3) sorted by relevance

/drivers/net/wireless/ath/ath9k/
H A Dar9002_phy.c296 int pilot_mask = 0; local
301 pilot_mask = pilot_mask | 0x1 << bp;
307 REG_WRITE(ah, pilot_mask_reg[i], pilot_mask);
H A Dar5008_phy.c328 int pilot_mask = 0; local
333 pilot_mask = pilot_mask | 0x1 << bp;
339 REG_WRITE(ah, pilot_mask_reg[i], pilot_mask);
/drivers/net/wireless/ath/ath5k/
H A Dphy.c1912 u32 pilot_mask[2] = {0, 0}; local
2037 pilot_mask[0] |= 1 << curr_sym_off;
2039 pilot_mask[0] |= 1 << (curr_sym_off - 1);
2041 pilot_mask[1] |= 1 << (curr_sym_off - 33);
2078 ath5k_hw_reg_write(ah, pilot_mask[0], AR5K_PHY_TIMING_7);
2081 pilot_mask[1]);
2083 ath5k_hw_reg_write(ah, pilot_mask[0], AR5K_PHY_TIMING_9);
2086 pilot_mask[1]);

Completed in 113 milliseconds