Home
last modified time | relevance | path

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

/external/u-boot/drivers/usb/host/
Dehci.h112 #define cpu_to_hc32(x) cpu_to_be32((x)) macro
115 #define cpu_to_hc32(x) cpu_to_le32((x)) macro