Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/usb/host/
Dohci-nxp.c35 #define USB_OTG_STAT_CONTROL IO_ADDRESS(USB_CONFIG_BASE + 0x110) macro
125 unsigned long tmp = __raw_readl(USB_OTG_STAT_CONTROL) | HOST_EN; in ohci_nxp_start_hc()
127 __raw_writel(tmp, USB_OTG_STAT_CONTROL); in ohci_nxp_start_hc()
136 tmp = __raw_readl(USB_OTG_STAT_CONTROL) & ~HOST_EN; in ohci_nxp_stop_hc()
137 __raw_writel(tmp, USB_OTG_STAT_CONTROL); in ohci_nxp_stop_hc()