Searched refs:UHCCOMS (Results 1 – 4 of 4) sorted by relevance
58 writel(readl(UHCCOMS) | UHCCOMS_HCR, UHCCOMS); in usb_cpu_stop()
105 writel(readl(UHCCOMS) | 1, UHCCOMS); in usb_board_stop()
50 #define UHCCOMS (0x0008) /* UHC Command Status Register */ macro319 uhccoms = __raw_readl(pxa_ohci->mmio_base + UHCCOMS) | 0x01; in pxa27x_stop_hc()320 __raw_writel(uhccoms, pxa_ohci->mmio_base + UHCCOMS); in pxa27x_stop_hc()
811 #define UHCCOMS 0x4C000008 macro