Searched refs:UCLASS_TIMER (Results 1 – 25 of 27) sorted by relevance
12
/u-boot/test/dm/ |
A D | timer.c | 22 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 D | timer-uclass.c | 146 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 D | stm32_timer.c | 7 #define LOG_CATEGORY UCLASS_TIMER 132 .id = UCLASS_TIMER,
|
A D | mpc83xx_timer.c | 107 ret = uclass_first_device_err(UCLASS_TIMER, &timer); in interrupt_init() 244 .id = UCLASS_TIMER,
|
A D | sandbox_timer.c | 60 .id = UCLASS_TIMER,
|
A D | andes_plmt_timer.c | 65 .id = UCLASS_TIMER,
|
A D | riscv_timer.c | 69 .id = UCLASS_TIMER,
|
A D | sifive_clint_timer.c | 62 .id = UCLASS_TIMER,
|
A D | arc_timer.c | 105 .id = UCLASS_TIMER,
|
A D | ast_timer.c | 86 .id = UCLASS_TIMER,
|
A D | atmel_pit_timer.c | 81 .id = UCLASS_TIMER,
|
A D | sti-timer.c | 80 .id = UCLASS_TIMER,
|
A D | altera_timer.c | 88 .id = UCLASS_TIMER,
|
A D | dw-apb-timer.c | 96 .id = UCLASS_TIMER,
|
A D | mtk_timer.c | 89 .id = UCLASS_TIMER,
|
A D | omap-timer.c | 100 .id = UCLASS_TIMER,
|
A D | ostm_timer.c | 87 .id = UCLASS_TIMER,
|
A D | nomadik-mtu-timer.c | 108 .id = UCLASS_TIMER,
|
A D | mchp-pit64b-timer.c | 101 .id = UCLASS_TIMER,
|
A D | atcpit100_timer.c | 106 .id = UCLASS_TIMER,
|
A D | cadence-ttc.c | 111 .id = UCLASS_TIMER,
|
A D | ag101p_timer.c | 111 .id = UCLASS_TIMER,
|
A D | rockchip_timer.c | 165 .id = UCLASS_TIMER,
|
/u-boot/arch/riscv/lib/ |
A D | sifive_clint.c | 28 ret = uclass_get_device_by_driver(UCLASS_TIMER, in riscv_init_ipi()
|
/u-boot/include/dm/ |
A D | uclass-id.h | 115 UCLASS_TIMER, /* Timer device */ enumerator
|
Completed in 31 milliseconds
12