Home
last modified time | relevance | path

Searched refs:cache_enable (Results 1 – 15 of 15) sorted by relevance

/bsp/allwinner_tina/libcpu/
A Dcpuport.c29 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 Dhal_cache.h53 int32_t cache_enable(const void *hw);
/bsp/microchip/samd51-seeed-wio-terminal/bsp/hal/include/
A Dhal_cache.h53 int32_t cache_enable(const void *hw);
/bsp/microchip/same54/bsp/hal/include/
A Dhal_cache.h53 int32_t cache_enable(const void *hw);
/bsp/microchip/samd51-adafruit-metro-m4/bsp/hal/src/
A Dhal_cache.c51 int32_t cache_enable(const void *hw) in cache_enable() function
/bsp/microchip/samd51-seeed-wio-terminal/bsp/hal/src/
A Dhal_cache.c51 int32_t cache_enable(const void *hw) in cache_enable() function
/bsp/microchip/same54/bsp/hal/src/
A Dhal_cache.c51 int32_t cache_enable(const void *hw) in cache_enable() function
/bsp/bouffalo_lab/libraries/bl_mcu_sdk/drivers/lhal/include/
A Dbflb_flash.h144 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 Dfw_header.c161 .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 Dfw_header.h153 uint8_t cache_enable : 1; /* cache setting */ member
/bsp/bouffalo_lab/bl808/lp/board/
A Dfw_header.c161 .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 Dfw_header.h153 uint8_t cache_enable : 1; /* cache setting */ member
/bsp/bouffalo_lab/bl61x/board/
A Dfw_header.h143 uint8_t cache_enable : 1; /* cache setting */ member
A Dfw_header.c146 .cpu_cfg.cache_enable = 0x0, /* cache setting :only for BL Cache */
/bsp/bouffalo_lab/libraries/bl_mcu_sdk/drivers/lhal/src/
A Dbflb_flash.c737 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