Home
last modified time | relevance | path

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

/openbmc/u-boot/drivers/usb/host/
H A Dohci.h18 # define ohci_writel(v, a) writel(__swap_32(v), a) macro
21 # define ohci_writel(v, a) writel(v, a) macro