Home
last modified time | relevance | path

Searched defs:swap_16 (Results 1 – 2 of 2) sorted by relevance

/rk3399_rockchip-uboot/drivers/ufs/
H A Dufs-rockchip-usbplug.h20 static inline uint16_t swap_16(uint16_t val) in swap_16() function
/rk3399_rockchip-uboot/include/
H A Dusb.h299 # define swap_16(x) (x) macro
302 # define swap_16(x) __swap_16(x) macro