Home
last modified time | relevance | path

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

/rk3399_rockchip-uboot/drivers/ufs/
H A Dufs-rockchip-usbplug.h20 static inline uint16_t swap_16(uint16_t val) in swap_16() function
37 return swap_16(val); in to_bigendian16()
/rk3399_rockchip-uboot/drivers/usb/musb/
H A Dmusb_hcd.c479 wValue = swap_16(cmd->value); in musb_submit_rh_msg()
480 wIndex = swap_16(cmd->index); in musb_submit_rh_msg()
481 wLength = swap_16(cmd->length); in musb_submit_rh_msg()
492 *(__u16 *) data_buf = swap_16(1); in musb_submit_rh_msg()
499 *(__u16 *) data_buf = swap_16(0); in musb_submit_rh_msg()
506 *(__u16 *) data_buf = swap_16(0); in musb_submit_rh_msg()
/rk3399_rockchip-uboot/include/
H A Dusb.h299 # define swap_16(x) (x) macro
302 # define swap_16(x) __swap_16(x) macro
/rk3399_rockchip-uboot/arch/mips/mach-au1x00/
H A Dau1x00_usb_ohci.c71 #define m16_swap(x) swap_16(x)