cmic.h (1206B)
1 /* 2 * Copyright 2017 Broadcom 3 * 4 * This program is free software; you can redistribute it and/or modify 5 * it under the terms of the GNU General Public License, version 2, as 6 * published by the Free Software Foundation (the "GPL"). 7 * 8 * This program is distributed in the hope that it will be useful, but 9 * WITHOUT ANY WARRANTY; without even the implied warranty of 10 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU 11 * General Public License version 2 (GPLv2) for more details. 12 * 13 * You should have received a copy of the GNU General Public License 14 * version 2 (GPLv2) along with this source code. 15 */ 16 /* 17 * $Id: cmic.h,v 1.1 Broadcom SDK $ 18 * $Copyright: (c) 2005 Broadcom Corp. 19 * All Rights Reserved.$ 20 * 21 * File: cmic.h 22 * Purpose: Maps out structures used for CMIC operations and 23 * exports routines and constants. 24 */ 25 26 #ifndef _SOC_CMIC_H 27 #define _SOC_CMIC_H 28 29 /* IRQ Register (RO) */ 30 #define CMIC_IRQ_STAT 0x00000144 31 32 /* IRQ Mask Registers (R/W) */ 33 #define CMIC_IRQ_MASK 0x00000148 34 #define CMIC_IRQ_MASK_1 0x0000006C 35 #define CMIC_IRQ_MASK_2 0x00000070 36 37 #endif /* !_SOC_CMIC_H */