Home
last modified time | relevance | path

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

/Linux-v4.19/arch/mips/cavium-octeon/
Dsmp.c342 cvmx_write_csr(CVMX_CIU_PP_RST, 1 << coreid); in octeon_cpu_die()
343 cvmx_write_csr(CVMX_CIU_PP_RST, 0); in octeon_cpu_die()
390 cvmx_write_csr(CVMX_CIU_PP_RST, 1 << coreid); in octeon_update_boot_vector()
391 cvmx_write_csr(CVMX_CIU_PP_RST, 0); in octeon_update_boot_vector()
/Linux-v4.19/arch/mips/include/asm/octeon/
Dcvmx-ciu-defs.h32 #define CVMX_CIU_PP_RST CVMX_CIU_ADDR(0x0700, 0, 0x00, 0) macro