Skip to content

Commit

Permalink
MIPS: OCTEON: Update register definitions.
Browse files Browse the repository at this point in the history
Add support for cn68xx, cn61xx, cn63xx, cn66xx and cnf71XX.

Add little-endian register layouts.

Patch cvmx-interrupt-rsl.c for changed definition.

Signed-off-by: David Daney <david.daney@cavium.com>
  • Loading branch information
David Daney committed Aug 31, 2012
1 parent 5cf02e5 commit c5aa59e
Show file tree
Hide file tree
Showing 38 changed files with 44,862 additions and 3,040 deletions.
2 changes: 1 addition & 1 deletion arch/mips/cavium-octeon/executive/cvmx-interrupt-rsl.c
Original file line number Diff line number Diff line change
Expand Up @@ -130,7 +130,7 @@ void __cvmx_interrupt_gmxx_enable(int interface)
if (num_ports) {
if (OCTEON_IS_MODEL(OCTEON_CN38XX)
|| OCTEON_IS_MODEL(OCTEON_CN58XX))
gmx_tx_int_en.s.ncb_nxa = 1;
gmx_tx_int_en.cn38xx.ncb_nxa = 1;
gmx_tx_int_en.s.pko_nxa = 1;
}
gmx_tx_int_en.s.undflw = (1 << num_ports) - 1;
Expand Down
Loading

0 comments on commit c5aa59e

Please sign in to comment.