Searched refs:bitrev32 (Results 1 – 18 of 18) sorted by relevance
/linux/drivers/crypto/stm32/ |
A D | stm32-crc32.c | 131 writel_relaxed(bitrev32(mctx->key), crc->regs + CRC_INIT); in stm32_crc_init() 132 writel_relaxed(bitrev32(mctx->poly), crc->regs + CRC_POL); in stm32_crc_init() 176 writel_relaxed(bitrev32(ctx->partial), crc->regs + CRC_INIT); in burst_update() 177 writel_relaxed(bitrev32(mctx->poly), crc->regs + CRC_POL); in burst_update()
|
/linux/include/linux/ |
A D | crc32.h | 76 #define ether_crc(length, data) bitrev32(crc32_le(~0, data, length))
|
A D | bitrev.h | 74 #define bitrev32(x) \ macro
|
/linux/drivers/net/ethernet/freescale/fman/ |
A D | fman_tgec.c | 547 crc = bitrev32(crc); in tgec_add_hash_mac_address() 623 crc = bitrev32(crc); in tgec_del_hash_mac_address()
|
A D | fman_dtsec.c | 1074 crc = bitrev32(crc); in dtsec_add_hash_mac_address() 1185 crc = bitrev32(crc); in dtsec_del_hash_mac_address()
|
/linux/lib/zlib_deflate/ |
A D | deftree.c | 233 static_dtree[n].Code = bitrev32((u32)n) >> (32 - 5); in tr_static_init() 469 tree[n].Code = bitrev32((u32)(next_code[len]++)) >> (32 - len); in gen_codes()
|
/linux/include/linux/ceph/ |
A D | osd_client.h | 325 hoid->hash_reverse_bits = bitrev32(hoid->hash); in ceph_hoid_build_hash_cache()
|
/linux/drivers/net/ethernet/stmicro/stmmac/ |
A D | dwmac1000_core.c | 182 int bit_nr = bitrev32(~crc32_le(~0, ha->addr, in dwmac1000_set_filter()
|
A D | stmmac_selftests.c | 503 hash = bitrev32(~crc32_le(~0, addr, 6)) >> mc_offset; in stmmac_hash_check() 509 u32 nr = bitrev32(~crc32_le(~0, ha->addr, ETH_ALEN)) >> mc_offset; in stmmac_hash_check()
|
A D | dwmac4_core.c | 677 u32 bit_nr = bitrev32(~crc32_le(~0, ha->addr, in dwmac4_set_filter()
|
A D | dwxgmac2_core.c | 469 u32 nr = (bitrev32(~crc32_le(~0, ha->addr, 6)) >> in dwxgmac2_set_filter()
|
A D | stmmac_main.c | 6231 crc = bitrev32(~stmmac_vid_crc32_le(vid_le)) >> 28; in stmmac_vlan_update()
|
/linux/drivers/net/ethernet/synopsys/ |
A D | dwc-xlgmac-hw.c | 229 crc = bitrev32(~xlgmac_vid_crc32_le(vid_le)) >> 28; in xlgmac_update_vlan_hash_table() 344 crc = bitrev32(~crc32_le(~0, ha->addr, ETH_ALEN)); in xlgmac_set_mac_hash_table() 350 crc = bitrev32(~crc32_le(~0, ha->addr, ETH_ALEN)); in xlgmac_set_mac_hash_table()
|
/linux/sound/soc/intel/keembay/ |
A D | kmb_platform.c | 91 sample = bitrev32(temp); in hdmi_reformat_iec958()
|
/linux/drivers/net/ethernet/amd/xgbe/ |
A D | xgbe-dev.c | 924 crc = bitrev32(~xgbe_vid_crc32_le(vid_le)) >> 28; in xgbe_update_vlan_hash_table() 1054 crc = bitrev32(~crc32_le(~0, ha->addr, ETH_ALEN)); in xgbe_set_mac_hash_table() 1060 crc = bitrev32(~crc32_le(~0, ha->addr, ETH_ALEN)); in xgbe_set_mac_hash_table()
|
/linux/sound/soc/fsl/ |
A D | fsl_xcvr.c | 1087 bitrev32(val); in irq0_isr()
|
/linux/drivers/net/ethernet/samsung/sxgbe/ |
A D | sxgbe_main.c | 1877 int bit_nr = bitrev32(~crc32_le(~0, ha->addr, 6)) >> 26; in sxgbe_set_rx_mode()
|
/linux/drivers/net/ethernet/via/ |
A D | via-velocity.c | 3003 return bitrev32(crc) >> 16; in wol_calc_crc()
|
Completed in 78 milliseconds