Home
last modified time | relevance | path

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

/linux-5.19.10/drivers/staging/octeon/
Dethernet-tx.c64 union cvmx_ciu_timx ciu_timx; in cvm_oct_kick_tx_poll_watchdog() local
66 ciu_timx.u64 = 0; in cvm_oct_kick_tx_poll_watchdog()
67 ciu_timx.s.one_shot = 1; in cvm_oct_kick_tx_poll_watchdog()
68 ciu_timx.s.len = cvm_oct_tx_poll_interval; in cvm_oct_kick_tx_poll_watchdog()
69 cvmx_write_csr(CVMX_CIU_TIMX(1), ciu_timx.u64); in cvm_oct_kick_tx_poll_watchdog()