Home
last modified time | relevance | path

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

/linux-4.1.27/drivers/staging/octeon/
Dethernet-tx.c92 union cvmx_ciu_timx ciu_timx; in cvm_oct_kick_tx_poll_watchdog() local
94 ciu_timx.u64 = 0; in cvm_oct_kick_tx_poll_watchdog()
95 ciu_timx.s.one_shot = 1; in cvm_oct_kick_tx_poll_watchdog()
96 ciu_timx.s.len = cvm_oct_tx_poll_interval; in cvm_oct_kick_tx_poll_watchdog()
97 cvmx_write_csr(CVMX_CIU_TIMX(1), ciu_timx.u64); in cvm_oct_kick_tx_poll_watchdog()