Home
last modified time | relevance | path

Searched refs:mt (Results 1 – 2 of 2) sorted by relevance

/hal_xtensa-3.5.0/src/hal/
Dmpu.c180 inline static int is_cacheable(unsigned int mt);
196 inline static int is_cacheable(unsigned int mt) in is_cacheable() argument
198 return (0x180 & mt) || ((mt & 0x18) == 0x10) || ((mt & 0x30) == 0x30); in is_cacheable()
201 inline static int is_writeback(unsigned int mt) in is_writeback() argument
203 return (((0x180 & mt) && (mt & 0x11)) || in is_writeback()
204 ((((mt & 0x18) == 0x10) || ((mt & 0x30) == 0x30)) & 0x1)); in is_writeback()
207 inline static int is_device(unsigned int mt) in is_device() argument
209 return ((mt & 0x1f0) == 0); in is_device()
1371 int xthal_is_cacheable(unsigned int mt) in xthal_is_cacheable() argument
1374 return is_cacheable(mt); in xthal_is_cacheable()
[all …]
/hal_xtensa-3.5.0/
Dconfig.sub296 | mt \
337 basic_machine=mt-unknown
841 basic_machine=`echo $basic_machine | sed -e 's/ms1-/mt-/'`