Searched refs:UCLASS_TIMER (Results 1 – 25 of 35) 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 | 6 #define LOG_CATEGORY UCLASS_TIMER 160 uclass_get_device_by_ofnode(UCLASS_TIMER, node, &dev)) { in dm_timer_init() 175 ret = uclass_first_device_err(UCLASS_TIMER, &dev); in dm_timer_init() 189 .id = UCLASS_TIMER,
|
| A D | stm32_timer.c | 7 #define LOG_CATEGORY UCLASS_TIMER 132 .id = UCLASS_TIMER,
|
| A D | mpc83xx_timer.c | 111 ret = uclass_first_device_err(UCLASS_TIMER, &timer); in interrupt_init() 248 .id = UCLASS_TIMER,
|
| A D | andes_plmt_timer.c | 65 .id = UCLASS_TIMER,
|
| A D | riscv_timer.c | 69 .id = UCLASS_TIMER,
|
| A D | sandbox_timer.c | 61 .id = UCLASS_TIMER,
|
| A D | sifive_clint_timer.c | 63 .id = UCLASS_TIMER,
|
| A D | gxp-timer.c | 58 .id = UCLASS_TIMER,
|
| A D | arc_timer.c | 105 .id = UCLASS_TIMER,
|
| A D | arm_twd_timer.c | 103 .id = UCLASS_TIMER,
|
| A D | xilinx-timer.c | 77 .id = UCLASS_TIMER,
|
| A D | tegra-timer.c | 125 .id = UCLASS_TIMER,
|
| A D | arm_global_timer.c | 82 .id = UCLASS_TIMER,
|
| A D | ast_timer.c | 86 .id = UCLASS_TIMER,
|
| A D | atmel_pit_timer.c | 81 .id = UCLASS_TIMER,
|
| A D | altera_timer.c | 88 .id = UCLASS_TIMER,
|
| A D | nomadik-mtu-timer.c | 105 .id = UCLASS_TIMER,
|
| A D | ostm_timer.c | 88 .id = UCLASS_TIMER,
|
| A D | sp804_timer.c | 102 .id = UCLASS_TIMER,
|
| A D | fttmr010_timer.c | 87 .id = UCLASS_TIMER,
|
| A D | mchp-pit64b-timer.c | 101 .id = UCLASS_TIMER,
|
| A D | omap-timer.c | 122 .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 | 134 UCLASS_TIMER, /* Timer device */ enumerator
|
Completed in 19 milliseconds
12