Searched refs:sh_cache_way_shift (Results 1 - 3 of 3) sorted by relevance

/netbsd-current/sys/arch/sh3/sh3/
H A Dcache_sh3.c53 int sh_cache_way_shift; variable
113 sh_cache_way_shift =
152 cca = (SH3_CCA | way << sh_cache_way_shift | va);
175 (SH3_CCA | way << sh_cache_way_shift | va);
H A Ddb_interface.c512 sh_cache_way_shift, sh_cache_entry_mask, sh_cache_line_size);
519 r = _reg_read_4(cca | (way << sh_cache_way_shift));
/netbsd-current/sys/arch/sh3/include/
H A Dcache.h144 extern int sh_cache_way_shift;

Completed in 358 milliseconds