Home
last modified time | relevance | path

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

/openbmc/qemu/hw/nvram/
H A Dfw_cfg.c237 uint32_t rt_le32; in fw_cfg_reboot() local
250 rt_le32 = cpu_to_le32(rt_val); in fw_cfg_reboot()
251 fw_cfg_add_file(s, "etc/boot-fail-wait", g_memdup(&rt_le32, 4), 4); in fw_cfg_reboot()