| /freebsd/sys/contrib/xz-embedded/userspace/ |
| H A D | xz_config.h | 78 #ifndef get_unaligned_le32 79 static inline uint32_t get_unaligned_le32(const uint8_t *buf) in get_unaligned_le32() function 124 # define get_le32 get_unaligned_le32
|
| /freebsd/sys/contrib/dev/athk/ |
| H A D | key.c | 110 macLo = get_unaligned_le32(mac); in ath_hw_keysetmac() 184 key0 = get_unaligned_le32(k->kv_val + 0); in ath_hw_set_keycache_entry() 186 key2 = get_unaligned_le32(k->kv_val + 6); in ath_hw_set_keycache_entry() 188 key4 = get_unaligned_le32(k->kv_val + 12); in ath_hw_set_keycache_entry() 237 mic0 = get_unaligned_le32(k->kv_mic + 0); in ath_hw_set_keycache_entry() 238 mic2 = get_unaligned_le32(k->kv_mic + 4); in ath_hw_set_keycache_entry() 241 mic4 = get_unaligned_le32(k->kv_txmic + 4); in ath_hw_set_keycache_entry() 279 mic0 = get_unaligned_le32(k->kv_mic + 0); in ath_hw_set_keycache_entry() 280 mic2 = get_unaligned_le32(k->kv_mic + 4); in ath_hw_set_keycache_entry()
|
| H A D | hw.c | 123 REG_WRITE(ah, AR_STA_ID0, get_unaligned_le32(common->macaddr)); in ath_hw_setbssidmask() 128 REG_WRITE(ah, AR_BSSMSKL, get_unaligned_le32(common->bssidmask)); in ath_hw_setbssidmask()
|
| /freebsd/contrib/wpa/src/utils/ |
| H A D | radiotap.c | 110 iterator->_bitmap_shifter = get_unaligned_le32(&radiotap_header->it_present); in ieee80211_radiotap_iterator_init() 131 while (get_unaligned_le32(iterator->_arg) & in ieee80211_radiotap_iterator_init() 376 get_unaligned_le32(iterator->_next_bitmap); in ieee80211_radiotap_iterator_next()
|
| H A D | platform.h | 16 #define get_unaligned_le32(p) WPA_GET_LE32((void *) (p)) macro
|
| /freebsd/sys/contrib/dev/mediatek/mt76/ |
| H A D | mmio.c | 48 writel(get_unaligned_le32(data + i), in mt76_mmio_write_copy() 51 writel(get_unaligned_le32((const u8 *)data + i), in mt76_mmio_write_copy()
|
| H A D | mt76x02_usb_mcu.c | 29 u32 reg = get_unaligned_le32(data + 8 * i) - usb->mcu.base; in mt76x02u_multiple_mcu_reads() 30 u32 val = get_unaligned_le32(data + 8 * i + 4); in mt76x02u_multiple_mcu_reads() 55 rxfce = get_unaligned_le32(data); in mt76x02u_mcu_wait_resp()
|
| H A D | mt76x02_mac.c | 741 mt76_wr(dev, MT_MAC_ADDR_DW0, get_unaligned_le32(dev->mphy.macaddr)); in mt76x02_mac_setaddr() 747 get_unaligned_le32(dev->mphy.macaddr)); in mt76x02_mac_setaddr() 1235 mt76_wr(dev, MT_MAC_APC_BSSID_L(idx), get_unaligned_le32(addr)); in mt76x02_mac_set_bssid()
|
| H A D | usb.c | 80 data = get_unaligned_le32(usb->data); in ___mt76u_rr()
|
| /freebsd/sys/compat/linuxkpi/common/include/asm/ |
| H A D | unaligned.h | 45 get_unaligned_le32(const void *p) in get_unaligned_le32() function
|
| /freebsd/sys/compat/linuxkpi/common/src/ |
| H A D | linux_siphash.c | 105 case 4: b |= get_unaligned_le32(end); break; in __siphash_unaligned() 307 case 4: b |= get_unaligned_le32(end); break; in __hsiphash_unaligned() 447 m = get_unaligned_le32(data); in __hsiphash_unaligned()
|
| /freebsd/contrib/wireguard-tools/ |
| H A D | curve25519-fiat32.h | 29 u32 a0 = get_unaligned_le32(s); in fe_frombytes_impl() 30 u32 a1 = get_unaligned_le32(s+4); in fe_frombytes_impl() 31 u32 a2 = get_unaligned_le32(s+8); in fe_frombytes_impl() 32 u32 a3 = get_unaligned_le32(s+12); in fe_frombytes_impl() 33 u32 a4 = get_unaligned_le32(s+16); in fe_frombytes_impl() 34 u32 a5 = get_unaligned_le32(s+20); in fe_frombytes_impl() 35 u32 a6 = get_unaligned_le32(s+24); in fe_frombytes_impl() 36 u32 a7 = get_unaligned_le32(s+28); in fe_frombytes_impl()
|
| H A D | curve25519.c | 58 static __always_inline __unused __le32 get_unaligned_le32(const u8 *a) in get_unaligned_le32() function
|
| /freebsd/sys/contrib/dev/mediatek/mt76/mt7603/ |
| H A D | main.c | 54 get_unaligned_le32(vif->addr)); in mt7603_add_interface() 61 get_unaligned_le32(vif->addr)); in mt7603_add_interface() 296 get_unaligned_le32(info->bssid)); in mt7603_bss_info_changed()
|
| H A D | mac.c | 136 get_unaligned_le32(_mac)); in mt7603_wtbl_init() 372 mt76_wr(dev, MT_BA_CONTROL_0, get_unaligned_le32(addr)); in mt7603_mac_rx_ba_reset()
|
| /freebsd/sys/dev/drm2/ |
| H A D | drm_os_freebsd.h | 264 get_unaligned_le32(const void *p) in get_unaligned_le32() function 279 get_unaligned_le32(const void *p) in get_unaligned_le32() function
|
| /freebsd/sys/contrib/xz-embedded/linux/lib/xz/ |
| H A D | xz_dec_bcj.c | 130 src = get_unaligned_le32(buf + i + 1); in bcj_x86()
|
| /freebsd/sys/contrib/dev/mediatek/mt76/mt7615/ |
| H A D | debugfs.c | 514 mt76_wr(dev, MT_WF_RMAC_MAR0, get_unaligned_le32(addr)); in mt7615_ext_mac_addr_write()
|
| /freebsd/sys/contrib/dev/mediatek/mt76/mt7996/ |
| H A D | debugfs.c | 944 if (get_unaligned_le32(data) != FW_BIN_LOG_MAGIC) in mt7996_debugfs_rx_log()
|
| /freebsd/sys/contrib/dev/iwlwifi/mvm/ |
| H A D | rx.c | 323 rx_pkt_status = get_unaligned_le32((__le32 *) in iwl_mvm_rx_rx_mpdu()
|
| /freebsd/sys/contrib/dev/broadcom/brcm80211/brcmfmac/ |
| H A D | pcie.c | 1811 resetintr = get_unaligned_le32(fw->data); in brcmf_pcie_download_fw_nvram() 2048 if (get_unaligned_le32(data) != BRCMF_OTP_VENDOR_HDR) in brcmf_pcie_parse_otp_sys_vendor()
|
| H A D | sdio.c | 3395 rstvec = get_unaligned_le32(fw->data); in brcmf_sdio_download_firmware()
|
| /freebsd/sys/contrib/dev/mediatek/mt76/mt7915/ |
| H A D | debugfs.c | 1390 if (get_unaligned_le32(data) != FW_BIN_LOG_MAGIC) in mt7915_debugfs_rx_log()
|
| /freebsd/sys/contrib/dev/iwlwifi/queue/ |
| H A D | tx.c | |
| /freebsd/sys/contrib/dev/iwlwifi/pcie/gen1_2/ |
| H A D | tx.c | 270 addr = get_unaligned_le32(&tb->lo); in iwl_txq_gen1_tfd_tb_get_addr()
|