Home
last modified time | relevance | path

Searched refs:swab32p (Results 1 – 25 of 25) sorted by relevance

/OK3568_Linux_fs/kernel/arch/powerpc/boot/
H A Dxz_config.h14 static inline uint32_t swab32p(void *p) in swab32p() function
26 return swab32p((u32 *)p); in be32_to_cpup()
29 #define get_le32(p) swab32p(p)
/OK3568_Linux_fs/kernel/include/linux/
H A Dswab.h14 # define swab32p __swab32p macro
/OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rtl8723bu/include/byteorder/
H A Dswab.h133 #define swab32p __swab32p macro
/OK3568_Linux_fs/external/rkwifibt/drivers/rtl8723ds/include/byteorder/
H A Dswab.h129 #define swab32p __swab32p macro
/OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rtl8723bs/include/byteorder/
H A Dswab.h129 #define swab32p __swab32p macro
/OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rtl8821cs/include/byteorder/
H A Dswab.h130 #define swab32p __swab32p macro
/OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rtl8723ds/include/byteorder/
H A Dswab.h130 #define swab32p __swab32p macro
/OK3568_Linux_fs/external/rkwifibt/drivers/rtl8821cs/include/byteorder/
H A Dswab.h129 #define swab32p __swab32p macro
/OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rtl8188eu/include/byteorder/
H A Dswab.h130 #define swab32p __swab32p macro
/OK3568_Linux_fs/external/rkwifibt/drivers/rtl8188fu/include/byteorder/
H A Dswab.h129 #define swab32p __swab32p macro
/OK3568_Linux_fs/external/rkwifibt/drivers/rtl8852be/include/byteorder/
H A Dswab.h129 #define swab32p __swab32p macro
/OK3568_Linux_fs/external/rkwifibt/drivers/rtl8852bs/include/byteorder/
H A Dswab.h129 #define swab32p __swab32p macro
/OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rtl8188fu/include/byteorder/
H A Dswab.h130 #define swab32p __swab32p macro
/OK3568_Linux_fs/external/rkwifibt/drivers/rtl8189fs/include/byteorder/
H A Dswab.h129 #define swab32p __swab32p macro
/OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rtl8822be/include/byteorder/
H A Dswab.h134 #define swab32p __swab32p macro
/OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rtl8189fs/include/byteorder/
H A Dswab.h130 #define swab32p __swab32p macro
/OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rtl8189es/include/byteorder/
H A Dswab.h133 #define swab32p __swab32p macro
/OK3568_Linux_fs/external/rkwifibt/drivers/rtl8822cs/include/byteorder/
H A Dswab.h129 #define swab32p __swab32p macro
/OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rtl8822bs/include/byteorder/
H A Dswab.h129 #define swab32p __swab32p macro
/OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rtl8723cs/include/byteorder/
H A Dswab.h129 #define swab32p __swab32p macro
/OK3568_Linux_fs/u-boot/include/linux/byteorder/
H A Dswab.h149 #define swab32p __swab32p macro
/OK3568_Linux_fs/kernel/drivers/staging/rtl8192e/rtl8192e/
H A Dr8192E_firmware.c124 *data = swab32p(data); in _rtl92e_fw_prepare()
/OK3568_Linux_fs/kernel/drivers/base/regmap/
H A Dregmap-spi-avmm.c175 *p = swab32p(p); in br_swap_words_32()
/OK3568_Linux_fs/kernel/drivers/scsi/qedi/
H A Dqedi_fw.c1038 login_req_pdu_header.isid_tabc = swab32p((u32 *)login_hdr->isid); in qedi_send_iscsi_login()
/OK3568_Linux_fs/kernel/drivers/net/ethernet/freescale/
H A Dfec_main.c328 *dst = swab32p(src); in swap_buffer2()