Home
last modified time | relevance | path

Searched refs:L1C_BASE (Results 1 – 14 of 14) sorted by relevance

/bsp/bouffalo_lab/libraries/bl_mcu_sdk/drivers/soc/bl702/std/src/
A Dbl702_l1c.c106 tmpVal = BL_RD_REG(L1C_BASE, L1C_CONFIG); in L1C_Cache_Enable_Set()
112 BL_WR_REG(L1C_BASE, L1C_CONFIG, tmpVal); in L1C_Cache_Enable_Set()
116 BL_WR_REG(L1C_BASE, L1C_CONFIG, tmpVal); in L1C_Cache_Enable_Set()
123 BL_WR_REG(L1C_BASE, L1C_CONFIG, tmpVal); in L1C_Cache_Enable_Set()
139 BL_WR_REG(L1C_BASE, L1C_CONFIG, tmpVal); in L1C_Cache_Enable_Set()
146 BL_WR_REG(L1C_BASE, L1C_CONFIG, tmpVal); in L1C_Cache_Enable_Set()
161 BL_WR_REG(L1C_BASE, L1C_CONFIG, tmpVal); in L1C_Cache_Enable_Set()
164 BL_WR_REG(L1C_BASE, L1C_CONFIG, tmpVal); in L1C_Cache_Enable_Set()
168 BL_WR_REG(L1C_BASE, L1C_CONFIG, tmpVal); in L1C_Cache_Enable_Set()
176 BL_WR_REG(L1C_BASE, L1C_CONFIG, tmpVal); in L1C_Cache_Enable_Set()
[all …]
A Dbl702_common.c104 if (BL_GET_REG_BITS_VAL(BL_RD_REG(L1C_BASE, L1C_CONFIG), L1C_IROM_2T_ACCESS)) { in ASM_Delay_Us()
/bsp/bouffalo_lab/libraries/bl_mcu_sdk/drivers/soc/bl602/std/src/
A Dbl602_l1c.c105 tmpVal = BL_RD_REG(L1C_BASE, L1C_CONFIG); in L1C_Set_Wrap()
113 tmpVal = BL_RD_REG(L1C_BASE, L1C_CONFIG); in L1C_Set_Wrap()
121 BL_WR_REG(L1C_BASE, L1C_CONFIG, tmpVal); in L1C_Set_Wrap()
147 tmpVal = BL_RD_REG(L1C_BASE, L1C_CONFIG); in L1C_Set_Way_Disable()
155 tmpVal = BL_RD_REG(L1C_BASE, L1C_CONFIG); in L1C_Set_Way_Disable()
157 BL_WR_REG(L1C_BASE, L1C_CONFIG, tmpVal); in L1C_Set_Way_Disable()
182 tmpVal = BL_RD_REG(L1C_BASE, L1C_CONFIG); in L1C_IROM_2T_Access_Set()
190 BL_WR_REG(L1C_BASE, L1C_CONFIG, tmpVal); in L1C_IROM_2T_Access_Set()
214 BL_WR_REG(L1C_BASE, L1C_CONFIG, tmpVal); in L1C_BMX_Init()
276 BL_WR_REG(L1C_BASE, L1C_CONFIG, tmpVal); in L1C_BMX_BusErrResponse_Enable()
[all …]
A Dbl602_common.c69 if (BL_GET_REG_BITS_VAL(BL_RD_REG(L1C_BASE, L1C_CONFIG), L1C_IROM_2T_ACCESS)) { in ASM_Delay_Us()
/bsp/bouffalo_lab/libraries/bl_mcu_sdk/drivers/soc/bl602/std/include/
A Dbl602_l1c.h146 #define L1C_CONF_REG_NP (L1C_BASE + 0x00)
147 #define L1C_HIT_CNT_LSB_REG_NP (L1C_BASE + 0x04)
148 #define L1C_HIT_CNT_MSB_REG_NP (L1C_BASE + 0x08)
149 #define L1C_MISS_CNT_REG_NP (L1C_BASE + 0x0C)
/bsp/bouffalo_lab/libraries/bl_mcu_sdk/drivers/soc/bl702/std/include/
A Dbl702_l1c.h152 #define L1C_CONF_REG (L1C_BASE + 0x00)
153 #define L1C_HIT_CNT_LSB_REG (L1C_BASE + 0x04)
154 #define L1C_HIT_CNT_MSB_REG (L1C_BASE + 0x08)
155 #define L1C_MISS_CNT_REG (L1C_BASE + 0x0C)
/bsp/bouffalo_lab/libraries/bl_mcu_sdk/drivers/lhal/config/bl602/
A Dbl602_memorymap.h50 #define L1C_BASE ((uint32_t)0x40009000) /*!< L1 cache config base address */ macro
/bsp/bouffalo_lab/libraries/bl_mcu_sdk/drivers/lhal/config/bl702/
A Dbl702_memorymap.h61 #define L1C_BASE ((uint32_t)0x40009000) /*!< L1 cache config base address */ macro
/bsp/bouffalo_lab/libraries/bl_mcu_sdk/drivers/lhal/config/bl616/
A Dbl616_memorymap.h72 #define L1C_BASE ((uint32_t)0x20009000) macro
/bsp/bouffalo_lab/libraries/bl_mcu_sdk/drivers/lhal/config/bl808/
A Dbl808_memorymap.h75 #define L1C_BASE ((uint32_t)0x20009000) macro
/bsp/bouffalo_lab/libraries/bl_mcu_sdk/drivers/soc/bl602/std/include/hardware/
A Dbl602.h161 #define L1C_BASE ((uint32_t)0x40009000) /*!< L1 cache config base address */ macro
/bsp/bouffalo_lab/libraries/bl_mcu_sdk/drivers/soc/bl702/std/include/hardware/
A Dbl702.h182 #define L1C_BASE ((uint32_t)0x40009000) /*!< L1 cache config base address */ macro
/bsp/bouffalo_lab/libraries/bl_mcu_sdk/drivers/soc/bl616/std/include/hardware/
A Dbl616.h206 #define L1C_BASE ((uint32_t)0x20009000) macro
/bsp/bouffalo_lab/libraries/bl_mcu_sdk/drivers/soc/bl808/std/include/hardware/
A Dbl808.h419 #define L1C_BASE ((uint32_t)0x20009000) macro

Completed in 29 milliseconds