Searched refs:__swab32 (Results 1 – 16 of 16) sorted by relevance
80 #define get_unaligned_le32(p) __swab32(get_unaligned32(p))84 #define put_unaligned_le32(v, p) put_unaligned32(__swab32(v), (p))95 #define get_unaligned_be32(p) __swab32(get_unaligned32(p))99 #define put_unaligned_be32(v, p) put_unaligned32(__swab32(v), (p))
114 #define __swab32(x) (__u32)__builtin_bswap32((__u32)(x)) macro116 #define __swab32(x) \ macro179 return __swab32(*p); in __swab32p()
8 # define swab32 __swab32
11 asm("bitswap %0, %1" : "=r"(ret) : "r"(__swab32(x))); in __arch_bitrev32()
167 mac_addr[0] = __swab32(mac_addr[0]); in aq_fw2x_get_mac_permanent()168 mac_addr[1] = __swab32(mac_addr[1]); in aq_fw2x_get_mac_permanent()
640 mac_addr[0] = __swab32(mac_addr[0]); in hw_atl_utils_get_mac_permanent()641 mac_addr[1] = __swab32(mac_addr[1]); in hw_atl_utils_get_mac_permanent()
187 __swab32(rss_params->hash_secret_key[i]) : 0U; in hw_atl_a0_hw_rss_hash_set()
172 __swab32(rss_params->hash_secret_key[i]) : 0U; in hw_atl_b0_hw_rss_hash_set()
33 #define __cpu_to_le32(x) ((__force __le32)__swab32((x)))34 #define __le32_to_cpu(x) __swab32((__force __u32)(__le32)(x))
39 #define __cpu_to_be32(x) ((__force __be32)__swab32((x)))40 #define __be32_to_cpu(x) __swab32((__force __u32)(__be32)(x))
491 __swab32(identify_buffer[0])); in config_id_frame_v1_hw()493 __swab32(identify_buffer[1])); in config_id_frame_v1_hw()495 __swab32(identify_buffer[2])); in config_id_frame_v1_hw()497 __swab32(identify_buffer[3])); in config_id_frame_v1_hw()499 __swab32(identify_buffer[4])); in config_id_frame_v1_hw()501 __swab32(identify_buffer[5])); in config_id_frame_v1_hw()1406 frame_rcvd[i] = __swab32(idaf); in int_phyup_v1_hw()
599 __swab32(identify_buffer[0])); in config_id_frame_v3_hw()601 __swab32(identify_buffer[1])); in config_id_frame_v3_hw()603 __swab32(identify_buffer[2])); in config_id_frame_v3_hw()605 __swab32(identify_buffer[3])); in config_id_frame_v3_hw()607 __swab32(identify_buffer[4])); in config_id_frame_v3_hw()609 __swab32(identify_buffer[5])); in config_id_frame_v3_hw()1225 frame_rcvd[i] = __swab32(idaf); in phy_up_v3_hw()
910 __swab32(identify_buffer[0])); in config_id_frame_v2_hw()912 __swab32(identify_buffer[1])); in config_id_frame_v2_hw()914 __swab32(identify_buffer[2])); in config_id_frame_v2_hw()916 __swab32(identify_buffer[3])); in config_id_frame_v2_hw()918 __swab32(identify_buffer[4])); in config_id_frame_v2_hw()920 __swab32(identify_buffer[5])); in config_id_frame_v2_hw()2699 frame_rcvd[i] = __swab32(idaf); in phy_up_v2_hw()
162 return (unsigned long) __swab32((u32) y); in ext2_swab()
174 msg->data = __swab32(hwirq); in fsl_compose_msi_msg()
350 return needs_swap_endian(q) ? __swab32(a) : a; in fsl_qspi_endian_xchg()