commit | 3c8ae536ec26ffc7715e38876b43f88286a98fd8 | [log] [tgz] |
---|---|---|
author | Bin Meng <bmeng.cn@gmail.com> | Mon Feb 02 22:35:25 2015 +0800 |
committer | Simon Glass <sjg@chromium.org> | Fri Feb 06 12:07:40 2015 -0700 |
tree | 869c4c7a517a439953bb5fbb14601c8c5055f1a1 | |
parent | faa832329932c4559a8d03d4212881b6146da5df [diff] |
x86: Define macros for pci configuration space access Move PCI_REG_ADDR and PCI_REG_DATA from arch/x86/lib/pci_type1.c to arch/x86/include/asm/pci.h, also define PCI_CFG_EN so that these macros can be used for pci configuration space access. Signed-off-by: Bin Meng <bmeng.cn@gmail.com> Acked-by: Simon Glass <sjg@chromium.org>