Fix a couple of (unsed) definitions

This commit is contained in:
skrll 2016-08-20 06:34:22 +00:00
parent 441d694c73
commit d12c93e8ec
1 changed files with 3 additions and 3 deletions

View File

@ -1,4 +1,4 @@
/* $NetBSD: octeon_ciureg.h,v 1.4 2015/06/06 20:15:35 matt Exp $ */
/* $NetBSD: octeon_ciureg.h,v 1.5 2016/08/20 06:34:22 skrll Exp $ */
/*
* Copyright (c) 2007 Internet Initiative Japan, Inc.
@ -40,7 +40,7 @@
#define CIU_INT2_SUM0 UINT64_C(0x0001070000000010)
#define CIU_INT3_SUM0 UINT64_C(0x0001070000000018)
#define CIU_INT32_SUM0 UINT64_C(0x0001070000000100)
#define CIU_INT_SUM1 UINT64_C(0x0001070000000008)
#define CIU_INT_SUM1 UINT64_C(0x0001070000000108)
#define CIU_INT0_EN0 UINT64_C(0x0001070000000200)
#define CIU_INT1_EN0 UINT64_C(0x0001070000000210)
#define CIU_INT2_EN0 UINT64_C(0x0001070000000220)
@ -88,7 +88,7 @@
#define CIU_INT2_SUM0_OFFSET 0x0010
#define CIU_INT3_SUM0_OFFSET 0x0018
#define CIU_INT32_SUM0_OFFSET 0x0100
#define CIU_INT_SUM1_OFFSET 0x0008
#define CIU_INT_SUM1_OFFSET 0x0108
#define CIU_INT0_EN0_OFFSET 0x0200
#define CIU_INT1_EN0_OFFSET 0x0210
#define CIU_INT2_EN0_OFFSET 0x0220