/* IBM_PROLOG_BEGIN_TAG */ /* This is an automatically generated prolog. */ /* */ /* $Source: src/include/registers/pba_register_addresses.h $ */ /* */ /* OpenPOWER OnChipController Project */ /* */ /* Contributors Listed Below - COPYRIGHT 2015,2016 */ /* [+] International Business Machines Corp. */ /* */ /* */ /* Licensed under the Apache License, Version 2.0 (the "License"); */ /* you may not use this file except in compliance with the License. */ /* You may obtain a copy of the License at */ /* */ /* http://www.apache.org/licenses/LICENSE-2.0 */ /* */ /* Unless required by applicable law or agreed to in writing, software */ /* distributed under the License is distributed on an "AS IS" BASIS, */ /* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or */ /* implied. See the License for the specific language governing */ /* permissions and limitations under the License. */ /* */ /* IBM_PROLOG_END_TAG */ #ifndef __PBA_REGISTER_ADDRESSES_H__ #define __PBA_REGISTER_ADDRESSES_H__ /// \file pba_register_addresses.h /// \brief Symbolic addresses for the PBA unit // *** WARNING *** - This file is generated automatically, do not edit. #define PBA_OCI_BASE 0xC0040000 #define PBA_MODE 0xc0040000 #define PBA_SLVRST 0xc0040008 #define PBA_SLVCTLN(n) (PBA_SLVCTL0 + ((PBA_SLVCTL1 - PBA_SLVCTL0) * (n))) #define PBA_SLVCTL0 0xc0040020 #define PBA_SLVCTL1 0xc0040028 #define PBA_SLVCTL2 0xc0040030 #define PBA_SLVCTL3 0xc0040038 #define PBA_BCDE_CTL 0xc0040080 #define PBA_BCDE_SET 0xc0040088 #define PBA_BCDE_STAT 0xc0040090 #define PBA_BCDE_PBADR 0xc0040098 #define PBA_BCDE_OCIBAR 0xc00400a0 #define PBA_BCUE_CTL 0xc00400a8 #define PBA_BCUE_SET 0xc00400b0 #define PBA_BCUE_STAT 0xc00400b8 #define PBA_BCUE_PBADR 0xc00400c0 #define PBA_BCUE_OCIBAR 0xc00400c8 #define PBA_PBOCRN(n) (PBA_PBOCR0 + ((PBA_PBOCR1 - PBA_PBOCR0) * (n))) #define PBA_PBOCR0 0xc00400d0 #define PBA_PBOCR1 0xc00400d8 #define PBA_PBOCR2 0xc00400e0 #define PBA_PBOCR3 0xc00400e8 #define PBA_PBOCR4 0xc00400f0 #define PBA_PBOCR5 0xc00400f8 #define PBA_XSNDTX 0xc0040100 #define PBA_XCFG 0xc0040108 #define PBA_XSNDSTAT 0xc0040110 #define PBA_XSNDDAT 0xc0040118 #define PBA_XRCVSTAT 0xc0040120 #define PBA_XSHBRN(n) (PBA_XSHBR0 + ((PBA_XSHBR1 - PBA_XSHBR0) * (n))) #define PBA_XSHBR0 0xc0040130 #define PBA_XSHBR1 0xc0040150 #define PBA_XSHCSN(n) (PBA_XSHCS0 + ((PBA_XSHCS1 - PBA_XSHCS0) * (n))) #define PBA_XSHCS0 0xc0040138 #define PBA_XSHCS1 0xc0040158 #define PBA_XSHINCN(n) (PBA_XSHINC0 + ((PBA_XSHINC1 - PBA_XSHINC0) * (n))) #define PBA_XSHINC0 0xc0040140 #define PBA_XSHINC1 0xc0040160 #define PBA_PIB_BASE 0x68000 #define PBA_FIR 0x00068000 #define PBA_FIR_AND 0x00068001 #define PBA_FIR_OR 0x00068002 #define PBA_FIRMASK 0x00068003 #define PBA_FIRMASK_AND 0x00068004 #define PBA_FIRMASK_OR 0x00068005 #define PBA_FIRACT0 0x00068006 #define PBA_FIRACT1 0x00068007 #define PBA_OCCACT 0x0006800a #define PBA_CFG 0x0006800b #define PBA_ERRRPT0 0x0006800c #define PBA_ERRRPT1 0x0006800d #define PBA_ERRRPT2 0x0006800e #define PBA_RBUFVALN(n) (PBA_RBUFVAL0 + ((PBA_RBUFVAL1 - PBA_RBUFVAL0) * (n))) #define PBA_RBUFVAL0 0x00068010 #define PBA_RBUFVAL1 0x00068011 #define PBA_RBUFVAL2 0x00068012 #define PBA_RBUFVAL3 0x00068013 #define PBA_RBUFVAL4 0x00068014 #define PBA_RBUFVAL5 0x00068015 #define PBA_WBUFVALN(n) (PBA_WBUFVAL0 + ((PBA_WBUFVAL1 - PBA_WBUFVAL0) * (n))) #define PBA_WBUFVAL0 0x00068018 #define PBA_WBUFVAL1 0x00068019 #define PBA_TRUSTEDPIB_BASE 0x68020 #define PBA_BARN(n) (PBA_BAR0 + ((PBA_BAR1 - PBA_BAR0) * (n))) #define PBA_BAR0 0x00068020 #define PBA_BAR1 0x00068021 #define PBA_BAR2 0x00068022 #define PBA_BAR3 0x00068023 #define PBA_BARMSKN(n) (PBA_BARMSK0 + ((PBA_BARMSK1 - PBA_BARMSK0) * (n))) #define PBA_BARMSK0 0x00068024 #define PBA_BARMSK1 0x00068025 #define PBA_BARMSK2 0x00068026 #define PBA_BARMSK3 0x00068027 #endif // __PBA_REGISTER_ADDRESSES_H__