Searched defs:chan_mask (Results 1 - 2 of 2) sorted by relevance

/vbox/src/VBox/Devices/PC/ipxe/src/drivers/net/ath/ath9k/
H A Dath9k_ar9002_phy.c301 int chan_mask = 0; local
306 chan_mask = chan_mask | 0x1 << bp;
312 REG_WRITE(ah, chan_mask_reg[i], chan_mask);
H A Dath9k_ar5008_phy.c342 int chan_mask = 0; local
347 chan_mask = chan_mask | 0x1 << bp;
353 REG_WRITE(ah, chan_mask_reg[i], chan_mask);

Completed in 40 milliseconds