Searched refs:time_h (Results 1 - 20 of 20) sorted by relevance

/seL4-refos-master/projects/util_libs/libplatsupport/src/plat/hifive/
H A Dpwm.c103 pwm->time_h++;
113 pwm->time_h++;
117 uint64_t num_ticks = (pwm->time_h * (PWMCMP_MASK << PWMSCALE_MASK) + pwm->pwm_map->pwmcount);
/seL4-refos-master/libs/libplatsupport/src/plat/hifive/
H A Dpwm.c103 pwm->time_h++;
113 pwm->time_h++;
117 uint64_t num_ticks = (pwm->time_h * (PWMCMP_MASK << PWMSCALE_MASK) + pwm->pwm_map->pwmcount);
/seL4-refos-master/libs/libplatsupport/src/plat/am335x/
H A Dtimer.c50 dmt->time_h = 0;
144 dmt->time_h++;
165 high = dmt->time_h;
/seL4-refos-master/libs/libplatsupport/src/plat/fvp/
H A Dsp804.c44 sp804->time_h = 0;
124 sp804->time_h++;
151 high = sp804->time_h;
/seL4-refos-master/projects/util_libs/libplatsupport/src/plat/am335x/
H A Dtimer.c50 dmt->time_h = 0;
144 dmt->time_h++;
165 high = dmt->time_h;
/seL4-refos-master/projects/util_libs/libplatsupport/src/plat/fvp/
H A Dsp804.c44 sp804->time_h = 0;
124 sp804->time_h++;
151 high = sp804->time_h;
/seL4-refos-master/libs/libplatsupport/mach_include/exynos/platsupport/mach/
H A Dpwm.h60 uint64_t time_h; /* track overflows for get_time */ member in struct:pwm
/seL4-refos-master/projects/util_libs/libplatsupport/mach_include/exynos/platsupport/mach/
H A Dpwm.h60 uint64_t time_h; /* track overflows for get_time */ member in struct:pwm
/seL4-refos-master/libs/libplatsupport/plat_include/am335x/platsupport/plat/
H A Dtimer.h74 uint32_t time_h; member in struct:dmt
/seL4-refos-master/libs/libplatsupport/plat_include/hikey/platsupport/plat/
H A Ddmt.h56 uint32_t time_h; member in struct:__anon4
/seL4-refos-master/libs/libplatsupport/plat_include/fvp/platsupport/plat/
H A Dsp804.h62 uint32_t time_h; member in struct:__anon2
/seL4-refos-master/projects/util_libs/libplatsupport/plat_include/am335x/platsupport/plat/
H A Dtimer.h74 uint32_t time_h; member in struct:dmt
/seL4-refos-master/projects/util_libs/libplatsupport/plat_include/hikey/platsupport/plat/
H A Ddmt.h56 uint32_t time_h; member in struct:__anon15
/seL4-refos-master/projects/util_libs/libplatsupport/plat_include/fvp/platsupport/plat/
H A Dsp804.h62 uint32_t time_h; member in struct:__anon13
/seL4-refos-master/projects/util_libs/libplatsupport/plat_include/hifive/platsupport/plat/
H A Dpwm.h71 uint64_t time_h; member in struct:pwm
/seL4-refos-master/libs/libplatsupport/plat_include/hifive/platsupport/plat/
H A Dpwm.h71 uint64_t time_h; member in struct:pwm
/seL4-refos-master/libs/libplatsupport/src/mach/exynos/
H A Dpwm.c147 pwm->time_h = 0;
189 pwm->time_h++;
221 uint64_t hi = pwm->time_h;
224 if (hi != pwm->time_h) {
227 return pwm->time_h * NS_IN_S + (NS_IN_S - time_l);
/seL4-refos-master/projects/util_libs/libplatsupport/src/mach/exynos/
H A Dpwm.c147 pwm->time_h = 0;
189 pwm->time_h++;
221 uint64_t hi = pwm->time_h;
224 if (hi != pwm->time_h) {
227 return pwm->time_h * NS_IN_S + (NS_IN_S - time_l);
/seL4-refos-master/libs/libplatsupport/src/plat/hikey/
H A Ddmt.c52 dmt->time_h = 0;
157 dmt->time_h++;
185 high = dmt->time_h;
/seL4-refos-master/projects/util_libs/libplatsupport/src/plat/hikey/
H A Ddmt.c52 dmt->time_h = 0;
157 dmt->time_h++;
185 high = dmt->time_h;

Completed in 100 milliseconds