Home
last modified time | relevance | path

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

/OK3568_Linux_fs/u-boot/drivers/usb/host/
H A Dohci-hcd.c102 # define m16_swap(x) cpu_to_be16(x) macro
105 # define m16_swap(x) cpu_to_le16(x) macro
/OK3568_Linux_fs/u-boot/arch/mips/mach-au1x00/
H A Dau1x00_usb_ohci.c71 #define m16_swap(x) swap_16(x) macro