Searched refs:UCLASS_RTC (Results 1 – 21 of 21) sorted by relevance
/openbmc/u-boot/test/dm/ |
H A D | rtc.c | 21 ut_asserteq(-ENODEV, uclass_get_device_by_seq(UCLASS_RTC, 2, &dev)); in dm_test_rtc_base() 22 ut_assertok(uclass_get_device(UCLASS_RTC, 0, &dev)); in dm_test_rtc_base() 23 ut_assertok(uclass_get_device(UCLASS_RTC, 1, &dev)); in dm_test_rtc_base() 61 ut_assertok(uclass_get_device(UCLASS_RTC, 0, &dev)); in dm_test_rtc_set_get() 126 ut_assertok(uclass_get_device(UCLASS_RTC, 0, &dev)); in dm_test_rtc_reset() 153 ut_assertok(uclass_get_device(UCLASS_RTC, 0, &dev1)); in dm_test_rtc_dual() 155 ut_assertok(uclass_get_device(UCLASS_RTC, 1, &dev2)); in dm_test_rtc_dual()
|
H A D | test-fdt.c | 742 ut_assertok(device_find_first_child_by_uclass(i2c, UCLASS_RTC, &dev)); in dm_test_first_child()
|
/openbmc/u-boot/include/dm/ |
H A D | uclass-id.h | 84 UCLASS_RTC, /* Real time clock device */ enumerator
|
/openbmc/u-boot/net/ |
H A D | sntp.c | 78 ret = uclass_get_device(UCLASS_RTC, 0, &dev); in sntp_handler()
|
/openbmc/u-boot/drivers/bootcount/ |
H A D | rtc.c | 61 if (uclass_get_device_by_ofnode(UCLASS_RTC, phandle_args.node, &rtc)) { in bootcount_rtc_probe()
|
/openbmc/u-boot/arch/x86/lib/fsp/ |
H A D | fsp_common.c | 91 ret = uclass_get_device(UCLASS_RTC, 0, &dev); in fsp_save_s3_stack()
|
/openbmc/u-boot/drivers/rtc/ |
H A D | pl031.c | 135 .id = UCLASS_RTC,
|
H A D | sandbox_rtc.c | 102 .id = UCLASS_RTC,
|
H A D | pcf2127.c | 106 .id = UCLASS_RTC,
|
H A D | rtc-uclass.c | 124 .id = UCLASS_RTC,
|
H A D | isl1208.c | 193 .id = UCLASS_RTC,
|
H A D | mvrtc.c | 180 .id = UCLASS_RTC,
|
H A D | m41t62.c | 172 .id = UCLASS_RTC,
|
H A D | mc146818.c | 251 .id = UCLASS_RTC,
|
H A D | s35392a.c | 358 .id = UCLASS_RTC,
|
H A D | rx8010sj.c | 372 .id = UCLASS_RTC,
|
H A D | ds1307.c | 340 .id = UCLASS_RTC,
|
H A D | rv3029.c | 492 .id = UCLASS_RTC,
|
/openbmc/u-boot/arch/x86/cpu/ivybridge/ |
H A D | sdram.c | 62 ret = uclass_get_device(UCLASS_RTC, 0, &dev); in read_seed_from_cmos() 140 ret = uclass_get_device(UCLASS_RTC, 0, &dev); in write_seeds_to_cmos()
|
/openbmc/u-boot/cmd/ |
H A D | date.c | 42 rcode = uclass_get_device(UCLASS_RTC, 0, &dev); in do_date()
|
/openbmc/u-boot/lib/efi_loader/ |
H A D | efi_runtime.c | 183 r = uclass_get_device(UCLASS_RTC, 0, &dev); in efi_get_time_boottime()
|