Home
last modified time | relevance | path

Searched refs:htod32 (Results 1 – 2 of 2) sorted by relevance

/hardware/broadcom/wlan/bcm4329/src/dhd/sys/
Ddhd_cdc.c524 #define htod32(i) i in dhd_set_suspend() macro
531 enable_parm.id = htod32(100); in dhd_set_suspend()
532 enable_parm.enable = htod32(1); in dhd_set_suspend()
550 enable_parm.id = htod32(100); in dhd_set_suspend()
551 enable_parm.enable = htod32(0); in dhd_set_suspend()
716 pkt_filter.id = htod32(100); in dhd_preinit_ioctls()
719 pkt_filter.negate_match = htod32(0); in dhd_preinit_ioctls()
722 pkt_filter.type = htod32(0); in dhd_preinit_ioctls()
725 pkt_filter.u.pattern.offset = htod32(0); in dhd_preinit_ioctls()
728 mask_size = htod32(wl_pattern_atoh("0xff", in dhd_preinit_ioctls()
[all …]
/hardware/broadcom/wlan/bcm4329/src/wl/sys/
Dwl_iw.c88 #define htod32(i) (bcmswap32(i)) macro
95 #define htod32(i) i macro
227 key->index = htod32(key->index); in swap_key_from_BE()
228 key->len = htod32(key->len); in swap_key_from_BE()
229 key->algo = htod32(key->algo); in swap_key_from_BE()
230 key->flags = htod32(key->flags); in swap_key_from_BE()
231 key->rxiv.hi = htod32(key->rxiv.hi); in swap_key_from_BE()
233 key->iv_initialized = htod32(key->iv_initialized); in swap_key_from_BE()
316 val = htod32(val); in dev_wlc_intvar_set()
1018 chan = htod32(chan); in wl_iw_set_freq()
[all …]