Home
last modified time | relevance | path

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

/openbmc/u-boot/drivers/usb/host/
H A Dohci.h17 # define ohci_readl(a) __swap_32(readl(a)) macro
20 # define ohci_readl(a) readl(a) macro