Home
last modified time | relevance | path

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

/f-stack/freebsd/mips/nlm/hal/
H A Dcpucontrol.h174 uint32_t mmusetup = 0; in nlm_mmu_setup() local
176 mmusetup |= (hashindex_en << 13); in nlm_mmu_setup()
177 mmusetup |= (clk_gating << 3); in nlm_mmu_setup()
178 mmusetup |= (global_mode << 0); in nlm_mmu_setup()
179 nlm_mtcr(MMU_SETUP, mmusetup); in nlm_mmu_setup()