Home
last modified time | relevance | path

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

/OK3568_Linux_fs/u-boot/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))
/OK3568_Linux_fs/u-boot/include/
H A Dusb.h289 #define __swap_32(x) \ macro
303 # define swap_32(x) __swap_32(x)