Home
last modified time | relevance | path

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

/external/u-boot/drivers/usb/host/
Dohci-hcd.c99 # define m32_swap(x) cpu_to_be32(x) macro
102 # define m32_swap(x) cpu_to_le32(x) macro
/external/u-boot/arch/mips/mach-au1x00/
Dau1x00_usb_ohci.c71 #define m32_swap(x) swap_32(x) macro