Home
last modified time | relevance | path

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

/openbmc/qemu/hw/nvram/
H A Dfw_cfg.c189 int64_t bst_val = current_machine->boot_config.splash_time; in fw_cfg_bootsplash() local
193 if (bst_val < 0 || bst_val > 0xffff) { in fw_cfg_bootsplash()
199 bst_le16 = cpu_to_le16(bst_val); in fw_cfg_bootsplash()