HomeSort by: relevance | last modified time | path
    Searched refs:GTMR_FLAG_SUN50I_A64_UNSTABLE_TIMER (Results 1 - 2 of 2) sorted by relevancy

  /src/sys/arch/arm/cortex/
gtmr_var.h 41 #define GTMR_FLAG_SUN50I_A64_UNSTABLE_TIMER __BIT(0)
gtmr.c 139 sc->sc_flags |= GTMR_FLAG_SUN50I_A64_UNSTABLE_TIMER;
186 if (ISSET(sc->sc_flags, GTMR_FLAG_SUN50I_A64_UNSTABLE_TIMER)) {
364 if (!ISSET(sc->sc_flags, GTMR_FLAG_SUN50I_A64_UNSTABLE_TIMER)) {
373 if (!ISSET(sc->sc_flags, GTMR_FLAG_SUN50I_A64_UNSTABLE_TIMER)) {
391 if (ISSET(sc->sc_flags, GTMR_FLAG_SUN50I_A64_UNSTABLE_TIMER)) {
400 if (!ISSET(sc->sc_flags, GTMR_FLAG_SUN50I_A64_UNSTABLE_TIMER)) {

Completed in 15 milliseconds