Home
last modified time | relevance | path

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

/openbmc/qemu/hw/ppc/
H A Dfw_cfg.c26 {FW_CFG_PPC_HEIGHT, "height"}, in fw_cfg_arch_key_name()
H A Dmac_oldworld.c336 fw_cfg_add_i16(fw_cfg, FW_CFG_PPC_HEIGHT, graphic_height); in ppc_heathrow_init()
H A Dprep.c400 fw_cfg_add_i16(fw_cfg, FW_CFG_PPC_HEIGHT, graphic_height); in ibm_40p_init()
H A Dmac_newworld.c494 fw_cfg_add_i16(fw_cfg, FW_CFG_PPC_HEIGHT, graphic_height); in ppc_core99_init()
/openbmc/qemu/include/hw/ppc/
H A Dppc.h105 #define FW_CFG_PPC_HEIGHT (FW_CFG_ARCH_LOCAL + 0x01) macro