Home
last modified time | relevance | path

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

/linux-3.4.99/drivers/usb/host/
Dohci-pxa27x.c86 #define UHCHR_FSBIR (1 << 0) /* Force System Bus Iface Reset */ macro
226 uhchr = __raw_readl(ohci->mmio_base + UHCHR) | UHCHR_FSBIR; in pxa27x_start_hc()
229 while (__raw_readl(ohci->mmio_base + UHCHR) & UHCHR_FSBIR) in pxa27x_start_hc()