Home
last modified time | relevance | path

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

/OK3568_Linux_fs/u-boot/drivers/usb/host/
H A Dohci.h18 # define ohci_writel(a, b) out_be32((u32 *)b, __swap_32(a)) macro
21 # define ohci_writel(v, a) writel(v, a) macro
/OK3568_Linux_fs/kernel/drivers/usb/host/
H A Dohci.h586 #define ohci_writel(o,v,r) _ohci_writel(o,v,r) macro