Home
last modified time | relevance | path

Searched refs:bbzero (Results 1 – 4 of 4) sorted by relevance

/Zephyr-latest/soc/intel/intel_adsp/ace/
Dsram.c32 bbzero((void *)L2_SRAM_BASE, L2_SRAM_SIZE); in hp_sram_init()
49 bbzero((void *)LP_SRAM_BASE, LP_SRAM_SIZE); in lp_sram_init()
/Zephyr-latest/soc/intel/intel_adsp/cavs/
Dsram.c110 bbzero((void *)L2_SRAM_BASE, L2_SRAM_SIZE); in hp_sram_init()
142 bbzero((void *)LP_SRAM_BASE, LP_SRAM_SIZE); in lp_sram_init()
/Zephyr-latest/soc/intel/intel_adsp/common/include/
Dsoc_util.h26 static ALWAYS_INLINE void bbzero(void *dest, size_t bytes) in bbzero() function
/Zephyr-latest/soc/intel/intel_adsp/common/
Dmem_window.c26 bbzero((void *)config->mem_base, config->size); in mem_win_init()