Home
last modified time | relevance | path

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

/u-boot/drivers/usb/host/
A Ddwc3-octeon-glue.c74 u64 uctl_host_cfg; in dwc3_octeon_config_power() local
125 uctl_host_cfg = ioread64(base + UCTL_HOST_CFG); in dwc3_octeon_config_power()
126 uctl_host_cfg |= UCTL_HOST_CFG_PPC_EN; in dwc3_octeon_config_power()
128 uctl_host_cfg &= ~UCTL_HOST_CFG_PPC_ACTIVE_HIGH_EN; in dwc3_octeon_config_power()
130 uctl_host_cfg |= UCTL_HOST_CFG_PPC_ACTIVE_HIGH_EN; in dwc3_octeon_config_power()
131 iowrite64(uctl_host_cfg, base + UCTL_HOST_CFG); in dwc3_octeon_config_power()
137 uctl_host_cfg = ioread64(base + UCTL_HOST_CFG); in dwc3_octeon_config_power()
138 uctl_host_cfg &= ~UCTL_HOST_CFG_PPC_EN; in dwc3_octeon_config_power()
139 uctl_host_cfg &= ~UCTL_HOST_CFG_PPC_ACTIVE_HIGH_EN; in dwc3_octeon_config_power()
140 iowrite64(uctl_host_cfg, base + UCTL_HOST_CFG); in dwc3_octeon_config_power()

Completed in 3 milliseconds