Home
last modified time | relevance | path

Searched defs:ohci_readl (Results 1 – 2 of 2) 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
/openbmc/linux/drivers/usb/host/
H A Dohci.h585 #define ohci_readl(o,r) _ohci_readl(o,r) macro