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

  /hardware/broadcom/wlan/bcm4329/src/dhd/sys/
dhd_cdc.c 75 int len = ltoh32(prot->msg.len) + sizeof(cdc_ioctl_t);
107 } while (CDC_IOC_ID(ltoh32(prot->msg.flags)) != id);
161 flags = ltoh32(msg->flags);
187 ret = ltoh32(msg->status);
224 flags = ltoh32(msg->flags);
237 ret = ltoh32(msg->status);
291 ioc->needed = ltoh32(msg->len); /* len == needed when set/query fails from dongle */
301 dhd->wme_dp = (uint8) ltoh32(val);
dhd_linux.c 669 dhd_ifname(&dhd->pub, ifidx), ltoh32(allmulti)));
688 dhd_ifname(&dhd->pub, ifidx), ltoh32(allmulti)));
    [all...]
  /hardware/broadcom/wlan/bcm4329/src/include/
bcmendian.h 97 #define ltoh32(i) (i) macro
110 #define ltoh32(i) bcmswap32(i) macro
  /hardware/broadcom/wlan/bcm4329/src/bcmsdio/sys/
bcmsdh_sdmmc.c 718 scratch = ltoh32(scratch);
    [all...]
bcmsdstd.c     [all...]

Completed in 149 milliseconds