Home
last modified time | relevance | path

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

/freebsd-9-stable/sys/mips/nlm/hal/
Dcpucontrol.h171 uint32_t mmusetup = 0; in nlm_mmu_setup() local
173 mmusetup |= (hashindex_en << 13); in nlm_mmu_setup()
174 mmusetup |= (clk_gating << 3); in nlm_mmu_setup()
175 mmusetup |= (global_mode << 0); in nlm_mmu_setup()
176 nlm_mtcr(MMU_SETUP, mmusetup); in nlm_mmu_setup()