Searched refs:counter2 (Results 1 - 4 of 4) sorted by last modified time

/freebsd-11-stable/sys/arm/freescale/imx/
H A Dimx6_snvs.c116 sbintime_t counter1, counter2; local
135 counter2 = (uint64_t)RD4(sc, SNVS_LPSRTCMR) << (SBT_LSB + 32);
136 counter2 |= (uint64_t)RD4(sc, SNVS_LPSRTCLR) << (SBT_LSB);
137 } while (counter1 != counter2);
/freebsd-11-stable/contrib/ofed/opensm/include/iba/
H A Dib_types.h8618 ib_net32_t counter2;
/freebsd-11-stable/sys/contrib/octeon-sdk/
H A Dcvmx-log.c386 * @param counter2 Event type for counter 2
388 void cvmx_log_perf_setup(cvmx_core_perf_t counter1, cvmx_core_perf_t counter2) argument
399 control.s.event = counter2;
H A Dcvmx-log.h121 * @param counter2 Event type for counter 2
123 void cvmx_log_perf_setup(cvmx_core_perf_t counter1, cvmx_core_perf_t counter2);

Completed in 113 milliseconds