Searched refs:CVMX_CIU_TIMX (Results 1 – 4 of 4) sorted by relevance
96 cvmx_write_csr(CVMX_CIU_TIMX(timer), timx.u64); in start_timer()98 timx.u64 = cvmx_read_csr(CVMX_CIU_TIMX(timer)); in start_timer()132 cvmx_write_csr(CVMX_CIU_TIMX(timer), timx.u64); in disable_timer()134 timx.u64 = cvmx_read_csr(CVMX_CIU_TIMX(timer)); in disable_timer()
69 cvmx_write_csr(CVMX_CIU_TIMX(1), ciu_timx.u64); in cvm_oct_kick_tx_poll_watchdog()689 cvmx_write_csr(CVMX_CIU_TIMX(1), 0); in cvm_oct_tx_cleanup_watchdog()700 cvmx_write_csr(CVMX_CIU_TIMX(1), 0); in cvm_oct_tx_initialize()
1415 #define CVMX_CIU_TIMX(a) (a) macro
43 #define CVMX_CIU_TIMX(c) CVMX_CIU_ADDR(0x0480, c, 0x0F, 8) macro