Home
last modified time | relevance | path

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

/arch/mips/cavium-octeon/
Docteon-platform.c385 union cvmx_uctlx_ohci_ctl ohci_ctl; in octeon_ohci_hw_start() local
389 ohci_ctl.u64 = cvmx_read_csr(CVMX_UCTLX_OHCI_CTL(0)); in octeon_ohci_hw_start()
390 ohci_ctl.s.l2c_addr_msb = 0; in octeon_ohci_hw_start()
392 ohci_ctl.s.l2c_buff_emod = 1; /* Byte swapped. */ in octeon_ohci_hw_start()
393 ohci_ctl.s.l2c_desc_emod = 1; /* Byte swapped. */ in octeon_ohci_hw_start()
395 ohci_ctl.s.l2c_buff_emod = 0; /* not swapped. */ in octeon_ohci_hw_start()
396 ohci_ctl.s.l2c_desc_emod = 0; /* not swapped. */ in octeon_ohci_hw_start()
397 ohci_ctl.s.inv_reg_a2 = 1; in octeon_ohci_hw_start()
399 cvmx_write_csr(CVMX_UCTLX_OHCI_CTL(0), ohci_ctl.u64); in octeon_ohci_hw_start()