Home
last modified time | relevance | path

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

/openbmc/u-boot/drivers/usb/host/
H A Dohci.h17 # define ohci_readl(a) __swap_32(readl(a))
18 # define ohci_writel(v, a) writel(__swap_32(v), a)
/openbmc/u-boot/include/
H A Dusb.h288 #define __swap_32(x) \ macro
302 # define swap_32(x) __swap_32(x)