Home
last modified time | relevance | path

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

/openbmc/u-boot/drivers/timer/
H A Dtimer-uclass.c106 uclass_get_device_by_ofnode(UCLASS_TIMER, node, &dev)) { in dm_timer_init()
121 ret = uclass_first_device_err(UCLASS_TIMER, &dev); in dm_timer_init()
135 .id = UCLASS_TIMER,
H A Dmpc83xx_timer.c100 ret = uclass_first_device_err(UCLASS_TIMER, &timer); in interrupt_init()
243 .id = UCLASS_TIMER,
H A Driscv_timer.c52 .id = UCLASS_TIMER,
H A Dsandbox_timer.c60 .id = UCLASS_TIMER,
H A Darc_timer.c106 .id = UCLASS_TIMER,
H A Dsti-timer.c72 .id = UCLASS_TIMER,
H A Ddw-apb-timer.c83 .id = UCLASS_TIMER,
H A Dmtk_timer.c79 .id = UCLASS_TIMER,
H A Datmel_pit_timer.c82 .id = UCLASS_TIMER,
H A Dast_timer.c87 .id = UCLASS_TIMER,
H A Daltera_timer.c89 .id = UCLASS_TIMER,
H A Domap-timer.c101 .id = UCLASS_TIMER,
H A Datcpit100_timer.c107 .id = UCLASS_TIMER,
H A Dcadence-ttc.c108 .id = UCLASS_TIMER,
H A Dag101p_timer.c112 .id = UCLASS_TIMER,
H A Dstm32_timer.c130 .id = UCLASS_TIMER,
H A Drockchip_timer.c162 .id = UCLASS_TIMER,
H A Dtsc_timer.c478 .id = UCLASS_TIMER,
/openbmc/u-boot/test/dm/
H A Dtimer.c19 ut_assertok(uclass_get_device(UCLASS_TIMER, 0, &dev)); in dm_test_timer_base()
/openbmc/u-boot/include/dm/
H A Duclass-id.h98 UCLASS_TIMER, /* Timer device */ enumerator