Home
last modified time | relevance | path

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

/linux-4.4.14/arch/mips/cavium-octeon/
Dsmp.c285 cvmx_write_csr(CVMX_CIU_PP_RST, 1 << coreid); in octeon_cpu_die()
286 cvmx_write_csr(CVMX_CIU_PP_RST, 0); in octeon_cpu_die()
335 cvmx_write_csr(CVMX_CIU_PP_RST, 1 << coreid); in octeon_update_boot_vector()
336 cvmx_write_csr(CVMX_CIU_PP_RST, 0); in octeon_update_boot_vector()
/linux-4.4.14/arch/mips/include/asm/octeon/
Dcvmx-ciu-defs.h150 #define CVMX_CIU_PP_RST (CVMX_ADD_IO_SEG(0x0001070000000700ull)) macro