Home
last modified time | relevance | path

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

/linux-4.1.27/arch/mips/cavium-octeon/
Docteon-platform.c384 union cvmx_uctlx_ohci_ctl ohci_ctl; in octeon_ohci_hw_start() local
388 ohci_ctl.u64 = cvmx_read_csr(CVMX_UCTLX_OHCI_CTL(0)); in octeon_ohci_hw_start()
389 ohci_ctl.s.l2c_addr_msb = 0; in octeon_ohci_hw_start()
391 ohci_ctl.s.l2c_buff_emod = 1; /* Byte swapped. */ in octeon_ohci_hw_start()
392 ohci_ctl.s.l2c_desc_emod = 1; /* Byte swapped. */ in octeon_ohci_hw_start()
394 ohci_ctl.s.l2c_buff_emod = 0; /* not swapped. */ in octeon_ohci_hw_start()
395 ohci_ctl.s.l2c_desc_emod = 0; /* not swapped. */ in octeon_ohci_hw_start()
396 ohci_ctl.s.inv_reg_a2 = 1; in octeon_ohci_hw_start()
398 cvmx_write_csr(CVMX_UCTLX_OHCI_CTL(0), ohci_ctl.u64); in octeon_ohci_hw_start()