esp-idf/components/soc/esp32h2/include/soc/extmem_reg.h
2023-02-24 16:16:46 +08:00

972 lines
51 KiB
C

/*
* SPDX-FileCopyrightText: 2023 Espressif Systems (Shanghai) CO LTD
*
* SPDX-License-Identifier: Apache-2.0
*/
#ifndef _SOC_CACHE_REG_H_
#define _SOC_CACHE_REG_H_
#ifdef __cplusplus
extern "C" {
#endif
#include "soc.h"
#define CACHE_L1_CACHE_CTRL_REG (DR_REG_CACHE_BASE + 0x4)
/* CACHE_L1_CACHE_SHUT_BUS1 : R/W ;bitpos:[1] ;default: 1'h0 ; */
/*description: The bit is used to disable core1 dbus access L1-Cache, 0: enable, 1: disable.*/
#define CACHE_L1_CACHE_SHUT_BUS1 (BIT(1))
#define CACHE_L1_CACHE_SHUT_BUS1_M (BIT(1))
#define CACHE_L1_CACHE_SHUT_BUS1_V 0x1
#define CACHE_L1_CACHE_SHUT_BUS1_S 1
/* CACHE_L1_CACHE_SHUT_BUS0 : R/W ;bitpos:[0] ;default: 1'h0 ; */
/*description: The bit is used to disable core0 dbus access L1-Cache, 0: enable, 1: disable.*/
#define CACHE_L1_CACHE_SHUT_BUS0 (BIT(0))
#define CACHE_L1_CACHE_SHUT_BUS0_M (BIT(0))
#define CACHE_L1_CACHE_SHUT_BUS0_V 0x1
#define CACHE_L1_CACHE_SHUT_BUS0_S 0
#define CACHE_L1_CACHE_WRAP_AROUND_CTRL_REG (DR_REG_CACHE_BASE + 0x20)
/* CACHE_L1_CACHE_WRAP : R/W ;bitpos:[4] ;default: 1'h0 ; */
/*description: Set this bit as 1 to enable L1-DCache wrap around mode..*/
#define CACHE_L1_CACHE_WRAP (BIT(4))
#define CACHE_L1_CACHE_WRAP_M (BIT(4))
#define CACHE_L1_CACHE_WRAP_V 0x1
#define CACHE_L1_CACHE_WRAP_S 4
#define CACHE_L1_CACHE_TAG_MEM_POWER_CTRL_REG (DR_REG_CACHE_BASE + 0x24)
/* CACHE_L1_CACHE_TAG_MEM_FORCE_PU : R/W ;bitpos:[18] ;default: 1'h1 ; */
/*description: The bit is used to power L1-Cache tag memory up. 0: follow rtc_lslp, 1: power up.*/
#define CACHE_L1_CACHE_TAG_MEM_FORCE_PU (BIT(18))
#define CACHE_L1_CACHE_TAG_MEM_FORCE_PU_M (BIT(18))
#define CACHE_L1_CACHE_TAG_MEM_FORCE_PU_V 0x1
#define CACHE_L1_CACHE_TAG_MEM_FORCE_PU_S 18
/* CACHE_L1_CACHE_TAG_MEM_FORCE_PD : R/W ;bitpos:[17] ;default: 1'h0 ; */
/*description: The bit is used to power L1-Cache tag memory down. 0: follow rtc_lslp, 1: power
down.*/
#define CACHE_L1_CACHE_TAG_MEM_FORCE_PD (BIT(17))
#define CACHE_L1_CACHE_TAG_MEM_FORCE_PD_M (BIT(17))
#define CACHE_L1_CACHE_TAG_MEM_FORCE_PD_V 0x1
#define CACHE_L1_CACHE_TAG_MEM_FORCE_PD_S 17
/* CACHE_L1_CACHE_TAG_MEM_FORCE_ON : R/W ;bitpos:[16] ;default: 1'h1 ; */
/*description: The bit is used to close clock gating of L1-Cache tag memory. 1: close gating,
0: open clock gating..*/
#define CACHE_L1_CACHE_TAG_MEM_FORCE_ON (BIT(16))
#define CACHE_L1_CACHE_TAG_MEM_FORCE_ON_M (BIT(16))
#define CACHE_L1_CACHE_TAG_MEM_FORCE_ON_V 0x1
#define CACHE_L1_CACHE_TAG_MEM_FORCE_ON_S 16
#define CACHE_L1_CACHE_DATA_MEM_POWER_CTRL_REG (DR_REG_CACHE_BASE + 0x28)
/* CACHE_L1_CACHE_DATA_MEM_FORCE_PU : R/W ;bitpos:[18] ;default: 1'h1 ; */
/*description: The bit is used to power L1-Cache data memory up. 0: follow rtc_lslp, 1: power u
p.*/
#define CACHE_L1_CACHE_DATA_MEM_FORCE_PU (BIT(18))
#define CACHE_L1_CACHE_DATA_MEM_FORCE_PU_M (BIT(18))
#define CACHE_L1_CACHE_DATA_MEM_FORCE_PU_V 0x1
#define CACHE_L1_CACHE_DATA_MEM_FORCE_PU_S 18
/* CACHE_L1_CACHE_DATA_MEM_FORCE_PD : R/W ;bitpos:[17] ;default: 1'h0 ; */
/*description: The bit is used to power L1-Cache data memory down. 0: follow rtc_lslp, 1: power
down.*/
#define CACHE_L1_CACHE_DATA_MEM_FORCE_PD (BIT(17))
#define CACHE_L1_CACHE_DATA_MEM_FORCE_PD_M (BIT(17))
#define CACHE_L1_CACHE_DATA_MEM_FORCE_PD_V 0x1
#define CACHE_L1_CACHE_DATA_MEM_FORCE_PD_S 17
/* CACHE_L1_CACHE_DATA_MEM_FORCE_ON : R/W ;bitpos:[16] ;default: 1'h1 ; */
/*description: The bit is used to close clock gating of L1-Cache data memory. 1: close gating,
0: open clock gating..*/
#define CACHE_L1_CACHE_DATA_MEM_FORCE_ON (BIT(16))
#define CACHE_L1_CACHE_DATA_MEM_FORCE_ON_M (BIT(16))
#define CACHE_L1_CACHE_DATA_MEM_FORCE_ON_V 0x1
#define CACHE_L1_CACHE_DATA_MEM_FORCE_ON_S 16
#define CACHE_L1_CACHE_FREEZE_CTRL_REG (DR_REG_CACHE_BASE + 0x2C)
/* CACHE_L1_CACHE_FREEZE_DONE : RO ;bitpos:[18] ;default: 1'h0 ; */
/*description: The bit is used to indicate whether freeze operation on L1-Cache is finished or
not. 0: not finished. 1: finished..*/
#define CACHE_L1_CACHE_FREEZE_DONE (BIT(18))
#define CACHE_L1_CACHE_FREEZE_DONE_M (BIT(18))
#define CACHE_L1_CACHE_FREEZE_DONE_V 0x1
#define CACHE_L1_CACHE_FREEZE_DONE_S 18
/* CACHE_L1_CACHE_FREEZE_MODE : R/W ;bitpos:[17] ;default: 1'h0 ; */
/*description: The bit is used to configure mode of freeze operation L1-Cache. 0: a miss-access
will not stuck. 1: a miss-access will stuck..*/
#define CACHE_L1_CACHE_FREEZE_MODE (BIT(17))
#define CACHE_L1_CACHE_FREEZE_MODE_M (BIT(17))
#define CACHE_L1_CACHE_FREEZE_MODE_V 0x1
#define CACHE_L1_CACHE_FREEZE_MODE_S 17
/* CACHE_L1_CACHE_FREEZE_EN : R/W ;bitpos:[16] ;default: 1'h0 ; */
/*description: The bit is used to enable freeze operation on L1-Cache. It can be cleared by sof
tware..*/
#define CACHE_L1_CACHE_FREEZE_EN (BIT(16))
#define CACHE_L1_CACHE_FREEZE_EN_M (BIT(16))
#define CACHE_L1_CACHE_FREEZE_EN_V 0x1
#define CACHE_L1_CACHE_FREEZE_EN_S 16
#define CACHE_L1_CACHE_DATA_MEM_ACS_CONF_REG (DR_REG_CACHE_BASE + 0x30)
/* CACHE_L1_CACHE_DATA_MEM_WR_EN : R/W ;bitpos:[17] ;default: 1'h1 ; */
/*description: The bit is used to enable config-bus write L1-Cache data memoryory. 0: disable,
1: enable..*/
#define CACHE_L1_CACHE_DATA_MEM_WR_EN (BIT(17))
#define CACHE_L1_CACHE_DATA_MEM_WR_EN_M (BIT(17))
#define CACHE_L1_CACHE_DATA_MEM_WR_EN_V 0x1
#define CACHE_L1_CACHE_DATA_MEM_WR_EN_S 17
/* CACHE_L1_CACHE_DATA_MEM_RD_EN : R/W ;bitpos:[16] ;default: 1'h1 ; */
/*description: The bit is used to enable config-bus read L1-Cache data memoryory. 0: disable, 1
: enable..*/
#define CACHE_L1_CACHE_DATA_MEM_RD_EN (BIT(16))
#define CACHE_L1_CACHE_DATA_MEM_RD_EN_M (BIT(16))
#define CACHE_L1_CACHE_DATA_MEM_RD_EN_V 0x1
#define CACHE_L1_CACHE_DATA_MEM_RD_EN_S 16
#define CACHE_L1_CACHE_TAG_MEM_ACS_CONF_REG (DR_REG_CACHE_BASE + 0x34)
/* CACHE_L1_CACHE_TAG_MEM_WR_EN : R/W ;bitpos:[17] ;default: 1'h1 ; */
/*description: The bit is used to enable config-bus write L1-Cache tag memoryory. 0: disable, 1
: enable..*/
#define CACHE_L1_CACHE_TAG_MEM_WR_EN (BIT(17))
#define CACHE_L1_CACHE_TAG_MEM_WR_EN_M (BIT(17))
#define CACHE_L1_CACHE_TAG_MEM_WR_EN_V 0x1
#define CACHE_L1_CACHE_TAG_MEM_WR_EN_S 17
/* CACHE_L1_CACHE_TAG_MEM_RD_EN : R/W ;bitpos:[16] ;default: 1'h1 ; */
/*description: The bit is used to enable config-bus read L1-Cache tag memoryory. 0: disable, 1:
enable..*/
#define CACHE_L1_CACHE_TAG_MEM_RD_EN (BIT(16))
#define CACHE_L1_CACHE_TAG_MEM_RD_EN_M (BIT(16))
#define CACHE_L1_CACHE_TAG_MEM_RD_EN_V 0x1
#define CACHE_L1_CACHE_TAG_MEM_RD_EN_S 16
#define CACHE_L1_CACHE_PRELOCK_CONF_REG (DR_REG_CACHE_BASE + 0x78)
/* CACHE_L1_CACHE_PRELOCK_RGID : HRO ;bitpos:[5:2] ;default: 4'h0 ; */
/*description: The bit is used to set the gid of l1 cache prelock..*/
#define CACHE_L1_CACHE_PRELOCK_RGID 0x0000000F
#define CACHE_L1_CACHE_PRELOCK_RGID_M ((CACHE_L1_CACHE_PRELOCK_RGID_V)<<(CACHE_L1_CACHE_PRELOCK_RGID_S))
#define CACHE_L1_CACHE_PRELOCK_RGID_V 0xF
#define CACHE_L1_CACHE_PRELOCK_RGID_S 2
/* CACHE_L1_CACHE_PRELOCK_SCT1_EN : R/W ;bitpos:[1] ;default: 1'h0 ; */
/*description: The bit is used to enable the second section of prelock function on L1-Cache..*/
#define CACHE_L1_CACHE_PRELOCK_SCT1_EN (BIT(1))
#define CACHE_L1_CACHE_PRELOCK_SCT1_EN_M (BIT(1))
#define CACHE_L1_CACHE_PRELOCK_SCT1_EN_V 0x1
#define CACHE_L1_CACHE_PRELOCK_SCT1_EN_S 1
/* CACHE_L1_CACHE_PRELOCK_SCT0_EN : R/W ;bitpos:[0] ;default: 1'h0 ; */
/*description: The bit is used to enable the first section of prelock function on L1-Cache..*/
#define CACHE_L1_CACHE_PRELOCK_SCT0_EN (BIT(0))
#define CACHE_L1_CACHE_PRELOCK_SCT0_EN_M (BIT(0))
#define CACHE_L1_CACHE_PRELOCK_SCT0_EN_V 0x1
#define CACHE_L1_CACHE_PRELOCK_SCT0_EN_S 0
#define CACHE_L1_CACHE_PRELOCK_SCT0_ADDR_REG (DR_REG_CACHE_BASE + 0x7C)
/* CACHE_L1_CACHE_PRELOCK_SCT0_ADDR : R/W ;bitpos:[31:0] ;default: 32'h0 ; */
/*description: Those bits are used to configure the start virtual address of the first section
of prelock on L1-Cache, which should be used together with L1_CACHE_PRELOCK_SCT0
_SIZE_REG.*/
#define CACHE_L1_CACHE_PRELOCK_SCT0_ADDR 0xFFFFFFFF
#define CACHE_L1_CACHE_PRELOCK_SCT0_ADDR_M ((CACHE_L1_CACHE_PRELOCK_SCT0_ADDR_V)<<(CACHE_L1_CACHE_PRELOCK_SCT0_ADDR_S))
#define CACHE_L1_CACHE_PRELOCK_SCT0_ADDR_V 0xFFFFFFFF
#define CACHE_L1_CACHE_PRELOCK_SCT0_ADDR_S 0
#define CACHE_L1_CACHE_PRELOCK_SCT1_ADDR_REG (DR_REG_CACHE_BASE + 0x80)
/* CACHE_L1_CACHE_PRELOCK_SCT1_ADDR : R/W ;bitpos:[31:0] ;default: 32'h0 ; */
/*description: Those bits are used to configure the start virtual address of the second section
of prelock on L1-Cache, which should be used together with L1_CACHE_PRELOCK_SCT
1_SIZE_REG.*/
#define CACHE_L1_CACHE_PRELOCK_SCT1_ADDR 0xFFFFFFFF
#define CACHE_L1_CACHE_PRELOCK_SCT1_ADDR_M ((CACHE_L1_CACHE_PRELOCK_SCT1_ADDR_V)<<(CACHE_L1_CACHE_PRELOCK_SCT1_ADDR_S))
#define CACHE_L1_CACHE_PRELOCK_SCT1_ADDR_V 0xFFFFFFFF
#define CACHE_L1_CACHE_PRELOCK_SCT1_ADDR_S 0
#define CACHE_L1_CACHE_PRELOCK_SCT_SIZE_REG (DR_REG_CACHE_BASE + 0x84)
/* CACHE_L1_CACHE_PRELOCK_SCT1_SIZE : R/W ;bitpos:[29:16] ;default: 14'h3fff ; */
/*description: Those bits are used to configure the size of the second section of prelock on L1
-Cache, which should be used together with L1_CACHE_PRELOCK_SCT1_ADDR_REG.*/
#define CACHE_L1_CACHE_PRELOCK_SCT1_SIZE 0x00003FFF
#define CACHE_L1_CACHE_PRELOCK_SCT1_SIZE_M ((CACHE_L1_CACHE_PRELOCK_SCT1_SIZE_V)<<(CACHE_L1_CACHE_PRELOCK_SCT1_SIZE_S))
#define CACHE_L1_CACHE_PRELOCK_SCT1_SIZE_V 0x3FFF
#define CACHE_L1_CACHE_PRELOCK_SCT1_SIZE_S 16
/* CACHE_L1_CACHE_PRELOCK_SCT0_SIZE : R/W ;bitpos:[13:0] ;default: 14'h3fff ; */
/*description: Those bits are used to configure the size of the first section of prelock on L1-
Cache, which should be used together with L1_CACHE_PRELOCK_SCT0_ADDR_REG.*/
#define CACHE_L1_CACHE_PRELOCK_SCT0_SIZE 0x00003FFF
#define CACHE_L1_CACHE_PRELOCK_SCT0_SIZE_M ((CACHE_L1_CACHE_PRELOCK_SCT0_SIZE_V)<<(CACHE_L1_CACHE_PRELOCK_SCT0_SIZE_S))
#define CACHE_L1_CACHE_PRELOCK_SCT0_SIZE_V 0x3FFF
#define CACHE_L1_CACHE_PRELOCK_SCT0_SIZE_S 0
#define CACHE_LOCK_CTRL_REG (DR_REG_CACHE_BASE + 0x88)
/* CACHE_LOCK_DONE : RO ;bitpos:[2] ;default: 1'h1 ; */
/*description: The bit is used to indicate whether unlock/lock operation is finished or not. 0:
not finished. 1: finished..*/
#define CACHE_LOCK_DONE (BIT(2))
#define CACHE_LOCK_DONE_M (BIT(2))
#define CACHE_LOCK_DONE_V 0x1
#define CACHE_LOCK_DONE_S 2
/* CACHE_UNLOCK_ENA : R/W/SC ;bitpos:[1] ;default: 1'h0 ; */
/*description: The bit is used to enable unlock operation. It will be cleared by hardware after
unlock operation done.*/
#define CACHE_UNLOCK_ENA (BIT(1))
#define CACHE_UNLOCK_ENA_M (BIT(1))
#define CACHE_UNLOCK_ENA_V 0x1
#define CACHE_UNLOCK_ENA_S 1
/* CACHE_LOCK_ENA : R/W/SC ;bitpos:[0] ;default: 1'h0 ; */
/*description: The bit is used to enable lock operation. It will be cleared by hardware after l
ock operation done.*/
#define CACHE_LOCK_ENA (BIT(0))
#define CACHE_LOCK_ENA_M (BIT(0))
#define CACHE_LOCK_ENA_V 0x1
#define CACHE_LOCK_ENA_S 0
#define CACHE_LOCK_MAP_REG (DR_REG_CACHE_BASE + 0x8C)
/* CACHE_LOCK_MAP : R/W ;bitpos:[5:0] ;default: 6'h0 ; */
/*description: Those bits are used to indicate which caches in the two-level cache structure wi
ll apply this lock/unlock operation. [4]: L1-Cache.*/
#define CACHE_LOCK_MAP 0x0000003F
#define CACHE_LOCK_MAP_M ((CACHE_LOCK_MAP_V)<<(CACHE_LOCK_MAP_S))
#define CACHE_LOCK_MAP_V 0x3F
#define CACHE_LOCK_MAP_S 0
#define CACHE_LOCK_ADDR_REG (DR_REG_CACHE_BASE + 0x90)
/* CACHE_LOCK_ADDR : R/W ;bitpos:[31:0] ;default: 32'h0 ; */
/*description: Those bits are used to configure the start virtual address of the lock/unlock op
eration, which should be used together with CACHE_LOCK_SIZE_REG.*/
#define CACHE_LOCK_ADDR 0xFFFFFFFF
#define CACHE_LOCK_ADDR_M ((CACHE_LOCK_ADDR_V)<<(CACHE_LOCK_ADDR_S))
#define CACHE_LOCK_ADDR_V 0xFFFFFFFF
#define CACHE_LOCK_ADDR_S 0
#define CACHE_LOCK_SIZE_REG (DR_REG_CACHE_BASE + 0x94)
/* CACHE_LOCK_SIZE : R/W ;bitpos:[15:0] ;default: 16'h0 ; */
/*description: Those bits are used to configure the size of the lock/unlock operation, which sh
ould be used together with CACHE_LOCK_ADDR_REG.*/
#define CACHE_LOCK_SIZE 0x0000FFFF
#define CACHE_LOCK_SIZE_M ((CACHE_LOCK_SIZE_V)<<(CACHE_LOCK_SIZE_S))
#define CACHE_LOCK_SIZE_V 0xFFFF
#define CACHE_LOCK_SIZE_S 0
#define CACHE_SYNC_CTRL_REG (DR_REG_CACHE_BASE + 0x98)
/* CACHE_SYNC_DONE : RO ;bitpos:[4] ;default: 1'h0 ; */
/*description: The bit is used to indicate whether sync operation (invalidate, clean, writeback
, writeback_invalidate) is finished or not. 0: not finished. 1: finished..*/
#define CACHE_SYNC_DONE (BIT(4))
#define CACHE_SYNC_DONE_M (BIT(4))
#define CACHE_SYNC_DONE_V 0x1
#define CACHE_SYNC_DONE_S 4
/* CACHE_WRITEBACK_INVALIDATE_ENA : R/W/SC ;bitpos:[3] ;default: 1'h0 ; */
/*description: The bit is used to enable writeback-invalidate operation. It will be cleared by
hardware after writeback-invalidate operation done. Note that this bit and the o
ther sync-bits (invalidate_ena, clean_ena, writeback_ena) are mutually exclusive
, that is, those bits can not be set to 1 at the same time..*/
#define CACHE_WRITEBACK_INVALIDATE_ENA (BIT(3))
#define CACHE_WRITEBACK_INVALIDATE_ENA_M (BIT(3))
#define CACHE_WRITEBACK_INVALIDATE_ENA_V 0x1
#define CACHE_WRITEBACK_INVALIDATE_ENA_S 3
/* CACHE_WRITEBACK_ENA : R/W/SC ;bitpos:[2] ;default: 1'h0 ; */
/*description: The bit is used to enable writeback operation. It will be cleared by hardware af
ter writeback operation done. Note that this bit and the other sync-bits (invali
date_ena, clean_ena, writeback_invalidate_ena) are mutually exclusive, that is,
those bits can not be set to 1 at the same time..*/
#define CACHE_WRITEBACK_ENA (BIT(2))
#define CACHE_WRITEBACK_ENA_M (BIT(2))
#define CACHE_WRITEBACK_ENA_V 0x1
#define CACHE_WRITEBACK_ENA_S 2
/* CACHE_CLEAN_ENA : R/W/SC ;bitpos:[1] ;default: 1'h0 ; */
/*description: The bit is used to enable clean operation. It will be cleared by hardware after
clean operation done. Note that this bit and the other sync-bits (invalidate_ena
, writeback_ena, writeback_invalidate_ena) are mutually exclusive, that is, thos
e bits can not be set to 1 at the same time..*/
#define CACHE_CLEAN_ENA (BIT(1))
#define CACHE_CLEAN_ENA_M (BIT(1))
#define CACHE_CLEAN_ENA_V 0x1
#define CACHE_CLEAN_ENA_S 1
/* CACHE_INVALIDATE_ENA : R/W/SC ;bitpos:[0] ;default: 1'h1 ; */
/*description: The bit is used to enable invalidate operation. It will be cleared by hardware a
fter invalidate operation done. Note that this bit and the other sync-bits (clea
n_ena, writeback_ena, writeback_invalidate_ena) are mutually exclusive, that is,
those bits can not be set to 1 at the same time..*/
#define CACHE_INVALIDATE_ENA (BIT(0))
#define CACHE_INVALIDATE_ENA_M (BIT(0))
#define CACHE_INVALIDATE_ENA_V 0x1
#define CACHE_INVALIDATE_ENA_S 0
#define CACHE_SYNC_MAP_REG (DR_REG_CACHE_BASE + 0x9C)
/* CACHE_SYNC_MAP : R/W ;bitpos:[5:0] ;default: 6'h3f ; */
/*description: Those bits are used to indicate which caches in the two-level cache structure wi
ll apply the sync operation. [4]: L1-Cache.*/
#define CACHE_SYNC_MAP 0x0000003F
#define CACHE_SYNC_MAP_M ((CACHE_SYNC_MAP_V)<<(CACHE_SYNC_MAP_S))
#define CACHE_SYNC_MAP_V 0x3F
#define CACHE_SYNC_MAP_S 0
#define CACHE_SYNC_ADDR_REG (DR_REG_CACHE_BASE + 0xA0)
/* CACHE_SYNC_ADDR : R/W ;bitpos:[31:0] ;default: 32'h0 ; */
/*description: Those bits are used to configure the start virtual address of the sync operation
, which should be used together with CACHE_SYNC_SIZE_REG.*/
#define CACHE_SYNC_ADDR 0xFFFFFFFF
#define CACHE_SYNC_ADDR_M ((CACHE_SYNC_ADDR_V)<<(CACHE_SYNC_ADDR_S))
#define CACHE_SYNC_ADDR_V 0xFFFFFFFF
#define CACHE_SYNC_ADDR_S 0
#define CACHE_SYNC_SIZE_REG (DR_REG_CACHE_BASE + 0xA4)
/* CACHE_SYNC_SIZE : R/W ;bitpos:[23:0] ;default: 24'h0 ; */
/*description: Those bits are used to configure the size of the sync operation, which should be
used together with CACHE_SYNC_ADDR_REG.*/
#define CACHE_SYNC_SIZE 0x00FFFFFF
#define CACHE_SYNC_SIZE_M ((CACHE_SYNC_SIZE_V)<<(CACHE_SYNC_SIZE_S))
#define CACHE_SYNC_SIZE_V 0xFFFFFF
#define CACHE_SYNC_SIZE_S 0
#define CACHE_L1_CACHE_PRELOAD_CTRL_REG (DR_REG_CACHE_BASE + 0xD8)
/* CACHE_L1_CACHE_PRELOAD_RGID : HRO ;bitpos:[6:3] ;default: 4'h0 ; */
/*description: The bit is used to set the gid of l1 cache preload..*/
#define CACHE_L1_CACHE_PRELOAD_RGID 0x0000000F
#define CACHE_L1_CACHE_PRELOAD_RGID_M ((CACHE_L1_CACHE_PRELOAD_RGID_V)<<(CACHE_L1_CACHE_PRELOAD_RGID_S))
#define CACHE_L1_CACHE_PRELOAD_RGID_V 0xF
#define CACHE_L1_CACHE_PRELOAD_RGID_S 3
/* CACHE_L1_CACHE_PRELOAD_ORDER : R/W ;bitpos:[2] ;default: 1'h0 ; */
/*description: The bit is used to configure the direction of preload operation. 0: ascending, 1
: descending..*/
#define CACHE_L1_CACHE_PRELOAD_ORDER (BIT(2))
#define CACHE_L1_CACHE_PRELOAD_ORDER_M (BIT(2))
#define CACHE_L1_CACHE_PRELOAD_ORDER_V 0x1
#define CACHE_L1_CACHE_PRELOAD_ORDER_S 2
/* CACHE_L1_CACHE_PRELOAD_DONE : RO ;bitpos:[1] ;default: 1'h1 ; */
/*description: The bit is used to indicate whether preload operation is finished or not. 0: not
finished. 1: finished..*/
#define CACHE_L1_CACHE_PRELOAD_DONE (BIT(1))
#define CACHE_L1_CACHE_PRELOAD_DONE_M (BIT(1))
#define CACHE_L1_CACHE_PRELOAD_DONE_V 0x1
#define CACHE_L1_CACHE_PRELOAD_DONE_S 1
/* CACHE_L1_CACHE_PRELOAD_ENA : R/W/SC ;bitpos:[0] ;default: 1'h0 ; */
/*description: The bit is used to enable preload operation on L1-Cache. It will be cleared by h
ardware automatically after preload operation is done..*/
#define CACHE_L1_CACHE_PRELOAD_ENA (BIT(0))
#define CACHE_L1_CACHE_PRELOAD_ENA_M (BIT(0))
#define CACHE_L1_CACHE_PRELOAD_ENA_V 0x1
#define CACHE_L1_CACHE_PRELOAD_ENA_S 0
#define CACHE_L1_CACHE_PRELOAD_ADDR_REG (DR_REG_CACHE_BASE + 0xDC)
/* CACHE_L1_CACHE_PRELOAD_ADDR : R/W ;bitpos:[31:0] ;default: 32'h0 ; */
/*description: Those bits are used to configure the start virtual address of preload on L1-Cach
e, which should be used together with L1_CACHE_PRELOAD_SIZE_REG.*/
#define CACHE_L1_CACHE_PRELOAD_ADDR 0xFFFFFFFF
#define CACHE_L1_CACHE_PRELOAD_ADDR_M ((CACHE_L1_CACHE_PRELOAD_ADDR_V)<<(CACHE_L1_CACHE_PRELOAD_ADDR_S))
#define CACHE_L1_CACHE_PRELOAD_ADDR_V 0xFFFFFFFF
#define CACHE_L1_CACHE_PRELOAD_ADDR_S 0
#define CACHE_L1_CACHE_PRELOAD_SIZE_REG (DR_REG_CACHE_BASE + 0xE0)
/* CACHE_L1_CACHE_PRELOAD_SIZE : R/W ;bitpos:[13:0] ;default: 14'h0 ; */
/*description: Those bits are used to configure the size of the first section of prelock on L1-
Cache, which should be used together with L1_CACHE_PRELOAD_ADDR_REG.*/
#define CACHE_L1_CACHE_PRELOAD_SIZE 0x00003FFF
#define CACHE_L1_CACHE_PRELOAD_SIZE_M ((CACHE_L1_CACHE_PRELOAD_SIZE_V)<<(CACHE_L1_CACHE_PRELOAD_SIZE_S))
#define CACHE_L1_CACHE_PRELOAD_SIZE_V 0x3FFF
#define CACHE_L1_CACHE_PRELOAD_SIZE_S 0
#define CACHE_L1_CACHE_AUTOLOAD_CTRL_REG (DR_REG_CACHE_BASE + 0x134)
/* CACHE_L1_CACHE_AUTOLOAD_SCT1_ENA : R/W ;bitpos:[9] ;default: 1'h0 ; */
/*description: The bit is used to enable the second section for autoload operation on L1-Cache..*/
#define CACHE_L1_CACHE_AUTOLOAD_SCT1_ENA (BIT(9))
#define CACHE_L1_CACHE_AUTOLOAD_SCT1_ENA_M (BIT(9))
#define CACHE_L1_CACHE_AUTOLOAD_SCT1_ENA_V 0x1
#define CACHE_L1_CACHE_AUTOLOAD_SCT1_ENA_S 9
/* CACHE_L1_CACHE_AUTOLOAD_SCT0_ENA : R/W ;bitpos:[8] ;default: 1'h0 ; */
/*description: The bit is used to enable the first section for autoload operation on L1-Cache..*/
#define CACHE_L1_CACHE_AUTOLOAD_SCT0_ENA (BIT(8))
#define CACHE_L1_CACHE_AUTOLOAD_SCT0_ENA_M (BIT(8))
#define CACHE_L1_CACHE_AUTOLOAD_SCT0_ENA_V 0x1
#define CACHE_L1_CACHE_AUTOLOAD_SCT0_ENA_S 8
/* CACHE_L1_CACHE_AUTOLOAD_TRIGGER_MODE : R/W ;bitpos:[4:3] ;default: 2'h0 ; */
/*description: The field is used to configure trigger mode of autoload operation on L1-Cache. 0
/3: miss-trigger, 1: hit-trigger, 2: miss-hit-trigger..*/
#define CACHE_L1_CACHE_AUTOLOAD_TRIGGER_MODE 0x00000003
#define CACHE_L1_CACHE_AUTOLOAD_TRIGGER_MODE_M ((CACHE_L1_CACHE_AUTOLOAD_TRIGGER_MODE_V)<<(CACHE_L1_CACHE_AUTOLOAD_TRIGGER_MODE_S))
#define CACHE_L1_CACHE_AUTOLOAD_TRIGGER_MODE_V 0x3
#define CACHE_L1_CACHE_AUTOLOAD_TRIGGER_MODE_S 3
/* CACHE_L1_CACHE_AUTOLOAD_ORDER : R/W ;bitpos:[2] ;default: 1'h0 ; */
/*description: The bit is used to configure the direction of autoload operation on L1-Cache. 0:
ascending. 1: descending..*/
#define CACHE_L1_CACHE_AUTOLOAD_ORDER (BIT(2))
#define CACHE_L1_CACHE_AUTOLOAD_ORDER_M (BIT(2))
#define CACHE_L1_CACHE_AUTOLOAD_ORDER_V 0x1
#define CACHE_L1_CACHE_AUTOLOAD_ORDER_S 2
/* CACHE_L1_CACHE_AUTOLOAD_DONE : RO ;bitpos:[1] ;default: 1'h1 ; */
/*description: The bit is used to indicate whether autoload operation on L1-Cache is finished o
r not. 0: not finished. 1: finished..*/
#define CACHE_L1_CACHE_AUTOLOAD_DONE (BIT(1))
#define CACHE_L1_CACHE_AUTOLOAD_DONE_M (BIT(1))
#define CACHE_L1_CACHE_AUTOLOAD_DONE_V 0x1
#define CACHE_L1_CACHE_AUTOLOAD_DONE_S 1
/* CACHE_L1_CACHE_AUTOLOAD_ENA : R/W ;bitpos:[0] ;default: 1'h0 ; */
/*description: The bit is used to enable and disable autoload operation on L1-Cache. 1: enable
, 0: disable..*/
#define CACHE_L1_CACHE_AUTOLOAD_ENA (BIT(0))
#define CACHE_L1_CACHE_AUTOLOAD_ENA_M (BIT(0))
#define CACHE_L1_CACHE_AUTOLOAD_ENA_V 0x1
#define CACHE_L1_CACHE_AUTOLOAD_ENA_S 0
#define CACHE_L1_CACHE_AUTOLOAD_SCT0_ADDR_REG (DR_REG_CACHE_BASE + 0x138)
/* CACHE_L1_CACHE_AUTOLOAD_SCT0_ADDR : R/W ;bitpos:[31:0] ;default: 32'h0 ; */
/*description: Those bits are used to configure the start virtual address of the first section
for autoload operation on L1-Cache. Note that it should be used together with L1
_CACHE_AUTOLOAD_SCT0_SIZE and L1_CACHE_AUTOLOAD_SCT0_ENA..*/
#define CACHE_L1_CACHE_AUTOLOAD_SCT0_ADDR 0xFFFFFFFF
#define CACHE_L1_CACHE_AUTOLOAD_SCT0_ADDR_M ((CACHE_L1_CACHE_AUTOLOAD_SCT0_ADDR_V)<<(CACHE_L1_CACHE_AUTOLOAD_SCT0_ADDR_S))
#define CACHE_L1_CACHE_AUTOLOAD_SCT0_ADDR_V 0xFFFFFFFF
#define CACHE_L1_CACHE_AUTOLOAD_SCT0_ADDR_S 0
#define CACHE_L1_CACHE_AUTOLOAD_SCT0_SIZE_REG (DR_REG_CACHE_BASE + 0x13C)
/* CACHE_L1_CACHE_AUTOLOAD_SCT0_SIZE : R/W ;bitpos:[23:0] ;default: 24'h0 ; */
/*description: Those bits are used to configure the size of the first section for autoload oper
ation on L1-Cache. Note that it should be used together with L1_CACHE_AUTOLOAD_S
CT0_ADDR and L1_CACHE_AUTOLOAD_SCT0_ENA..*/
#define CACHE_L1_CACHE_AUTOLOAD_SCT0_SIZE 0x00FFFFFF
#define CACHE_L1_CACHE_AUTOLOAD_SCT0_SIZE_M ((CACHE_L1_CACHE_AUTOLOAD_SCT0_SIZE_V)<<(CACHE_L1_CACHE_AUTOLOAD_SCT0_SIZE_S))
#define CACHE_L1_CACHE_AUTOLOAD_SCT0_SIZE_V 0xFFFFFF
#define CACHE_L1_CACHE_AUTOLOAD_SCT0_SIZE_S 0
#define CACHE_L1_CACHE_AUTOLOAD_SCT1_ADDR_REG (DR_REG_CACHE_BASE + 0x140)
/* CACHE_L1_CACHE_AUTOLOAD_SCT1_ADDR : R/W ;bitpos:[31:0] ;default: 32'h0 ; */
/*description: Those bits are used to configure the start virtual address of the second section
for autoload operation on L1-Cache. Note that it should be used together with L
1_CACHE_AUTOLOAD_SCT1_SIZE and L1_CACHE_AUTOLOAD_SCT1_ENA..*/
#define CACHE_L1_CACHE_AUTOLOAD_SCT1_ADDR 0xFFFFFFFF
#define CACHE_L1_CACHE_AUTOLOAD_SCT1_ADDR_M ((CACHE_L1_CACHE_AUTOLOAD_SCT1_ADDR_V)<<(CACHE_L1_CACHE_AUTOLOAD_SCT1_ADDR_S))
#define CACHE_L1_CACHE_AUTOLOAD_SCT1_ADDR_V 0xFFFFFFFF
#define CACHE_L1_CACHE_AUTOLOAD_SCT1_ADDR_S 0
#define CACHE_L1_CACHE_AUTOLOAD_SCT1_SIZE_REG (DR_REG_CACHE_BASE + 0x144)
/* CACHE_L1_CACHE_AUTOLOAD_SCT1_SIZE : R/W ;bitpos:[23:0] ;default: 24'h0 ; */
/*description: Those bits are used to configure the size of the second section for autoload ope
ration on L1-Cache. Note that it should be used together with L1_CACHE_AUTOLOAD_
SCT1_ADDR and L1_CACHE_AUTOLOAD_SCT1_ENA..*/
#define CACHE_L1_CACHE_AUTOLOAD_SCT1_SIZE 0x00FFFFFF
#define CACHE_L1_CACHE_AUTOLOAD_SCT1_SIZE_M ((CACHE_L1_CACHE_AUTOLOAD_SCT1_SIZE_V)<<(CACHE_L1_CACHE_AUTOLOAD_SCT1_SIZE_S))
#define CACHE_L1_CACHE_AUTOLOAD_SCT1_SIZE_V 0xFFFFFF
#define CACHE_L1_CACHE_AUTOLOAD_SCT1_SIZE_S 0
#define CACHE_L1_CACHE_AUTOLOAD_SCT2_ADDR_REG (DR_REG_CACHE_BASE + 0x148)
/* CACHE_L1_CACHE_AUTOLOAD_SCT2_ADDR : HRO ;bitpos:[31:0] ;default: 32'h0 ; */
/*description: Those bits are used to configure the start virtual address of the third section
for autoload operation on L1-Cache. Note that it should be used together with L1
_CACHE_AUTOLOAD_SCT2_SIZE and L1_CACHE_AUTOLOAD_SCT2_ENA..*/
#define CACHE_L1_CACHE_AUTOLOAD_SCT2_ADDR 0xFFFFFFFF
#define CACHE_L1_CACHE_AUTOLOAD_SCT2_ADDR_M ((CACHE_L1_CACHE_AUTOLOAD_SCT2_ADDR_V)<<(CACHE_L1_CACHE_AUTOLOAD_SCT2_ADDR_S))
#define CACHE_L1_CACHE_AUTOLOAD_SCT2_ADDR_V 0xFFFFFFFF
#define CACHE_L1_CACHE_AUTOLOAD_SCT2_ADDR_S 0
#define CACHE_L1_CACHE_AUTOLOAD_SCT2_SIZE_REG (DR_REG_CACHE_BASE + 0x14C)
/* CACHE_L1_CACHE_AUTOLOAD_SCT2_SIZE : HRO ;bitpos:[23:0] ;default: 24'h0 ; */
/*description: Those bits are used to configure the size of the third section for autoload oper
ation on L1-Cache. Note that it should be used together with L1_CACHE_AUTOLOAD_S
CT2_ADDR and L1_CACHE_AUTOLOAD_SCT2_ENA..*/
#define CACHE_L1_CACHE_AUTOLOAD_SCT2_SIZE 0x00FFFFFF
#define CACHE_L1_CACHE_AUTOLOAD_SCT2_SIZE_M ((CACHE_L1_CACHE_AUTOLOAD_SCT2_SIZE_V)<<(CACHE_L1_CACHE_AUTOLOAD_SCT2_SIZE_S))
#define CACHE_L1_CACHE_AUTOLOAD_SCT2_SIZE_V 0xFFFFFF
#define CACHE_L1_CACHE_AUTOLOAD_SCT2_SIZE_S 0
#define CACHE_L1_CACHE_AUTOLOAD_SCT3_ADDR_REG (DR_REG_CACHE_BASE + 0x150)
/* CACHE_L1_CACHE_AUTOLOAD_SCT3_ADDR : HRO ;bitpos:[31:0] ;default: 32'h0 ; */
/*description: Those bits are used to configure the start virtual address of the fourth section
for autoload operation on L1-Cache. Note that it should be used together with L
1_CACHE_AUTOLOAD_SCT3_SIZE and L1_CACHE_AUTOLOAD_SCT3_ENA..*/
#define CACHE_L1_CACHE_AUTOLOAD_SCT3_ADDR 0xFFFFFFFF
#define CACHE_L1_CACHE_AUTOLOAD_SCT3_ADDR_M ((CACHE_L1_CACHE_AUTOLOAD_SCT3_ADDR_V)<<(CACHE_L1_CACHE_AUTOLOAD_SCT3_ADDR_S))
#define CACHE_L1_CACHE_AUTOLOAD_SCT3_ADDR_V 0xFFFFFFFF
#define CACHE_L1_CACHE_AUTOLOAD_SCT3_ADDR_S 0
#define CACHE_L1_CACHE_AUTOLOAD_SCT3_SIZE_REG (DR_REG_CACHE_BASE + 0x154)
/* CACHE_L1_CACHE_AUTOLOAD_SCT3_SIZE : HRO ;bitpos:[23:0] ;default: 24'h0 ; */
/*description: Those bits are used to configure the size of the fourth section for autoload ope
ration on L1-Cache. Note that it should be used together with L1_CACHE_AUTOLOAD_
SCT3_ADDR and L1_CACHE_AUTOLOAD_SCT3_ENA..*/
#define CACHE_L1_CACHE_AUTOLOAD_SCT3_SIZE 0x00FFFFFF
#define CACHE_L1_CACHE_AUTOLOAD_SCT3_SIZE_M ((CACHE_L1_CACHE_AUTOLOAD_SCT3_SIZE_V)<<(CACHE_L1_CACHE_AUTOLOAD_SCT3_SIZE_S))
#define CACHE_L1_CACHE_AUTOLOAD_SCT3_SIZE_V 0xFFFFFF
#define CACHE_L1_CACHE_AUTOLOAD_SCT3_SIZE_S 0
#define CACHE_L1_CACHE_ACS_CNT_INT_ENA_REG (DR_REG_CACHE_BASE + 0x158)
/* CACHE_L1_BUS1_OVF_INT_ENA : R/W ;bitpos:[5] ;default: 1'b0 ; */
/*description: The bit is used to enable interrupt of one of counters overflow that occurs in L
1-DCache due to bus1 accesses L1-DCache..*/
#define CACHE_L1_BUS1_OVF_INT_ENA (BIT(5))
#define CACHE_L1_BUS1_OVF_INT_ENA_M (BIT(5))
#define CACHE_L1_BUS1_OVF_INT_ENA_V 0x1
#define CACHE_L1_BUS1_OVF_INT_ENA_S 5
/* CACHE_L1_BUS0_OVF_INT_ENA : R/W ;bitpos:[4] ;default: 1'b0 ; */
/*description: The bit is used to enable interrupt of one of counters overflow that occurs in L
1-DCache due to bus0 accesses L1-DCache..*/
#define CACHE_L1_BUS0_OVF_INT_ENA (BIT(4))
#define CACHE_L1_BUS0_OVF_INT_ENA_M (BIT(4))
#define CACHE_L1_BUS0_OVF_INT_ENA_V 0x1
#define CACHE_L1_BUS0_OVF_INT_ENA_S 4
#define CACHE_L1_CACHE_ACS_CNT_INT_CLR_REG (DR_REG_CACHE_BASE + 0x15C)
/* CACHE_L1_BUS1_OVF_INT_CLR : WT ;bitpos:[5] ;default: 1'b0 ; */
/*description: The bit is used to clear counters overflow interrupt and counters in L1-DCache d
ue to bus1 accesses L1-DCache..*/
#define CACHE_L1_BUS1_OVF_INT_CLR (BIT(5))
#define CACHE_L1_BUS1_OVF_INT_CLR_M (BIT(5))
#define CACHE_L1_BUS1_OVF_INT_CLR_V 0x1
#define CACHE_L1_BUS1_OVF_INT_CLR_S 5
/* CACHE_L1_BUS0_OVF_INT_CLR : WT ;bitpos:[4] ;default: 1'b0 ; */
/*description: The bit is used to clear counters overflow interrupt and counters in L1-DCache d
ue to bus0 accesses L1-DCache..*/
#define CACHE_L1_BUS0_OVF_INT_CLR (BIT(4))
#define CACHE_L1_BUS0_OVF_INT_CLR_M (BIT(4))
#define CACHE_L1_BUS0_OVF_INT_CLR_V 0x1
#define CACHE_L1_BUS0_OVF_INT_CLR_S 4
#define CACHE_L1_CACHE_ACS_CNT_INT_RAW_REG (DR_REG_CACHE_BASE + 0x160)
/* CACHE_L1_BUS1_OVF_INT_RAW : R/WTC/SS ;bitpos:[5] ;default: 1'b0 ; */
/*description: The raw bit of the interrupt of one of counters overflow that occurs in L1-DCach
e due to bus1 accesses L1-DCache..*/
#define CACHE_L1_BUS1_OVF_INT_RAW (BIT(5))
#define CACHE_L1_BUS1_OVF_INT_RAW_M (BIT(5))
#define CACHE_L1_BUS1_OVF_INT_RAW_V 0x1
#define CACHE_L1_BUS1_OVF_INT_RAW_S 5
/* CACHE_L1_BUS0_OVF_INT_RAW : R/WTC/SS ;bitpos:[4] ;default: 1'b0 ; */
/*description: The raw bit of the interrupt of one of counters overflow that occurs in L1-DCach
e due to bus0 accesses L1-DCache..*/
#define CACHE_L1_BUS0_OVF_INT_RAW (BIT(4))
#define CACHE_L1_BUS0_OVF_INT_RAW_M (BIT(4))
#define CACHE_L1_BUS0_OVF_INT_RAW_V 0x1
#define CACHE_L1_BUS0_OVF_INT_RAW_S 4
#define CACHE_L1_CACHE_ACS_CNT_INT_ST_REG (DR_REG_CACHE_BASE + 0x164)
/* CACHE_L1_BUS1_OVF_INT_ST : RO ;bitpos:[5] ;default: 1'b0 ; */
/*description: The bit indicates the interrupt status of one of counters overflow that occurs i
n L1-DCache due to bus1 accesses L1-DCache..*/
#define CACHE_L1_BUS1_OVF_INT_ST (BIT(5))
#define CACHE_L1_BUS1_OVF_INT_ST_M (BIT(5))
#define CACHE_L1_BUS1_OVF_INT_ST_V 0x1
#define CACHE_L1_BUS1_OVF_INT_ST_S 5
/* CACHE_L1_BUS0_OVF_INT_ST : RO ;bitpos:[4] ;default: 1'b0 ; */
/*description: The bit indicates the interrupt status of one of counters overflow that occurs i
n L1-DCache due to bus0 accesses L1-DCache..*/
#define CACHE_L1_BUS0_OVF_INT_ST (BIT(4))
#define CACHE_L1_BUS0_OVF_INT_ST_M (BIT(4))
#define CACHE_L1_BUS0_OVF_INT_ST_V 0x1
#define CACHE_L1_BUS0_OVF_INT_ST_S 4
#define CACHE_L1_CACHE_ACS_FAIL_INT_ENA_REG (DR_REG_CACHE_BASE + 0x168)
/* CACHE_L1_CACHE_FAIL_INT_ENA : R/W ;bitpos:[4] ;default: 1'b0 ; */
/*description: The bit is used to enable interrupt of access fail that occurs in L1-DCache due
to cpu accesses L1-DCache..*/
#define CACHE_L1_CACHE_FAIL_INT_ENA (BIT(4))
#define CACHE_L1_CACHE_FAIL_INT_ENA_M (BIT(4))
#define CACHE_L1_CACHE_FAIL_INT_ENA_V 0x1
#define CACHE_L1_CACHE_FAIL_INT_ENA_S 4
#define CACHE_L1_CACHE_ACS_FAIL_INT_CLR_REG (DR_REG_CACHE_BASE + 0x16C)
/* CACHE_L1_CACHE_FAIL_INT_CLR : WT ;bitpos:[4] ;default: 1'b0 ; */
/*description: The bit is used to clear interrupt of access fail that occurs in L1-DCache due t
o cpu accesses L1-DCache..*/
#define CACHE_L1_CACHE_FAIL_INT_CLR (BIT(4))
#define CACHE_L1_CACHE_FAIL_INT_CLR_M (BIT(4))
#define CACHE_L1_CACHE_FAIL_INT_CLR_V 0x1
#define CACHE_L1_CACHE_FAIL_INT_CLR_S 4
#define CACHE_L1_CACHE_ACS_FAIL_INT_RAW_REG (DR_REG_CACHE_BASE + 0x170)
/* CACHE_L1_CACHE_FAIL_INT_RAW : R/WTC/SS ;bitpos:[4] ;default: 1'b0 ; */
/*description: The raw bit of the interrupt of access fail that occurs in L1-DCache..*/
#define CACHE_L1_CACHE_FAIL_INT_RAW (BIT(4))
#define CACHE_L1_CACHE_FAIL_INT_RAW_M (BIT(4))
#define CACHE_L1_CACHE_FAIL_INT_RAW_V 0x1
#define CACHE_L1_CACHE_FAIL_INT_RAW_S 4
#define CACHE_L1_CACHE_ACS_FAIL_INT_ST_REG (DR_REG_CACHE_BASE + 0x174)
/* CACHE_L1_CACHE_FAIL_INT_ST : RO ;bitpos:[4] ;default: 1'b0 ; */
/*description: The bit indicates the interrupt status of access fail that occurs in L1-DCache d
ue to cpu accesses L1-DCache..*/
#define CACHE_L1_CACHE_FAIL_INT_ST (BIT(4))
#define CACHE_L1_CACHE_FAIL_INT_ST_M (BIT(4))
#define CACHE_L1_CACHE_FAIL_INT_ST_V 0x1
#define CACHE_L1_CACHE_FAIL_INT_ST_S 4
#define CACHE_L1_CACHE_ACS_CNT_CTRL_REG (DR_REG_CACHE_BASE + 0x178)
/* CACHE_L1_BUS1_CNT_CLR : WT ;bitpos:[21] ;default: 1'b0 ; */
/*description: The bit is used to clear dbus1 counter in L1-DCache..*/
#define CACHE_L1_BUS1_CNT_CLR (BIT(21))
#define CACHE_L1_BUS1_CNT_CLR_M (BIT(21))
#define CACHE_L1_BUS1_CNT_CLR_V 0x1
#define CACHE_L1_BUS1_CNT_CLR_S 21
/* CACHE_L1_BUS0_CNT_CLR : WT ;bitpos:[20] ;default: 1'b0 ; */
/*description: The bit is used to clear dbus0 counter in L1-DCache..*/
#define CACHE_L1_BUS0_CNT_CLR (BIT(20))
#define CACHE_L1_BUS0_CNT_CLR_M (BIT(20))
#define CACHE_L1_BUS0_CNT_CLR_V 0x1
#define CACHE_L1_BUS0_CNT_CLR_S 20
/* CACHE_L1_BUS1_CNT_ENA : R/W ;bitpos:[5] ;default: 1'b0 ; */
/*description: The bit is used to enable dbus1 counter in L1-DCache..*/
#define CACHE_L1_BUS1_CNT_ENA (BIT(5))
#define CACHE_L1_BUS1_CNT_ENA_M (BIT(5))
#define CACHE_L1_BUS1_CNT_ENA_V 0x1
#define CACHE_L1_BUS1_CNT_ENA_S 5
/* CACHE_L1_BUS0_CNT_ENA : R/W ;bitpos:[4] ;default: 1'b0 ; */
/*description: The bit is used to enable dbus0 counter in L1-DCache..*/
#define CACHE_L1_BUS0_CNT_ENA (BIT(4))
#define CACHE_L1_BUS0_CNT_ENA_M (BIT(4))
#define CACHE_L1_BUS0_CNT_ENA_V 0x1
#define CACHE_L1_BUS0_CNT_ENA_S 4
#define CACHE_L1_BUS0_ACS_HIT_CNT_REG (DR_REG_CACHE_BASE + 0x1BC)
/* CACHE_L1_BUS0_HIT_CNT : RO ;bitpos:[31:0] ;default: 32'h0 ; */
/*description: The register records the number of hits when bus0 accesses L1-Cache..*/
#define CACHE_L1_BUS0_HIT_CNT 0xFFFFFFFF
#define CACHE_L1_BUS0_HIT_CNT_M ((CACHE_L1_BUS0_HIT_CNT_V)<<(CACHE_L1_BUS0_HIT_CNT_S))
#define CACHE_L1_BUS0_HIT_CNT_V 0xFFFFFFFF
#define CACHE_L1_BUS0_HIT_CNT_S 0
#define CACHE_L1_BUS0_ACS_MISS_CNT_REG (DR_REG_CACHE_BASE + 0x1C0)
/* CACHE_L1_BUS0_MISS_CNT : RO ;bitpos:[31:0] ;default: 32'h0 ; */
/*description: The register records the number of missing when bus0 accesses L1-Cache..*/
#define CACHE_L1_BUS0_MISS_CNT 0xFFFFFFFF
#define CACHE_L1_BUS0_MISS_CNT_M ((CACHE_L1_BUS0_MISS_CNT_V)<<(CACHE_L1_BUS0_MISS_CNT_S))
#define CACHE_L1_BUS0_MISS_CNT_V 0xFFFFFFFF
#define CACHE_L1_BUS0_MISS_CNT_S 0
#define CACHE_L1_BUS0_ACS_CONFLICT_CNT_REG (DR_REG_CACHE_BASE + 0x1C4)
/* CACHE_L1_BUS0_CONFLICT_CNT : RO ;bitpos:[31:0] ;default: 32'h0 ; */
/*description: The register records the number of access-conflicts when bus0 accesses L1-Cache..*/
#define CACHE_L1_BUS0_CONFLICT_CNT 0xFFFFFFFF
#define CACHE_L1_BUS0_CONFLICT_CNT_M ((CACHE_L1_BUS0_CONFLICT_CNT_V)<<(CACHE_L1_BUS0_CONFLICT_CNT_S))
#define CACHE_L1_BUS0_CONFLICT_CNT_V 0xFFFFFFFF
#define CACHE_L1_BUS0_CONFLICT_CNT_S 0
#define CACHE_L1_BUS0_ACS_NXTLVL_CNT_REG (DR_REG_CACHE_BASE + 0x1C8)
/* CACHE_L1_BUS0_NXTLVL_CNT : RO ;bitpos:[31:0] ;default: 32'h0 ; */
/*description: The register records the number of times that L1-Cache accesses L2-Cache due to
bus0 accessing L1-Cache..*/
#define CACHE_L1_BUS0_NXTLVL_CNT 0xFFFFFFFF
#define CACHE_L1_BUS0_NXTLVL_CNT_M ((CACHE_L1_BUS0_NXTLVL_CNT_V)<<(CACHE_L1_BUS0_NXTLVL_CNT_S))
#define CACHE_L1_BUS0_NXTLVL_CNT_V 0xFFFFFFFF
#define CACHE_L1_BUS0_NXTLVL_CNT_S 0
#define CACHE_L1_BUS1_ACS_HIT_CNT_REG (DR_REG_CACHE_BASE + 0x1CC)
/* CACHE_L1_BUS1_HIT_CNT : RO ;bitpos:[31:0] ;default: 32'h0 ; */
/*description: The register records the number of hits when bus1 accesses L1-Cache..*/
#define CACHE_L1_BUS1_HIT_CNT 0xFFFFFFFF
#define CACHE_L1_BUS1_HIT_CNT_M ((CACHE_L1_BUS1_HIT_CNT_V)<<(CACHE_L1_BUS1_HIT_CNT_S))
#define CACHE_L1_BUS1_HIT_CNT_V 0xFFFFFFFF
#define CACHE_L1_BUS1_HIT_CNT_S 0
#define CACHE_L1_BUS1_ACS_MISS_CNT_REG (DR_REG_CACHE_BASE + 0x1D0)
/* CACHE_L1_BUS1_MISS_CNT : RO ;bitpos:[31:0] ;default: 32'h0 ; */
/*description: The register records the number of missing when bus1 accesses L1-Cache..*/
#define CACHE_L1_BUS1_MISS_CNT 0xFFFFFFFF
#define CACHE_L1_BUS1_MISS_CNT_M ((CACHE_L1_BUS1_MISS_CNT_V)<<(CACHE_L1_BUS1_MISS_CNT_S))
#define CACHE_L1_BUS1_MISS_CNT_V 0xFFFFFFFF
#define CACHE_L1_BUS1_MISS_CNT_S 0
#define CACHE_L1_BUS1_ACS_CONFLICT_CNT_REG (DR_REG_CACHE_BASE + 0x1D4)
/* CACHE_L1_BUS1_CONFLICT_CNT : RO ;bitpos:[31:0] ;default: 32'h0 ; */
/*description: The register records the number of access-conflicts when bus1 accesses L1-Cache..*/
#define CACHE_L1_BUS1_CONFLICT_CNT 0xFFFFFFFF
#define CACHE_L1_BUS1_CONFLICT_CNT_M ((CACHE_L1_BUS1_CONFLICT_CNT_V)<<(CACHE_L1_BUS1_CONFLICT_CNT_S))
#define CACHE_L1_BUS1_CONFLICT_CNT_V 0xFFFFFFFF
#define CACHE_L1_BUS1_CONFLICT_CNT_S 0
#define CACHE_L1_BUS1_ACS_NXTLVL_CNT_REG (DR_REG_CACHE_BASE + 0x1D8)
/* CACHE_L1_BUS1_NXTLVL_CNT : RO ;bitpos:[31:0] ;default: 32'h0 ; */
/*description: The register records the number of times that L1-Cache accesses L2-Cache due to
bus1 accessing L1-Cache..*/
#define CACHE_L1_BUS1_NXTLVL_CNT 0xFFFFFFFF
#define CACHE_L1_BUS1_NXTLVL_CNT_M ((CACHE_L1_BUS1_NXTLVL_CNT_V)<<(CACHE_L1_BUS1_NXTLVL_CNT_S))
#define CACHE_L1_BUS1_NXTLVL_CNT_V 0xFFFFFFFF
#define CACHE_L1_BUS1_NXTLVL_CNT_S 0
#define CACHE_L1_CACHE_ACS_FAIL_ID_ATTR_REG (DR_REG_CACHE_BASE + 0x21C)
/* CACHE_L1_CACHE_FAIL_ATTR : RO ;bitpos:[31:16] ;default: 16'h0 ; */
/*description: The register records the attribution of fail-access when cache accesses L1-Cache
..*/
#define CACHE_L1_CACHE_FAIL_ATTR 0x0000FFFF
#define CACHE_L1_CACHE_FAIL_ATTR_M ((CACHE_L1_CACHE_FAIL_ATTR_V)<<(CACHE_L1_CACHE_FAIL_ATTR_S))
#define CACHE_L1_CACHE_FAIL_ATTR_V 0xFFFF
#define CACHE_L1_CACHE_FAIL_ATTR_S 16
/* CACHE_L1_CACHE_FAIL_ID : RO ;bitpos:[15:0] ;default: 16'h0 ; */
/*description: The register records the ID of fail-access when cache accesses L1-Cache..*/
#define CACHE_L1_CACHE_FAIL_ID 0x0000FFFF
#define CACHE_L1_CACHE_FAIL_ID_M ((CACHE_L1_CACHE_FAIL_ID_V)<<(CACHE_L1_CACHE_FAIL_ID_S))
#define CACHE_L1_CACHE_FAIL_ID_V 0xFFFF
#define CACHE_L1_CACHE_FAIL_ID_S 0
#define CACHE_L1_CACHE_ACS_FAIL_ADDR_REG (DR_REG_CACHE_BASE + 0x220)
/* CACHE_L1_CACHE_FAIL_ADDR : RO ;bitpos:[31:0] ;default: 32'h0 ; */
/*description: The register records the address of fail-access when cache accesses L1-Cache..*/
#define CACHE_L1_CACHE_FAIL_ADDR 0xFFFFFFFF
#define CACHE_L1_CACHE_FAIL_ADDR_M ((CACHE_L1_CACHE_FAIL_ADDR_V)<<(CACHE_L1_CACHE_FAIL_ADDR_S))
#define CACHE_L1_CACHE_FAIL_ADDR_V 0xFFFFFFFF
#define CACHE_L1_CACHE_FAIL_ADDR_S 0
#define CACHE_L1_CACHE_SYNC_PRELOAD_INT_ENA_REG (DR_REG_CACHE_BASE + 0x224)
/* CACHE_SYNC_ERR_INT_ENA : R/W ;bitpos:[13] ;default: 1'b0 ; */
/*description: The bit is used to enable interrupt of Cache sync-operation error..*/
#define CACHE_SYNC_ERR_INT_ENA (BIT(13))
#define CACHE_SYNC_ERR_INT_ENA_M (BIT(13))
#define CACHE_SYNC_ERR_INT_ENA_V 0x1
#define CACHE_SYNC_ERR_INT_ENA_S 13
/* CACHE_L1_CACHE_PLD_ERR_INT_ENA : R/W ;bitpos:[11] ;default: 1'b0 ; */
/*description: The bit is used to enable interrupt of L1-Cache preload-operation error..*/
#define CACHE_L1_CACHE_PLD_ERR_INT_ENA (BIT(11))
#define CACHE_L1_CACHE_PLD_ERR_INT_ENA_M (BIT(11))
#define CACHE_L1_CACHE_PLD_ERR_INT_ENA_V 0x1
#define CACHE_L1_CACHE_PLD_ERR_INT_ENA_S 11
/* CACHE_SYNC_DONE_INT_ENA : R/W ;bitpos:[6] ;default: 1'b0 ; */
/*description: The bit is used to enable interrupt of Cache sync-operation done..*/
#define CACHE_SYNC_DONE_INT_ENA (BIT(6))
#define CACHE_SYNC_DONE_INT_ENA_M (BIT(6))
#define CACHE_SYNC_DONE_INT_ENA_V 0x1
#define CACHE_SYNC_DONE_INT_ENA_S 6
/* CACHE_L1_CACHE_PLD_DONE_INT_ENA : R/W ;bitpos:[4] ;default: 1'b0 ; */
/*description: The bit is used to enable interrupt of L1-Cache preload-operation. If preload op
eration is done, interrupt occurs..*/
#define CACHE_L1_CACHE_PLD_DONE_INT_ENA (BIT(4))
#define CACHE_L1_CACHE_PLD_DONE_INT_ENA_M (BIT(4))
#define CACHE_L1_CACHE_PLD_DONE_INT_ENA_V 0x1
#define CACHE_L1_CACHE_PLD_DONE_INT_ENA_S 4
#define CACHE_L1_CACHE_SYNC_PRELOAD_INT_CLR_REG (DR_REG_CACHE_BASE + 0x228)
/* CACHE_SYNC_ERR_INT_CLR : WT ;bitpos:[13] ;default: 1'b0 ; */
/*description: The bit is used to clear interrupt of Cache sync-operation error..*/
#define CACHE_SYNC_ERR_INT_CLR (BIT(13))
#define CACHE_SYNC_ERR_INT_CLR_M (BIT(13))
#define CACHE_SYNC_ERR_INT_CLR_V 0x1
#define CACHE_SYNC_ERR_INT_CLR_S 13
/* CACHE_L1_CACHE_PLD_ERR_INT_CLR : WT ;bitpos:[11] ;default: 1'b0 ; */
/*description: The bit is used to clear interrupt of L1-Cache preload-operation error..*/
#define CACHE_L1_CACHE_PLD_ERR_INT_CLR (BIT(11))
#define CACHE_L1_CACHE_PLD_ERR_INT_CLR_M (BIT(11))
#define CACHE_L1_CACHE_PLD_ERR_INT_CLR_V 0x1
#define CACHE_L1_CACHE_PLD_ERR_INT_CLR_S 11
/* CACHE_SYNC_DONE_INT_CLR : WT ;bitpos:[6] ;default: 1'b0 ; */
/*description: The bit is used to clear interrupt that occurs only when Cache sync-operation is
done..*/
#define CACHE_SYNC_DONE_INT_CLR (BIT(6))
#define CACHE_SYNC_DONE_INT_CLR_M (BIT(6))
#define CACHE_SYNC_DONE_INT_CLR_V 0x1
#define CACHE_SYNC_DONE_INT_CLR_S 6
/* CACHE_L1_CACHE_PLD_DONE_INT_CLR : WT ;bitpos:[4] ;default: 1'b0 ; */
/*description: The bit is used to clear interrupt that occurs only when L1-Cache preload-operat
ion is done..*/
#define CACHE_L1_CACHE_PLD_DONE_INT_CLR (BIT(4))
#define CACHE_L1_CACHE_PLD_DONE_INT_CLR_M (BIT(4))
#define CACHE_L1_CACHE_PLD_DONE_INT_CLR_V 0x1
#define CACHE_L1_CACHE_PLD_DONE_INT_CLR_S 4
#define CACHE_L1_CACHE_SYNC_PRELOAD_INT_RAW_REG (DR_REG_CACHE_BASE + 0x22C)
/* CACHE_SYNC_ERR_INT_RAW : R/WTC/SS ;bitpos:[13] ;default: 1'b0 ; */
/*description: The raw bit of the interrupt that occurs only when Cache sync-operation error oc
curs..*/
#define CACHE_SYNC_ERR_INT_RAW (BIT(13))
#define CACHE_SYNC_ERR_INT_RAW_M (BIT(13))
#define CACHE_SYNC_ERR_INT_RAW_V 0x1
#define CACHE_SYNC_ERR_INT_RAW_S 13
/* CACHE_L1_CACHE_PLD_ERR_INT_RAW : R/WTC/SS ;bitpos:[11] ;default: 1'b0 ; */
/*description: The raw bit of the interrupt that occurs only when L1-Cache preload-operation er
ror occurs..*/
#define CACHE_L1_CACHE_PLD_ERR_INT_RAW (BIT(11))
#define CACHE_L1_CACHE_PLD_ERR_INT_RAW_M (BIT(11))
#define CACHE_L1_CACHE_PLD_ERR_INT_RAW_V 0x1
#define CACHE_L1_CACHE_PLD_ERR_INT_RAW_S 11
/* CACHE_SYNC_DONE_INT_RAW : R/WTC/SS ;bitpos:[6] ;default: 1'b0 ; */
/*description: The raw bit of the interrupt that occurs only when Cache sync-operation is done..*/
#define CACHE_SYNC_DONE_INT_RAW (BIT(6))
#define CACHE_SYNC_DONE_INT_RAW_M (BIT(6))
#define CACHE_SYNC_DONE_INT_RAW_V 0x1
#define CACHE_SYNC_DONE_INT_RAW_S 6
/* CACHE_L1_CACHE_PLD_DONE_INT_RAW : R/WTC/SS ;bitpos:[4] ;default: 1'b0 ; */
/*description: The raw bit of the interrupt that occurs only when L1-Cache preload-operation is
done..*/
#define CACHE_L1_CACHE_PLD_DONE_INT_RAW (BIT(4))
#define CACHE_L1_CACHE_PLD_DONE_INT_RAW_M (BIT(4))
#define CACHE_L1_CACHE_PLD_DONE_INT_RAW_V 0x1
#define CACHE_L1_CACHE_PLD_DONE_INT_RAW_S 4
#define CACHE_L1_CACHE_SYNC_PRELOAD_INT_ST_REG (DR_REG_CACHE_BASE + 0x230)
/* CACHE_SYNC_ERR_INT_ST : RO ;bitpos:[13] ;default: 1'b0 ; */
/*description: The bit indicates the status of the interrupt of Cache sync-operation error..*/
#define CACHE_SYNC_ERR_INT_ST (BIT(13))
#define CACHE_SYNC_ERR_INT_ST_M (BIT(13))
#define CACHE_SYNC_ERR_INT_ST_V 0x1
#define CACHE_SYNC_ERR_INT_ST_S 13
/* CACHE_L1_CACHE_PLD_ERR_INT_ST : RO ;bitpos:[11] ;default: 1'b0 ; */
/*description: The bit indicates the status of the interrupt of L1-Cache preload-operation erro
r..*/
#define CACHE_L1_CACHE_PLD_ERR_INT_ST (BIT(11))
#define CACHE_L1_CACHE_PLD_ERR_INT_ST_M (BIT(11))
#define CACHE_L1_CACHE_PLD_ERR_INT_ST_V 0x1
#define CACHE_L1_CACHE_PLD_ERR_INT_ST_S 11
/* CACHE_SYNC_DONE_INT_ST : RO ;bitpos:[6] ;default: 1'b0 ; */
/*description: The bit indicates the status of the interrupt that occurs only when Cache sync-o
peration is done..*/
#define CACHE_SYNC_DONE_INT_ST (BIT(6))
#define CACHE_SYNC_DONE_INT_ST_M (BIT(6))
#define CACHE_SYNC_DONE_INT_ST_V 0x1
#define CACHE_SYNC_DONE_INT_ST_S 6
/* CACHE_L1_CACHE_PLD_DONE_INT_ST : RO ;bitpos:[4] ;default: 1'b0 ; */
/*description: The bit indicates the status of the interrupt that occurs only when L1-Cache pre
load-operation is done..*/
#define CACHE_L1_CACHE_PLD_DONE_INT_ST (BIT(4))
#define CACHE_L1_CACHE_PLD_DONE_INT_ST_M (BIT(4))
#define CACHE_L1_CACHE_PLD_DONE_INT_ST_V 0x1
#define CACHE_L1_CACHE_PLD_DONE_INT_ST_S 4
#define CACHE_L1_CACHE_SYNC_PRELOAD_EXCEPTION_REG (DR_REG_CACHE_BASE + 0x234)
/* CACHE_SYNC_ERR_CODE : RO ;bitpos:[13:12] ;default: 2'h0 ; */
/*description: The values 0-2 are available which means sync map, command conflict and size are
error in Cache System..*/
#define CACHE_SYNC_ERR_CODE 0x00000003
#define CACHE_SYNC_ERR_CODE_M ((CACHE_SYNC_ERR_CODE_V)<<(CACHE_SYNC_ERR_CODE_S))
#define CACHE_SYNC_ERR_CODE_V 0x3
#define CACHE_SYNC_ERR_CODE_S 12
/* CACHE_L1_CACHE_PLD_ERR_CODE : RO ;bitpos:[9:8] ;default: 2'h0 ; */
/*description: The value 2 is Only available which means preload size is error in L1-Cache..*/
#define CACHE_L1_CACHE_PLD_ERR_CODE 0x00000003
#define CACHE_L1_CACHE_PLD_ERR_CODE_M ((CACHE_L1_CACHE_PLD_ERR_CODE_V)<<(CACHE_L1_CACHE_PLD_ERR_CODE_S))
#define CACHE_L1_CACHE_PLD_ERR_CODE_V 0x3
#define CACHE_L1_CACHE_PLD_ERR_CODE_S 8
#define CACHE_L1_CACHE_SYNC_RST_CTRL_REG (DR_REG_CACHE_BASE + 0x238)
/* CACHE_L1_CACHE_SYNC_RST : R/W ;bitpos:[4] ;default: 1'b0 ; */
/*description: set this bit to reset sync-logic inside L1-Cache. Recommend that this should onl
y be used to initialize sync-logic when some fatal error of sync-logic occurs..*/
#define CACHE_L1_CACHE_SYNC_RST (BIT(4))
#define CACHE_L1_CACHE_SYNC_RST_M (BIT(4))
#define CACHE_L1_CACHE_SYNC_RST_V 0x1
#define CACHE_L1_CACHE_SYNC_RST_S 4
#define CACHE_L1_CACHE_PRELOAD_RST_CTRL_REG (DR_REG_CACHE_BASE + 0x23C)
/* CACHE_L1_CACHE_PLD_RST : R/W ;bitpos:[4] ;default: 1'b0 ; */
/*description: set this bit to reset preload-logic inside L1-Cache. Recommend that this should
only be used to initialize preload-logic when some fatal error of preload-logic
occurs..*/
#define CACHE_L1_CACHE_PLD_RST (BIT(4))
#define CACHE_L1_CACHE_PLD_RST_M (BIT(4))
#define CACHE_L1_CACHE_PLD_RST_V 0x1
#define CACHE_L1_CACHE_PLD_RST_S 4
#define CACHE_L1_CACHE_AUTOLOAD_BUF_CLR_CTRL_REG (DR_REG_CACHE_BASE + 0x240)
/* CACHE_L1_CACHE_ALD_BUF_CLR : R/W ;bitpos:[4] ;default: 1'b0 ; */
/*description: set this bit to clear autoload-buffer inside L1-Cache. If this bit is active, au
toload will not work in L1-Cache. This bit should not be active when autoload wo
rks in L1-Cache..*/
#define CACHE_L1_CACHE_ALD_BUF_CLR (BIT(4))
#define CACHE_L1_CACHE_ALD_BUF_CLR_M (BIT(4))
#define CACHE_L1_CACHE_ALD_BUF_CLR_V 0x1
#define CACHE_L1_CACHE_ALD_BUF_CLR_S 4
#define CACHE_L1_UNALLOCATE_BUFFER_CLEAR_REG (DR_REG_CACHE_BASE + 0x244)
/* CACHE_L1_CACHE_UNALLOC_CLR : R/W ;bitpos:[4] ;default: 1'b0 ; */
/*description: The bit is used to clear the unallocate request buffer of l1 cache where the una
llocate request is responsed but not completed..*/
#define CACHE_L1_CACHE_UNALLOC_CLR (BIT(4))
#define CACHE_L1_CACHE_UNALLOC_CLR_M (BIT(4))
#define CACHE_L1_CACHE_UNALLOC_CLR_V 0x1
#define CACHE_L1_CACHE_UNALLOC_CLR_S 4
#define CACHE_L1_CACHE_OBJECT_CTRL_REG (DR_REG_CACHE_BASE + 0x248)
/* CACHE_L1_CACHE_MEM_OBJECT : R/W ;bitpos:[10] ;default: 1'b0 ; */
/*description: Set this bit to set L1-Cache data memory as object. This bit should be onehot wi
th the others fields inside this register..*/
#define CACHE_L1_CACHE_MEM_OBJECT (BIT(10))
#define CACHE_L1_CACHE_MEM_OBJECT_M (BIT(10))
#define CACHE_L1_CACHE_MEM_OBJECT_V 0x1
#define CACHE_L1_CACHE_MEM_OBJECT_S 10
/* CACHE_L1_CACHE_TAG_OBJECT : R/W ;bitpos:[4] ;default: 1'b0 ; */
/*description: Set this bit to set L1-Cache tag memory as object. This bit should be onehot wit
h the others fields inside this register..*/
#define CACHE_L1_CACHE_TAG_OBJECT (BIT(4))
#define CACHE_L1_CACHE_TAG_OBJECT_M (BIT(4))
#define CACHE_L1_CACHE_TAG_OBJECT_V 0x1
#define CACHE_L1_CACHE_TAG_OBJECT_S 4
#define CACHE_L1_CACHE_WAY_OBJECT_REG (DR_REG_CACHE_BASE + 0x24C)
/* CACHE_L1_CACHE_WAY_OBJECT : R/W ;bitpos:[2:0] ;default: 3'h0 ; */
/*description: Set this bits to select which way of the tag-object will be accessed. 0: way0, 1
: way1, 2: way2, 3: way3, ?, 7: way7..*/
#define CACHE_L1_CACHE_WAY_OBJECT 0x00000007
#define CACHE_L1_CACHE_WAY_OBJECT_M ((CACHE_L1_CACHE_WAY_OBJECT_V)<<(CACHE_L1_CACHE_WAY_OBJECT_S))
#define CACHE_L1_CACHE_WAY_OBJECT_V 0x7
#define CACHE_L1_CACHE_WAY_OBJECT_S 0
#define CACHE_L1_CACHE_VADDR_REG (DR_REG_CACHE_BASE + 0x250)
/* CACHE_L1_CACHE_VADDR : R/W ;bitpos:[31:0] ;default: 32'h40000000 ; */
/*description: Those bits stores the virtual address which will decide where inside the specifi
ed tag memory object will be accessed..*/
#define CACHE_L1_CACHE_VADDR 0xFFFFFFFF
#define CACHE_L1_CACHE_VADDR_M ((CACHE_L1_CACHE_VADDR_V)<<(CACHE_L1_CACHE_VADDR_S))
#define CACHE_L1_CACHE_VADDR_V 0xFFFFFFFF
#define CACHE_L1_CACHE_VADDR_S 0
#define CACHE_L1_CACHE_DEBUG_BUS_REG (DR_REG_CACHE_BASE + 0x254)
/* CACHE_L1_CACHE_DEBUG_BUS : R/W ;bitpos:[31:0] ;default: 32'h254 ; */
/*description: This is a constant place where we can write data to or read data from the tag/da
ta memory on the specified cache..*/
#define CACHE_L1_CACHE_DEBUG_BUS 0xFFFFFFFF
#define CACHE_L1_CACHE_DEBUG_BUS_M ((CACHE_L1_CACHE_DEBUG_BUS_V)<<(CACHE_L1_CACHE_DEBUG_BUS_S))
#define CACHE_L1_CACHE_DEBUG_BUS_V 0xFFFFFFFF
#define CACHE_L1_CACHE_DEBUG_BUS_S 0
#define CACHE_CLOCK_GATE_REG (DR_REG_CACHE_BASE + 0x3AC)
/* CACHE_CLK_EN : R/W ;bitpos:[0] ;default: 1'h1 ; */
/*description: The bit is used to enable clock gate when access all registers in this module..*/
#define CACHE_CLK_EN (BIT(0))
#define CACHE_CLK_EN_M (BIT(0))
#define CACHE_CLK_EN_V 0x1
#define CACHE_CLK_EN_S 0
#define CACHE_REDUNDANCY_SIG0_REG (DR_REG_CACHE_BASE + 0x3B0)
/* CACHE_REDCY_SIG0 : R/W ;bitpos:[31:0] ;default: 32'h0 ; */
/*description: Those bits are prepared for ECO..*/
#define CACHE_REDCY_SIG0 0xFFFFFFFF
#define CACHE_REDCY_SIG0_M ((CACHE_REDCY_SIG0_V)<<(CACHE_REDCY_SIG0_S))
#define CACHE_REDCY_SIG0_V 0xFFFFFFFF
#define CACHE_REDCY_SIG0_S 0
#define CACHE_REDUNDANCY_SIG1_REG (DR_REG_CACHE_BASE + 0x3B4)
/* CACHE_REDCY_SIG1 : R/W ;bitpos:[31:0] ;default: 32'h0 ; */
/*description: Those bits are prepared for ECO..*/
#define CACHE_REDCY_SIG1 0xFFFFFFFF
#define CACHE_REDCY_SIG1_M ((CACHE_REDCY_SIG1_V)<<(CACHE_REDCY_SIG1_S))
#define CACHE_REDCY_SIG1_V 0xFFFFFFFF
#define CACHE_REDCY_SIG1_S 0
#define CACHE_REDUNDANCY_SIG2_REG (DR_REG_CACHE_BASE + 0x3B8)
/* CACHE_REDCY_SIG2 : R/W ;bitpos:[31:0] ;default: 32'h0 ; */
/*description: Those bits are prepared for ECO..*/
#define CACHE_REDCY_SIG2 0xFFFFFFFF
#define CACHE_REDCY_SIG2_M ((CACHE_REDCY_SIG2_V)<<(CACHE_REDCY_SIG2_S))
#define CACHE_REDCY_SIG2_V 0xFFFFFFFF
#define CACHE_REDCY_SIG2_S 0
#define CACHE_REDUNDANCY_SIG3_REG (DR_REG_CACHE_BASE + 0x3BC)
/* CACHE_REDCY_SIG3 : R/W ;bitpos:[31:0] ;default: 32'h0 ; */
/*description: Those bits are prepared for ECO..*/
#define CACHE_REDCY_SIG3 0xFFFFFFFF
#define CACHE_REDCY_SIG3_M ((CACHE_REDCY_SIG3_V)<<(CACHE_REDCY_SIG3_S))
#define CACHE_REDCY_SIG3_V 0xFFFFFFFF
#define CACHE_REDCY_SIG3_S 0
#define CACHE_REDUNDANCY_SIG4_REG (DR_REG_CACHE_BASE + 0x3C0)
/* CACHE_REDCY_SIG4 : RO ;bitpos:[3:0] ;default: 4'h0 ; */
/*description: Those bits are prepared for ECO..*/
#define CACHE_REDCY_SIG4 0x0000000F
#define CACHE_REDCY_SIG4_M ((CACHE_REDCY_SIG4_V)<<(CACHE_REDCY_SIG4_S))
#define CACHE_REDCY_SIG4_V 0xF
#define CACHE_REDCY_SIG4_S 0
#define CACHE_DATE_REG (DR_REG_CACHE_BASE + 0x3FC)
/* CACHE_DATE : R/W ;bitpos:[27:0] ;default: 28'h2207250 ; */
/*description: version control register. Note that this default value stored is the latest date
when the hardware logic was updated..*/
#define CACHE_DATE 0x0FFFFFFF
#define CACHE_DATE_M ((CACHE_DATE_V)<<(CACHE_DATE_S))
#define CACHE_DATE_V 0xFFFFFFF
#define CACHE_DATE_S 0
#ifdef __cplusplus
}
#endif
#endif /*_SOC_CACHE_REG_H_ */