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