Home
last modified time | relevance | path

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

/linux-4.4.14/arch/mips/cavium-octeon/
Docteon-platform.c320 union cvmx_uctlx_ehci_ctl ehci_ctl; in octeon_ehci_hw_start() local
324 ehci_ctl.u64 = cvmx_read_csr(CVMX_UCTLX_EHCI_CTL(0)); in octeon_ehci_hw_start()
326 ehci_ctl.s.ehci_64b_addr_en = 1; in octeon_ehci_hw_start()
327 ehci_ctl.s.l2c_addr_msb = 0; in octeon_ehci_hw_start()
329 ehci_ctl.s.l2c_buff_emod = 1; /* Byte swapped. */ in octeon_ehci_hw_start()
330 ehci_ctl.s.l2c_desc_emod = 1; /* Byte swapped. */ in octeon_ehci_hw_start()
332 ehci_ctl.s.l2c_buff_emod = 0; /* not swapped. */ in octeon_ehci_hw_start()
333 ehci_ctl.s.l2c_desc_emod = 0; /* not swapped. */ in octeon_ehci_hw_start()
334 ehci_ctl.s.inv_reg_a2 = 1; in octeon_ehci_hw_start()
336 cvmx_write_csr(CVMX_UCTLX_EHCI_CTL(0), ehci_ctl.u64); in octeon_ehci_hw_start()