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

/netgear-WNDR4500-V1.0.1.40_1.0.68/src/include/
H A Dbcmendian.h61 #define ltoh16(i) (i) macro
78 #define ltoh16(i) bcmswap16(i) macro
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/shared/
H A Dhndpci.c502 ltoh16(*(uint16 *)((ulong)cfg->emu + off)));
536 *((uint16 *)buf) = ltoh16(*((uint16 *)((ulong) cfg + off)));
H A Dbcmrobo.c463 *(uint16 *)val = ltoh16(bytes.val16);
H A Dhnddma.c1062 len = ltoh16(*(uint16 *)(PKTDATA(di->osh, head)));
1066 for (read_count = 200; (!(len = ltoh16(*(uint16 *)OSL_UNCACHED(PKTDATA(di->osh, head)))) &&
H A Dbcmsrom.c1346 word = (~crc << 8) + (ltoh16(word) & 0xff);

Completed in 184 milliseconds