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.c318 uint32_t uhccoms; in pxa27x_stop_hc() local
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()