Home
last modified time | relevance | path

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