Searched refs:pilot_mask (Results 1 - 2 of 2) sorted by relevance

/linux-master/drivers/net/wireless/ath/ath5k/
H A Dphy.c1905 u32 pilot_mask[2] = {0, 0}; local
2030 pilot_mask[0] |= 1 << curr_sym_off;
2032 pilot_mask[0] |= 1 << (curr_sym_off - 1);
2034 pilot_mask[1] |= 1 << (curr_sym_off - 33);
2071 ath5k_hw_reg_write(ah, pilot_mask[0], AR5K_PHY_TIMING_7);
2074 pilot_mask[1]);
2076 ath5k_hw_reg_write(ah, pilot_mask[0], AR5K_PHY_TIMING_9);
2079 pilot_mask[1]);
/linux-master/drivers/net/wireless/ath/ath9k/
H A Dar5008_phy.c300 int pilot_mask = 0; local
306 pilot_mask = pilot_mask | 0x1 << bp;
312 REG_WRITE(ah, pilot_mask_reg[i], pilot_mask);

Completed in 164 milliseconds