HomeSort by relevance Sort by last modified time
    Searched refs:htol32 (Results 1 - 4 of 4) sorted by null

  /hardware/broadcom/wlan/bcm4329/src/include/
bcmendian.h 95 #define HTOL32(i) (i)
99 #define htol32(i) (i) macro
108 #define HTOL32(i) BCMSWAP32(i)
112 #define htol32(i) bcmswap32(i) macro
  /hardware/broadcom/wlan/bcm4329/src/dhd/sys/
dhd_cdc.c 142 msg->cmd = htol32(cmd);
143 msg->len = htol32(len);
146 msg->flags = htol32(msg->flags);
209 msg->cmd = htol32(cmd);
210 msg->len = htol32(len);
213 msg->flags |= htol32(msg->flags);
dhd_linux.c 616 cnt = htol32(cnt);
650 allmulti = htol32(allmulti);
677 allmulti = htol32(allmulti);
    [all...]
dhd_sdio.c     [all...]

Completed in 22 milliseconds