Searched refs:start_point (Results 1 – 4 of 4) sorted by relevance
/hal_espressif-latest/components/hal/include/hal/ |
D | rtc_hal.h | 25 uint32_t start_point: 8, /* the row of start for i-cache tag memory */ member 31 uint32_t start_point: 9, /* the row of start for d-cache tag memory */ member
|
/hal_espressif-latest/components/hal/esp32s3/include/hal/ |
D | rtc_cntl_ll.h | 78 FORCE_INLINE_ATTR void rtc_cntl_ll_enable_icache_tagmem_retention(uint32_t start_point, uint32_t vl… in rtc_cntl_ll_enable_icache_tagmem_retention() argument 80 REG_SET_FIELD(APB_CTRL_RETENTION_CTRL2_REG, APB_CTRL_RET_ICACHE_START_POINT, start_point); in rtc_cntl_ll_enable_icache_tagmem_retention() 86 FORCE_INLINE_ATTR void rtc_cntl_ll_enable_dcache_tagmem_retention(uint32_t start_point, uint32_t vl… in rtc_cntl_ll_enable_dcache_tagmem_retention() argument 88 REG_SET_FIELD(APB_CTRL_RETENTION_CTRL3_REG, APB_CTRL_RET_DCACHE_START_POINT, start_point); in rtc_cntl_ll_enable_dcache_tagmem_retention()
|
/hal_espressif-latest/components/hal/esp32s3/ |
D | rtc_cntl_hal.c | 122 retent->tagmem.icache.start_point, in rtc_cntl_hal_enable_tagmem_retention() 129 retent->tagmem.dcache.start_point, in rtc_cntl_hal_enable_tagmem_retention()
|
/hal_espressif-latest/components/esp_hw_support/ |
D | sleep_cpu.c | 112 s_cpu_retention.retent.tagmem.icache.start_point = index; in cache_tagmem_retention_setup() 132 s_cpu_retention.retent.tagmem.dcache.start_point = index; in cache_tagmem_retention_setup()
|