The prefix PCH was taken from ivybridge port. However Queensbay platform official document does not mention PCH. It is composed of TunnelCreek processor and Topcliff IOH chipset. For accuracy, avoid using PCH prefix in the macro. Signed-off-by: Bin Meng <bmeng.cn@gmail.com> Acked-by: Simon Glass <sjg@chromium.org>
15 lines
236 B
C
15 lines
236 B
C
/*
|
|
* Copyright (C) 2014, Bin Meng <bmeng.cn@gmail.com>
|
|
*
|
|
* SPDX-License-Identifier: GPL-2.0+
|
|
*/
|
|
|
|
#ifndef _X86_ARCH_TNC_H_
|
|
#define _X86_ARCH_TNC_H_
|
|
|
|
#include <pci.h>
|
|
|
|
#define TNC_LPC PCI_BDF(0, 31, 0)
|
|
|
|
#endif /* _X86_ARCH_TNC_H_ */
|