Searched refs:CVMX_CIU_TIMX (Results 1 – 4 of 4) sorted by relevance
107 cvmx_write_csr(CVMX_CIU_TIMX(timer), timx.u64); in start_timer()109 timx.u64 = cvmx_read_csr(CVMX_CIU_TIMX(timer)); in start_timer()143 cvmx_write_csr(CVMX_CIU_TIMX(timer), timx.u64); in disable_timer()145 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()691 cvmx_write_csr(CVMX_CIU_TIMX(1), 0); in cvm_oct_tx_cleanup_watchdog()702 cvmx_write_csr(CVMX_CIU_TIMX(1), 0); in cvm_oct_tx_initialize()
1417 #define CVMX_CIU_TIMX(a) (a) macro
43 #define CVMX_CIU_TIMX(c) CVMX_CIU_ADDR(0x0480, c, 0x0F, 8) macro