Home
last modified time | relevance | path

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

/arch/mips/cavium-octeon/
Docteon-usb.c231 union cvm_usbdrd_uctl_host_cfg uctl_host_cfg; in dwc3_octeon_config_power() local
271 uctl_host_cfg.u64 = cvmx_read_csr(base + UCTL_HOST_CFG); in dwc3_octeon_config_power()
272 uctl_host_cfg.s.ppc_en = 1; in dwc3_octeon_config_power()
273 uctl_host_cfg.s.ppc_active_high_en = !power_active_low; in dwc3_octeon_config_power()
274 cvmx_write_csr(base + UCTL_HOST_CFG, uctl_host_cfg.u64); in dwc3_octeon_config_power()
277 uctl_host_cfg.u64 = cvmx_read_csr(base + UCTL_HOST_CFG); in dwc3_octeon_config_power()
278 uctl_host_cfg.s.ppc_en = 0; in dwc3_octeon_config_power()
279 uctl_host_cfg.s.ppc_active_high_en = 0; in dwc3_octeon_config_power()
280 cvmx_write_csr(base + UCTL_HOST_CFG, uctl_host_cfg.u64); in dwc3_octeon_config_power()