Home
last modified time | relevance | path

Searched refs:UCLASS_TIMER (Results 1 – 25 of 27) sorted by relevance

12

/u-boot/test/dm/
A Dtimer.c22 ut_assertok(uclass_get_device_by_name(UCLASS_TIMER, "timer@0", &dev)); in dm_test_timer_base()
37 ut_assertok(uclass_get_device_by_name(UCLASS_TIMER, "timer@1", &dev)); in dm_test_timer_timebase_fallback()
42 ut_assertok(uclass_get_device_by_name(UCLASS_TIMER, "timer@1", &dev)); in dm_test_timer_timebase_fallback()
/u-boot/drivers/timer/
A Dtimer-uclass.c146 uclass_get_device_by_ofnode(UCLASS_TIMER, node, &dev)) { in dm_timer_init()
161 ret = uclass_first_device_err(UCLASS_TIMER, &dev); in dm_timer_init()
175 .id = UCLASS_TIMER,
A Dstm32_timer.c7 #define LOG_CATEGORY UCLASS_TIMER
132 .id = UCLASS_TIMER,
A Dmpc83xx_timer.c107 ret = uclass_first_device_err(UCLASS_TIMER, &timer); in interrupt_init()
244 .id = UCLASS_TIMER,
A Dsandbox_timer.c60 .id = UCLASS_TIMER,
A Dandes_plmt_timer.c65 .id = UCLASS_TIMER,
A Driscv_timer.c69 .id = UCLASS_TIMER,
A Dsifive_clint_timer.c62 .id = UCLASS_TIMER,
A Darc_timer.c105 .id = UCLASS_TIMER,
A Dast_timer.c86 .id = UCLASS_TIMER,
A Datmel_pit_timer.c81 .id = UCLASS_TIMER,
A Dsti-timer.c80 .id = UCLASS_TIMER,
A Daltera_timer.c88 .id = UCLASS_TIMER,
A Ddw-apb-timer.c96 .id = UCLASS_TIMER,
A Dmtk_timer.c89 .id = UCLASS_TIMER,
A Domap-timer.c100 .id = UCLASS_TIMER,
A Dostm_timer.c87 .id = UCLASS_TIMER,
A Dnomadik-mtu-timer.c108 .id = UCLASS_TIMER,
A Dmchp-pit64b-timer.c101 .id = UCLASS_TIMER,
A Datcpit100_timer.c106 .id = UCLASS_TIMER,
A Dcadence-ttc.c111 .id = UCLASS_TIMER,
A Dag101p_timer.c111 .id = UCLASS_TIMER,
A Drockchip_timer.c165 .id = UCLASS_TIMER,
/u-boot/arch/riscv/lib/
A Dsifive_clint.c28 ret = uclass_get_device_by_driver(UCLASS_TIMER, in riscv_init_ipi()
/u-boot/include/dm/
A Duclass-id.h115 UCLASS_TIMER, /* Timer device */ enumerator

Completed in 31 milliseconds

12