Home
last modified time | relevance | path

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

/linux-3.4.99/arch/mips/netlogic/xlp/
Dwakeup.c60 syscoremask = nlm_read_sys_reg(nlm_sys_base, SYS_CPU_RESET); in xlp_enable_secondary_cores()
71 value = nlm_read_sys_reg(nlm_sys_base, SYS_CORE_DFS_DIS_CTRL); in xlp_enable_secondary_cores()
76 value = nlm_read_sys_reg(nlm_sys_base, SYS_CPU_RESET); in xlp_enable_secondary_cores()
83 value = nlm_read_sys_reg(nlm_sys_base, in xlp_enable_secondary_cores()
Dnlm_hal.c95 rstval = nlm_read_sys_reg(nlm_sys_base, SYS_POWER_ON_RESET_CFG); in nlm_get_core_frequency()
96 dfsval = nlm_read_sys_reg(nlm_sys_base, SYS_CORE_DFS_DIV_VALUE); in nlm_get_core_frequency()
/linux-3.4.99/arch/mips/include/asm/netlogic/xlp-hal/
Dsys.h122 #define nlm_read_sys_reg(b, r) nlm_read_reg(b, r) macro