Searched refs:UCLASS_WDT (Results 1 – 25 of 27) sorted by relevance
12
/openbmc/u-boot/board/xilinx/microblaze-generic/ |
H A D | microblaze-generic.c | 73 if (uclass_get_device_by_seq(UCLASS_WDT, 0, &watchdog_dev)) { in board_late_init() 75 if (uclass_get_device(UCLASS_WDT, 0, &watchdog_dev)) { in board_late_init()
|
/openbmc/u-boot/board/xilinx/zynq/ |
H A D | board.c | 35 if (uclass_get_device_by_seq(UCLASS_WDT, 0, &watchdog_dev)) { in board_init() 37 if (uclass_get_device(UCLASS_WDT, 0, &watchdog_dev)) { in board_init()
|
/openbmc/u-boot/arch/mips/mach-mt7620/ |
H A D | cpu.c | 108 if (uclass_get_device_by_seq(UCLASS_WDT, 0, &watchdog_dev)) { in arch_misc_init() 110 if (uclass_get_device(UCLASS_WDT, 0, &watchdog_dev)) { in arch_misc_init()
|
/openbmc/u-boot/arch/arm/mach-mediatek/ |
H A D | cpu.c | 16 ret = uclass_first_device_err(UCLASS_WDT, &wdt); in arch_misc_init()
|
/openbmc/u-boot/drivers/sysreset/ |
H A D | sysreset_ast.c | 19 int ret = uclass_first_device(UCLASS_WDT, &wdt); in ast_sysreset_request()
|
H A D | sysreset_watchdog.c | 37 err = uclass_get_device_by_phandle(UCLASS_WDT, dev, in wdt_reboot_probe()
|
/openbmc/u-boot/test/dm/ |
H A D | wdt.c | 21 ut_assertok(uclass_get_device(UCLASS_WDT, 0, &dev)); in dm_test_wdt_base()
|
/openbmc/u-boot/drivers/watchdog/ |
H A D | sandbox_wdt.c | 60 .id = UCLASS_WDT,
|
H A D | mpc8xx_wdt.c | 65 .id = UCLASS_WDT,
|
H A D | mt7621_wdt.c | 97 .id = UCLASS_WDT,
|
H A D | bcm6345_wdt.c | 100 .id = UCLASS_WDT,
|
H A D | wdt-uclass.c | 89 .id = UCLASS_WDT,
|
H A D | at91sam9_wdt.c | 131 .id = UCLASS_WDT,
|
H A D | xilinx_tb_wdt.c | 121 .id = UCLASS_WDT,
|
H A D | mtk_wdt.c | 129 .id = UCLASS_WDT,
|
H A D | cdns_wdt.c | 262 .id = UCLASS_WDT,
|
H A D | ast_wdt.c | 186 .id = UCLASS_WDT,
|
H A D | armada-37xx-wdt.c | 195 .id = UCLASS_WDT,
|
H A D | orion_wdt.c | 171 .id = UCLASS_WDT,
|
/openbmc/u-boot/include/dm/ |
H A D | uclass-id.h | 111 UCLASS_WDT, /* Watchdog Timer driver */ enumerator
|
/openbmc/u-boot/board/cssi/MCR3000/ |
H A D | MCR3000.c | 153 if (uclass_get_device(UCLASS_WDT, 0, &watchdog_dev)) { in board_early_init_r()
|
/openbmc/u-boot/drivers/reset/aspeed/ |
H A D | reset-ast2400.c | 81 ret = uclass_get_device_by_phandle(UCLASS_WDT, dev, "aspeed,wdt", in ast2400_ofdata_to_platdata()
|
H A D | reset-ast2600.c | 88 ret = uclass_get_device_by_phandle(UCLASS_WDT, dev, "aspeed,ast2600-wdt", in ast2600_ofdata_to_platdata()
|
H A D | reset-ast2500.c | 113 ret = uclass_get_device_by_phandle(UCLASS_WDT, dev, "aspeed,wdt", in ast2500_ofdata_to_platdata()
|
/openbmc/u-boot/board/xilinx/zynqmp/ |
H A D | zynqmp.c | 344 if (uclass_get_device_by_seq(UCLASS_WDT, 0, &watchdog_dev)) { in board_init() 346 if (uclass_get_device(UCLASS_WDT, 0, &watchdog_dev)) { in board_init()
|
12