Home
last modified time | relevance | path

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

/f-stack/freebsd/contrib/octeon-sdk/
H A Dcvmx-tim.c198 cvmx_write_csr(CVMX_TIM_RINGX_CTL1(timer_id), ring_ctl1.u64); in cvmx_tim_setup()
H A Dcvmx-tim-defs.h310 static inline uint64_t CVMX_TIM_RINGX_CTL1(unsigned long offset) in CVMX_TIM_RINGX_CTL1() function
318 #define CVMX_TIM_RINGX_CTL1(offset) (CVMX_ADD_IO_SEG(0x0001180058002400ull) + ((offset) & 63) * 8) macro