Searched refs:UHCHR_FSBIR (Results 1 – 4 of 4) sorted by relevance
38 writel(readl(UHCHR) | UHCHR_FSBIR, UHCHR); in usb_cpu_init()39 while (readl(UHCHR) & UHCHR_FSBIR) in usb_cpu_init()
70 writel(readl(UHCHR) | UHCHR_FSBIR, UHCHR); in board_usb_init()72 while (UHCHR & UHCHR_FSBIR) in board_usb_init()
102 #define UHCHR_FSBIR (1 << 0) /* Force System Bus Iface Reset */ macro291 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()
840 #define UHCHR_FSBIR (1<<0) macro