Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/drivers/usb/host/
H A Dohci-pxa27x.c101 #define UHCHR_FHR (1 << 1) /* Force Host Controller Reset */ macro
265 __raw_writel(uhchr | UHCHR_FHR, pxa_ohci->mmio_base + UHCHR); in pxa27x_reset_hc()
267 __raw_writel(uhchr & ~UHCHR_FHR, pxa_ohci->mmio_base + UHCHR); in pxa27x_reset_hc()
/kernel/linux/linux-6.6/drivers/usb/host/
H A Dohci-pxa27x.c100 #define UHCHR_FHR (1 << 1) /* Force Host Controller Reset */ macro
262 __raw_writel(uhchr | UHCHR_FHR, pxa_ohci->mmio_base + UHCHR); in pxa27x_reset_hc()
264 __raw_writel(uhchr & ~UHCHR_FHR, pxa_ohci->mmio_base + UHCHR); in pxa27x_reset_hc()

Completed in 2 milliseconds