Home
last modified time | relevance | path

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

/linux-4.4.14/arch/mips/include/asm/octeon/
Dcvmx-scratch.h134 static inline void cvmx_scratch_write64(uint64_t address, uint64_t value) in cvmx_scratch_write64() function
/linux-4.4.14/drivers/staging/octeon/
Dethernet-tx.c514 cvmx_scratch_write64(CVMX_SCR_SCRATCH, old_scratch); in cvm_oct_xmit()
515 cvmx_scratch_write64(CVMX_SCR_SCRATCH + 8, old_scratch2); in cvm_oct_xmit()
Dethernet-rx.c432 cvmx_scratch_write64(CVMX_SCR_SCRATCH, old_scratch); in cvm_oct_napi_poll()