Searched refs:Div (Results 1 - 3 of 3) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/arm/mach-sa1100/include/mach/
H A DSA-1100.h340 #define UTCR1_BdRtDiv(Div) /* Baud Rate Divisor [16..65536] */ \
341 (((Div) - 16)/16 >> FSize (UTCR2_BRD) << \
343 #define UTCR2_BdRtDiv(Div) /* Baud Rate Divisor [16..65536] */ \
344 (((Div) - 16)/16 & FAlnMsk (UTCR2_BRD) << \
346 /* fua = fxtl/(16*Floor (Div/16)) */
347 /* Tua = 16*Floor (Div/16)*Txtl */
348 #define UTCR1_CeilBdRtDiv(Div) /* Ceil. of BdRtDiv [16..65536] */ \
349 (((Div) - 1)/16 >> FSize (UTCR2_BRD) << \
351 #define UTCR2_CeilBdRtDiv(Div) /* Ceil. of BdRtDiv [16..65536] */ \
352 (((Div)
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/src/router/vmstat/
H A Dvmstat.c141 jiff duse, dsys, didl, diow, dstl, Div, divo2; local
169 Div= duse+dsys+didl+diow+dstl;
170 divo2= Div/2UL;
176 (unsigned)( (*pswpin * unitConvert(kb_per_page) * hz + divo2) / Div ),
177 (unsigned)( (*pswpout * unitConvert(kb_per_page) * hz + divo2) / Div ),
178 (unsigned)( (*pgpgin * hz + divo2) / Div ),
179 (unsigned)( (*pgpgout * hz + divo2) / Div ),
180 (unsigned)( (*intr * hz + divo2) / Div ),
181 (unsigned)( (*ctxt * hz + divo2) / Div ),
182 (unsigned)( (100*duse + divo2) / Div ),
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/arm/mach-pxa/include/mach/
H A Dregs-lcd.h126 #define LCCR3_PixClkDiv(Div) (((Div) << FShft (LCCR3_PCD)))

Completed in 73 milliseconds