Home
last modified time | relevance | path

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

/u-boot/drivers/usb/host/
A Dohci.h18 # define ohci_readl(a) __swap_32(in_be32((u32 *)a))
19 # define ohci_writel(a, b) out_be32((u32 *)b, __swap_32(a))
/u-boot/include/
A Dusb.h295 #define __swap_32(x) \ macro
309 # define swap_32(x) __swap_32(x)

Completed in 24 milliseconds