Home
last modified time | relevance | path

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

/openbmc/u-boot/drivers/usb/host/
H A Dehci.h116 #define cpu_to_hc32(x) cpu_to_be32((x)) macro
119 #define cpu_to_hc32(x) cpu_to_le32((x)) macro