1/* 2 * Copyright (C) 2016 Bin Meng <bmeng.cn@gmail.com> 3 * 4 * SPDX-License-Identifier: GPL-2.0+ 5 */ 6 7#include <asm/acpi/global_nvs.h> 8 9OperationRegion(GNVS, SystemMemory, ACPI_GNVS_ADDR, ACPI_GNVS_SIZE) 10Field(GNVS, ByteAcc, NoLock, Preserve) 11{ 12 Offset (0x00), 13 PCNT, 8, /* processor count */ 14 IURE, 8, /* internal UART enabled */ 15} 16