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

/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/drivers/staging/tidspbridge/dynload/
H A Dparams.h149 #define BYTE_TO_HOST_TDATA_ROUND(x) BYTE_TO_HOST_ROUND(x)
154 #define BYTE_TO_HOST_TDATA_ROUND(x) BYTE_TO_HOST_ROUND(x)
173 #define BYTE_TO_HOST_ROUND(x) (x) macro
177 #define BYTE_TO_HOST_ROUND(x) ((x + (BITS_PER_AU/BITS_PER_BYTE-1)) >>\ macro
H A Dcload.c727 BYTE_TO_HOST_ROUND(dlthis->debug_string_size + 1);
952 unsigned char *pktend = pktp + BYTE_TO_HOST_ROUND(ipacket->packet_size);
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/drivers/staging/tidspbridge/dynload/
H A Dparams.h149 #define BYTE_TO_HOST_TDATA_ROUND(x) BYTE_TO_HOST_ROUND(x)
154 #define BYTE_TO_HOST_TDATA_ROUND(x) BYTE_TO_HOST_ROUND(x)
173 #define BYTE_TO_HOST_ROUND(x) (x) macro
177 #define BYTE_TO_HOST_ROUND(x) ((x + (BITS_PER_AU/BITS_PER_BYTE-1)) >>\ macro
H A Dcload.c727 BYTE_TO_HOST_ROUND(dlthis->debug_string_size + 1);
952 unsigned char *pktend = pktp + BYTE_TO_HOST_ROUND(ipacket->packet_size);

Completed in 76 milliseconds