Searched refs:cache_enable (Results 1 – 15 of 15) sorted by relevance
| /bsp/allwinner_tina/libcpu/ |
| A D | cpuport.c | 29 rt_inline void cache_enable(rt_uint32_t bit) in cache_enable() function 65 rt_inline void cache_enable(rt_uint32_t bit) in cache_enable() function 96 cache_enable(ICACHE_MASK); in rt_hw_cpu_icache_enable() 123 cache_enable(DCACHE_MASK); in rt_hw_cpu_dcache_enable()
|
| /bsp/microchip/samd51-adafruit-metro-m4/bsp/hal/include/ |
| A D | hal_cache.h | 53 int32_t cache_enable(const void *hw);
|
| /bsp/microchip/samd51-seeed-wio-terminal/bsp/hal/include/ |
| A D | hal_cache.h | 53 int32_t cache_enable(const void *hw);
|
| /bsp/microchip/same54/bsp/hal/include/ |
| A D | hal_cache.h | 53 int32_t cache_enable(const void *hw);
|
| /bsp/microchip/samd51-adafruit-metro-m4/bsp/hal/src/ |
| A D | hal_cache.c | 51 int32_t cache_enable(const void *hw) in cache_enable() function
|
| /bsp/microchip/samd51-seeed-wio-terminal/bsp/hal/src/ |
| A D | hal_cache.c | 51 int32_t cache_enable(const void *hw) in cache_enable() function
|
| /bsp/microchip/same54/bsp/hal/src/ |
| A D | hal_cache.c | 51 int32_t cache_enable(const void *hw) in cache_enable() function
|
| /bsp/bouffalo_lab/libraries/bl_mcu_sdk/drivers/lhal/include/ |
| A D | bflb_flash.h | 144 int bflb_flash_set_cache(uint8_t cont_read, uint8_t cache_enable, uint8_t cache_way_disable, uint32…
|
| /bsp/bouffalo_lab/bl808/m0/board/ |
| A D | fw_header.c | 161 .cpu_cfg[0].cache_enable = 0x0, /* cache setting :only for BL Cache */ 178 .cpu_cfg[1].cache_enable = 0x0, /* cache setting :only for BL Cache */
|
| A D | fw_header.h | 153 uint8_t cache_enable : 1; /* cache setting */ member
|
| /bsp/bouffalo_lab/bl808/lp/board/ |
| A D | fw_header.c | 161 .cpu_cfg[0].cache_enable = 0x0, /* cache setting :only for BL Cache */ 178 .cpu_cfg[1].cache_enable = 0x0, /* cache setting :only for BL Cache */
|
| A D | fw_header.h | 153 uint8_t cache_enable : 1; /* cache setting */ member
|
| /bsp/bouffalo_lab/bl61x/board/ |
| A D | fw_header.h | 143 uint8_t cache_enable : 1; /* cache setting */ member
|
| A D | fw_header.c | 146 .cpu_cfg.cache_enable = 0x0, /* cache setting :only for BL Cache */
|
| /bsp/bouffalo_lab/libraries/bl_mcu_sdk/drivers/lhal/src/ |
| A D | bflb_flash.c | 737 int ATTR_TCM_SECTION bflb_flash_set_cache(uint8_t cont_read, uint8_t cache_enable, uint8_t cache_wa… in bflb_flash_set_cache() argument 769 if (cache_enable) { in bflb_flash_set_cache()
|
Completed in 20 milliseconds