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

/vbox/src/VBox/Devices/PC/ipxe/src/drivers/net/ath/ath9k/
H A Dath9k_ar9002_phy.c74 u32 freq, ndiv, channelSel = 0, channelFrac = 0, reg32 = 0; local
143 ndiv = (freq * (refDivA >> aModeRefSel)) / 60;
144 channelSel = ndiv & 0x1ff;
145 channelFrac = (ndiv & 0xfffffe00) * 2;

Completed in 35 milliseconds