Home
last modified time | relevance | path

Searched defs:swap_32 (Results 1 – 2 of 2) 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
/rk3399_rockchip-uboot/include/
H A Dusb.h300 # define swap_32(x) (x) macro
303 # define swap_32(x) __swap_32(x) macro