Searched refs:UCLASS_TIMER (Results 1 – 20 of 20) sorted by relevance
/openbmc/u-boot/drivers/timer/ |
H A D | timer-uclass.c | 106 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 D | mpc83xx_timer.c | 100 ret = uclass_first_device_err(UCLASS_TIMER, &timer); in interrupt_init() 243 .id = UCLASS_TIMER,
|
H A D | riscv_timer.c | 52 .id = UCLASS_TIMER,
|
H A D | sandbox_timer.c | 60 .id = UCLASS_TIMER,
|
H A D | arc_timer.c | 106 .id = UCLASS_TIMER,
|
H A D | sti-timer.c | 72 .id = UCLASS_TIMER,
|
H A D | dw-apb-timer.c | 83 .id = UCLASS_TIMER,
|
H A D | mtk_timer.c | 79 .id = UCLASS_TIMER,
|
H A D | atmel_pit_timer.c | 82 .id = UCLASS_TIMER,
|
H A D | ast_timer.c | 87 .id = UCLASS_TIMER,
|
H A D | altera_timer.c | 89 .id = UCLASS_TIMER,
|
H A D | omap-timer.c | 101 .id = UCLASS_TIMER,
|
H A D | atcpit100_timer.c | 107 .id = UCLASS_TIMER,
|
H A D | cadence-ttc.c | 108 .id = UCLASS_TIMER,
|
H A D | ag101p_timer.c | 112 .id = UCLASS_TIMER,
|
H A D | stm32_timer.c | 130 .id = UCLASS_TIMER,
|
H A D | rockchip_timer.c | 162 .id = UCLASS_TIMER,
|
H A D | tsc_timer.c | 478 .id = UCLASS_TIMER,
|
/openbmc/u-boot/test/dm/ |
H A D | timer.c | 19 ut_assertok(uclass_get_device(UCLASS_TIMER, 0, &dev)); in dm_test_timer_base()
|
/openbmc/u-boot/include/dm/ |
H A D | uclass-id.h | 98 UCLASS_TIMER, /* Timer device */ enumerator
|