Home
last modified time | relevance | path

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

/openbmc/qemu/hw/ppc/
H A Dmac_oldworld.c357 gsize ndrv_size; in ppc_heathrow_init() local
359 if (g_file_get_contents(filename, &ndrv_file, &ndrv_size, NULL)) { in ppc_heathrow_init()
360 fw_cfg_add_file(fw_cfg, "ndrv/qemu_vga.ndrv", ndrv_file, ndrv_size); in ppc_heathrow_init()
H A Dmac_newworld.c518 gsize ndrv_size; in ppc_core99_init() local
520 if (g_file_get_contents(filename, &ndrv_file, &ndrv_size, NULL)) { in ppc_core99_init()
521 fw_cfg_add_file(fw_cfg, "ndrv/qemu_vga.ndrv", ndrv_file, ndrv_size); in ppc_core99_init()