Home
last modified time | relevance | path

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

/SCP-firmware-master/product/rcar/module/rcar_arch_timer/src/
A Dmod_rcar_arch_timer.c79 static int get_counter(fwk_id_t dev_id, uint64_t *value) in get_counter() function
91 status = get_counter(dev_id, &counter); in set_timer()
122 .get_counter = get_counter,
/SCP-firmware-master/module/timer/include/
A Dmod_timer.h119 int (*get_counter)(fwk_id_t dev_id, uint64_t *value); member
175 int (*get_counter)(fwk_id_t dev_id, uint64_t *counter); member
/SCP-firmware-master/module/timer/src/
A Dmod_timer.c115 status = ctx->driver->get_counter(ctx->driver_dev_id, &counter); in _timestamp_from_now()
136 status = ctx->driver->get_counter(ctx->driver_dev_id, &counter); in _remaining()
238 static int get_counter(fwk_id_t dev_id, uint64_t *counter) in get_counter() function
249 return ctx->driver->get_counter(ctx->driver_dev_id, counter); in get_counter()
266 status = ctx->driver->get_counter(ctx->driver_dev_id, &counter); in delay()
296 status = ctx->driver->get_counter(ctx->driver_dev_id, &counter); in wait()
379 .get_counter = get_counter,
648 driver->get_counter == NULL || driver->get_frequency == NULL) { in timer_bind()
/SCP-firmware-master/module/gtimer/src/
A Dmod_gtimer.c93 static int get_counter(fwk_id_t dev_id, uint64_t *value) in get_counter() function
110 status = get_counter(dev_id, &counter); in set_timer()
171 .get_counter = get_counter,
/SCP-firmware-master/product/sgm775/module/sgm775_dmc500/src/
A Dmod_sgm775_dmc500.c313 status = timer_api->get_counter(module_config->timer_id, &counter); in sgm775_dmc500_config()
/SCP-firmware-master/module/dmc500/src/
A Dmod_dmc500.c289 status = timer_api->get_counter(module_config->timer_id, &counter); in dmc500_config()
/SCP-firmware-master/product/juno/module/juno_dmc400/src/
A Dmod_juno_dmc400.c419 status = ctx.timer_api->get_counter(module_config->timer_id, &counter); in ddr_training()

Completed in 9 milliseconds