Searched refs:FW_CFG_ARCH_LOCAL (Results 1 – 9 of 9) sorted by relevance
104 #define FW_CFG_PPC_WIDTH (FW_CFG_ARCH_LOCAL + 0x00)105 #define FW_CFG_PPC_HEIGHT (FW_CFG_ARCH_LOCAL + 0x01)106 #define FW_CFG_PPC_DEPTH (FW_CFG_ARCH_LOCAL + 0x02)107 #define FW_CFG_PPC_TBFREQ (FW_CFG_ARCH_LOCAL + 0x03)108 #define FW_CFG_PPC_CLOCKFREQ (FW_CFG_ARCH_LOCAL + 0x04)109 #define FW_CFG_PPC_IS_KVM (FW_CFG_ARCH_LOCAL + 0x05)110 #define FW_CFG_PPC_KVM_HC (FW_CFG_ARCH_LOCAL + 0x06)111 #define FW_CFG_PPC_KVM_PID (FW_CFG_ARCH_LOCAL + 0x07)112 #define FW_CFG_PPC_NVRAM_ADDR (FW_CFG_ARCH_LOCAL + 0x08)113 #define FW_CFG_PPC_BUSFREQ (FW_CFG_ARCH_LOCAL + 0x09)[all …]
18 #define FW_CFG_ACPI_TABLES (FW_CFG_ARCH_LOCAL + 0)19 #define FW_CFG_SMBIOS_ENTRIES (FW_CFG_ARCH_LOCAL + 1)20 #define FW_CFG_IRQ0_OVERRIDE (FW_CFG_ARCH_LOCAL + 2)21 #define FW_CFG_HPET (FW_CFG_ARCH_LOCAL + 4)
16 #define FW_CFG_MACHINE_VERSION (FW_CFG_ARCH_LOCAL + 0)17 #define FW_CFG_CPU_FREQ (FW_CFG_ARCH_LOCAL + 1)
41 #define FW_CFG_ARCH_LOCAL 0x8000 macro42 #define FW_CFG_ENTRY_MASK (~(FW_CFG_WRITE_CHANNEL | FW_CFG_ARCH_LOCAL))
40 FW_CFG_ARCH_LOCAL = 0x8000, enumerator57 #define FW_CFG_ENTRY_MASK ~(FW_CFG_WRITE_CHANNEL | FW_CFG_ARCH_LOCAL)
110 if (key & FW_CFG_ARCH_LOCAL) { in key_name()283 arch = !!(key & FW_CFG_ARCH_LOCAL); in fw_cfg_select()297 int arch = !!(s->cur_entry & FW_CFG_ARCH_LOCAL); in fw_cfg_data_read()363 arch = !!(s->cur_entry & FW_CFG_ARCH_LOCAL); in fw_cfg_dma_transfer()623 int arch = !!(key & FW_CFG_ARCH_LOCAL); in fw_cfg_update_mr()704 int arch = !!(key & FW_CFG_ARCH_LOCAL); in fw_cfg_add_bytes_callback()723 int arch = !!(key & FW_CFG_ARCH_LOCAL); in fw_cfg_modify_bytes_read()
70 #define FW_CFG_SPARC64_WIDTH (FW_CFG_ARCH_LOCAL + 0x00)71 #define FW_CFG_SPARC64_HEIGHT (FW_CFG_ARCH_LOCAL + 0x01)72 #define FW_CFG_SPARC64_DEPTH (FW_CFG_ARCH_LOCAL + 0x02)
81 #define FW_CFG_SUN4M_DEPTH (FW_CFG_ARCH_LOCAL + 0x00)82 #define FW_CFG_SUN4M_WIDTH (FW_CFG_ARCH_LOCAL + 0x01)83 #define FW_CFG_SUN4M_HEIGHT (FW_CFG_ARCH_LOCAL + 0x02)