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

/netbsd-current/sys/external/isc/atheros_hal/dist/ar5416/
H A Dar9280.c76 uint32_t freq, ndiv, channelSel = 0, channelFrac = 0, reg32 = 0; local
125 ndiv = (freq * (refDivA >> aModeRefSel))/60;
126 channelSel = ndiv & 0x1ff;
127 channelFrac = (ndiv & 0xfffffe00) * 2;
/netbsd-current/external/gpl3/gcc.old/dist/libgomp/
H A Dtaskloop.c107 UTYPE ndiv = n / grainsize; local
108 num_tasks = ndiv;
109 if (num_tasks != ndiv)
/netbsd-current/external/gpl3/gcc/dist/libgomp/
H A Dtaskloop.c108 UTYPE ndiv = n / grainsize; local
109 num_tasks = ndiv;
110 if (num_tasks != ndiv)
/netbsd-current/sys/arch/arm/broadcom/
H A Dbcm53xx_board.c278 const uint32_t ndiv = bcm53xx_value_wrap(usb2_control, local
281 uint32_t usb_ref = (clk->clk_usb2 / pdiv) * ndiv;
318 * F(ddr) = ((1 / pdiv) * ndiv * CH2) / (post_div * 2)
327 u_int ndiv = __SHIFTOUT(pll_dividers, PLL_DIVIDERS_NDIV); local
332 clk->clk_ddr = (clk->clk_ddr_ref / pdiv) * ndiv / (2 + post_div);
/netbsd-current/sys/dev/ic/
H A Darn9280.c167 uint32_t phy, reg, ndiv = 0; local
204 ndiv = (freq * 3) / 60;
208 ndiv = (freq * 6) / 60;
212 if (ndiv != 0) {
213 phy |= (ndiv & 0x1ff) << 17;
214 phy |= (ndiv & ~0x1ff) * 2;

Completed in 286 milliseconds