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

/netbsd-current/sys/arch/sh3/include/
H A Dmmu_sh3.h50 #define SH3_MMUCR_TF 0x00000004 macro
81 #define SH3_TLB_DISABLE *(volatile uint32_t *)SH3_MMUCR = SH3_MMUCR_TF
/netbsd-current/sys/arch/hpc/stand/hpcboot/sh3/cpu/
H A Dsh3.h72 #define SH3_MMUCR_TF 0x00000004 macro
103 #define SH3_MMU_DISABLE() _reg_write_4(SH3_MMUCR, SH3_MMUCR_TF)
/netbsd-current/sys/arch/sh3/sh3/
H A Dmmu_sh3.c53 _reg_write_4(SH3_MMUCR, SH3_MMUCR_TF | SH3_MMUCR_AT);

Completed in 72 milliseconds