Home
last modified time | relevance | path

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

/f-stack/freebsd/contrib/octeon-sdk/
H A Dcvmx-tim.c192 cvmx_write_csr(CVMX_TIM_RINGX_CTL2(timer_id), ring_ctl2.u64); in cvmx_tim_setup()
H A Dcvmx-tim-defs.h321 static inline uint64_t CVMX_TIM_RINGX_CTL2(unsigned long offset) in CVMX_TIM_RINGX_CTL2() function
329 #define CVMX_TIM_RINGX_CTL2(offset) (CVMX_ADD_IO_SEG(0x0001180058002800ull) + ((offset) & 63) * 8) macro