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

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/staging/tidspbridge/dynload/
H A Dparams.h173 #define BYTE_TO_HOST_ROUND(x) (x) macro
177 #define BYTE_TO_HOST_ROUND(x) ((x + (BITS_PER_AU/BITS_PER_BYTE-1)) >>\ macro

Completed in 52 milliseconds