Home
last modified time | relevance | path

Searched refs:swap_32 (Results 1 – 4 of 4) sorted by relevance

/rk3399_rockchip-uboot/drivers/ufs/
H A Dufs-rockchip-usbplug.h26 static inline uint32_t swap_32(uint32_t val) in swap_32() function
46 return swap_32(val); in to_bigendian32()
/rk3399_rockchip-uboot/include/
H A Dusb.h300 # define swap_32(x) (x) macro
303 # define swap_32(x) __swap_32(x) macro
/rk3399_rockchip-uboot/drivers/usb/musb/
H A Dmusb_hcd.c513 *(__u32 *) data_buf = swap_32(0); in musb_submit_rh_msg()
531 *(__u32 *) data_buf = swap_32(port_status); in musb_submit_rh_msg()
/rk3399_rockchip-uboot/arch/mips/mach-au1x00/
H A Dau1x00_usb_ohci.c72 #define m32_swap(x) swap_32(x)