// SPDX-License-Identifier: ISC /* * Copyright (c) 2010 Broadcom Corporation */ #ifndef _BRCM_SOC_H #define _BRCM_SOC_H #define SI_ENUM_BASE_DEFAULT … /* Common core control flags */ #define SICF_BIST_EN … #define SICF_PME_EN … #define SICF_CORE_BITS … #define SICF_FGC … #define SICF_CLOCK_EN … /* Common core status flags */ #define SISF_BIST_DONE … #define SISF_BIST_ERROR … #define SISF_GATED_CLK … #define SISF_DMA64 … #define SISF_CORE_BITS … #endif /* _BRCM_SOC_H */