Home
last modified time | relevance | path

Searched refs:timx (Results 1 - 2 of 2) sorted by relevance

/kernel/linux/linux-5.10/arch/mips/cavium-octeon/
H A Doct_ilm.c99 union cvmx_ciu_timx timx; in start_timer() local
102 timx.u64 = 0; in start_timer()
103 timx.s.one_shot = 1; in start_timer()
104 timx.s.len = interval; in start_timer()
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()
139 union cvmx_ciu_timx timx; in disable_timer() local
141 timx.s.one_shot = 0; in disable_timer()
142 timx.s.len = 0; in disable_timer()
143 cvmx_write_csr(CVMX_CIU_TIMX(timer), timx in disable_timer()
[all...]
/kernel/linux/linux-6.6/arch/mips/cavium-octeon/
H A Doct_ilm.c88 union cvmx_ciu_timx timx; in start_timer() local
91 timx.u64 = 0; in start_timer()
92 timx.s.one_shot = 1; in start_timer()
93 timx.s.len = interval; in start_timer()
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()
128 union cvmx_ciu_timx timx; in disable_timer() local
130 timx.s.one_shot = 0; in disable_timer()
131 timx.s.len = 0; in disable_timer()
132 cvmx_write_csr(CVMX_CIU_TIMX(timer), timx in disable_timer()
[all...]

Completed in 1 milliseconds