Home
last modified time | relevance | path

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

/external/u-boot/drivers/usb/host/
Dohci-hcd.c98 # define m16_swap(x) cpu_to_be16(x) macro
101 # define m16_swap(x) cpu_to_le16(x) macro
/external/u-boot/arch/mips/mach-au1x00/
Dau1x00_usb_ohci.c70 #define m16_swap(x) swap_16(x) macro