Home
last modified time | relevance | path

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

/OK3568_Linux_fs/u-boot/drivers/usb/host/
H A Dohci-hcd.c103 # define m32_swap(x) cpu_to_be32(x) macro
106 # define m32_swap(x) cpu_to_le32(x) macro
/OK3568_Linux_fs/u-boot/arch/mips/mach-au1x00/
H A Dau1x00_usb_ohci.c72 #define m32_swap(x) swap_32(x) macro