Home
last modified time | relevance | path

Searched refs:__swap_32 (Results 1 – 2 of 2) sorted by relevance

/rk3399_rockchip-uboot/drivers/usb/host/
H A Dohci.h17 # define ohci_readl(a) __swap_32(in_be32((u32 *)a))
18 # define ohci_writel(a, b) out_be32((u32 *)b, __swap_32(a))
/rk3399_rockchip-uboot/include/
H A Dusb.h289 #define __swap_32(x) \ macro
303 # define swap_32(x) __swap_32(x)