Home
last modified time | relevance | path

Searched refs:swap_32 (Results 1 – 4 of 4) sorted by relevance

/external/u-boot/include/
Dusb.h299 # define swap_32(x) (x) macro
302 # define swap_32(x) __swap_32(x) macro
/external/u-boot/drivers/usb/musb/
Dmusb_hcd.c512 *(__u32 *) data_buf = swap_32(0); in musb_submit_rh_msg()
530 *(__u32 *) data_buf = swap_32(port_status); in musb_submit_rh_msg()
/external/u-boot/arch/mips/mach-au1x00/
Dau1x00_usb_ohci.c71 #define m32_swap(x) swap_32(x)
/external/swiftshader/third_party/LLVM/lib/Target/Mips/
DMipsInstrInfo.td634 def ATOMIC_SWAP_I32 : Atomic2Ops<atomic_swap_32, "swap_32">;