Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/drivers/usb/host/
H A Dohci-pxa27x.c102 #define UHCHR_FSBIR (1 << 0) /* Force System Bus Iface Reset */ macro
291 uhchr = __raw_readl(pxa_ohci->mmio_base + UHCHR) | UHCHR_FSBIR; in pxa27x_start_hc()
294 while (__raw_readl(pxa_ohci->mmio_base + UHCHR) & UHCHR_FSBIR) in pxa27x_start_hc()
/kernel/linux/linux-6.6/drivers/usb/host/
H A Dohci-pxa27x.c101 #define UHCHR_FSBIR (1 << 0) /* Force System Bus Iface Reset */ macro
281 uhchr = __raw_readl(pxa_ohci->mmio_base + UHCHR) | UHCHR_FSBIR; in pxa27x_start_hc()
284 while (__raw_readl(pxa_ohci->mmio_base + UHCHR) & UHCHR_FSBIR) in pxa27x_start_hc()

Completed in 3 milliseconds