Home
last modified time | relevance | path

Searched defs:max (Results 1 – 2 of 2) sorted by relevance

/sof-2.7.6/src/arch/xtensa/include/xtensa/
Dcore-macros.h211 # define _XTHAL_DCACHE_BLOCK_DOWNGRADE_MAX(addr, size, type, max) \ argument
231 # define xthal_dcache_block_invalidate_max(addr, size, max) do { \ argument
234 # define xthal_dcache_block_writeback_max(addr, size, max) do { \ argument
237 # define xthal_dcache_block_writeback_inv_max(addr, size, max) do { \ argument
279 # define xthal_dcache_block_invalidate_max(addr, size, max) do {/*nothing*/} while(0) argument
280 # define xthal_dcache_block_writeback_max(addr, size, max) do {/*nothing*/} while(0) argument
281 # define xthal_dcache_block_writeback_inv_max(addr, size, max) do {/*nothing*/} while(0) argument
/sof-2.7.6/src/arch/xtensa/hal/
Dmpu.c727 static unsigned max(unsigned a, unsigned b, unsigned c) in max() function