Home
last modified time | relevance | path

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

/linux-2.6.39/drivers/watchdog/
Docteon-wdt-main.c705 cvmx_write_csr(CVMX_MIO_BOOT_LOC_CFGX(0), 0x81fc0000); in octeon_wdt_init()
739 cvmx_write_csr(CVMX_MIO_BOOT_LOC_CFGX(0), 0); in octeon_wdt_cleanup()
/linux-2.6.39/arch/mips/include/asm/octeon/
Dcvmx-mio-defs.h40 #define CVMX_MIO_BOOT_LOC_CFGX(offset) (CVMX_ADD_IO_SEG(0x0001180000000080ull) + ((offset) & 1) * 8) macro