Home
last modified time | relevance | path

Searched refs:warm_reset (Results 1 – 10 of 10) sorted by relevance

/openbmc/u-boot/arch/arm/mach-omap2/
H A Dreset.c21 u32 __weak warm_reset(void) in warm_reset() function
H A Demif-common.c404 if (warm_reset()) { in dra7_ddr3_init()
1199 if (!(running_from_sdram() || warm_reset())) { in emif_get_device_details()
1275 if (!in_sdram && (!warm_reset() || is_dra7xx())) { in do_sdram_init()
1285 if (warm_reset() && (emif_sdram_type(regs->sdram_config) == in do_sdram_init()
1523 if ((sdram_type == EMIF_SDRAM_TYPE_LPDDR2) && !warm_reset()) in sdram_init()
1538 if (!(in_sdram || warm_reset())) { in sdram_init()
1582 (!in_sdram && !warm_reset()) && (!is_dra7xx())) { in sdram_init()
H A Dhwinit-common.c185 if (warm_reset()) in early_system_init()
/openbmc/u-boot/arch/arm/include/asm/arch-omap4/
H A Dsys_proto.h65 u32 warm_reset(void);
/openbmc/u-boot/arch/arm/mach-omap2/omap4/
H A Dboot.c70 if (!warm_reset()) in omap_reboot_mode()
/openbmc/u-boot/arch/arm/include/asm/arch-omap3/
H A Dsys_proto.h74 u32 warm_reset(void);
/openbmc/u-boot/arch/arm/include/asm/arch-omap5/
H A Dsys_proto.h72 u32 warm_reset(void);
/openbmc/u-boot/arch/arm/mach-omap2/omap5/
H A Dhwinit.c432 u32 warm_reset(void) in warm_reset() function
/openbmc/qemu/hw/ipmi/
H A Dipmi_bmc_sim.c883 static void warm_reset(IPMIBmcSim *ibs, in warm_reset() function
2078 [IPMI_CMD_WARM_RESET] = { warm_reset },
/openbmc/qemu/hw/usb/
H A Dhcd-xhci.c2664 static void xhci_port_reset(XHCIPort *port, bool warm_reset) in xhci_port_reset() argument
2666 trace_usb_xhci_port_reset(port->portnr, warm_reset); in xhci_port_reset()
2676 if (warm_reset) { in xhci_port_reset()