Searched refs:FW_CFG_FILE_FIRST (Results 1 – 5 of 5) sorted by relevance
38 FW_CFG_FILE_FIRST = 0x20, enumerator56 #define FW_CFG_MAX_ENTRY (FW_CFG_FILE_FIRST + FW_CFG_FILE_SLOTS)
81 static const char *fw_cfg_wellknown_keys[FW_CFG_FILE_FIRST] = { in key_name()113 if (key < FW_CFG_FILE_FIRST) { in key_name()267 return FW_CFG_FILE_FIRST + fw_cfg_file_slots(s); in fw_cfg_max_entry()646 fw_cfg_update_mr(s, FW_CFG_FILE_FIRST + i, s->table_mr_size); in fw_cfg_acpi_mr_restore_post_load()650 fw_cfg_update_mr(s, FW_CFG_FILE_FIRST + i, s->rsdp_mr_size); in fw_cfg_acpi_mr_restore_post_load()964 s->files->f[i].select = cpu_to_be16(FW_CFG_FILE_FIRST + i); in fw_cfg_add_file_callback()965 s->entries[0][FW_CFG_FILE_FIRST + i] = in fw_cfg_add_file_callback()966 s->entries[0][FW_CFG_FILE_FIRST + i - 1]; in fw_cfg_add_file_callback()983 fw_cfg_add_bytes_callback(s, FW_CFG_FILE_FIRST + index, in fw_cfg_add_file_callback()989 s->files->f[index].select = cpu_to_be16(FW_CFG_FILE_FIRST + index); in fw_cfg_add_file_callback()[all …]
37 #define FW_CFG_FILE_FIRST 0x20 macro
136 (``FW_CFG_FILE_FIRST`` or higher) have an associated entry in a directory248 ``FW_CFG_FILE_FIRST``, and with a corresponding entry in the fw_cfg file