Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/usb/host/
Dohci-nxp.c54 #define USB_OTG_STAT_CONTROL IO_ADDRESS(USB_CONFIG_BASE + 0x110) macro
151 unsigned long tmp = __raw_readl(USB_OTG_STAT_CONTROL) | HOST_EN; in ohci_nxp_start_hc()
152 __raw_writel(tmp, USB_OTG_STAT_CONTROL); in ohci_nxp_start_hc()
160 tmp = __raw_readl(USB_OTG_STAT_CONTROL) & ~HOST_EN; in ohci_nxp_stop_hc()
161 __raw_writel(tmp, USB_OTG_STAT_CONTROL); in ohci_nxp_stop_hc()