Home
last modified time | relevance | path

Searched refs:UHCCOMS (Results 1 – 1 of 1) sorted by relevance

/linux-4.4.14/drivers/usb/host/
Dohci-pxa27x.c50 #define UHCCOMS (0x0008) /* UHC Command Status Register */ macro
331 uhccoms = __raw_readl(pxa_ohci->mmio_base + UHCCOMS) | 0x01; in pxa27x_stop_hc()
332 __raw_writel(uhccoms, pxa_ohci->mmio_base + UHCCOMS); in pxa27x_stop_hc()