Home
last modified time | relevance | path

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

/rk3399_rockchip-uboot/drivers/usb/host/
H A Dehci.h114 #define cpu_to_hc32(x) cpu_to_be32((x)) macro
117 #define cpu_to_hc32(x) cpu_to_le32((x)) macro