commit | e46d00c77cd5a756e8cf3fae3b34eaa9ec012f0d | [log] [tgz] |
---|---|---|
author | Simon Glass <sjg@chromium.org> | Wed Sep 25 08:11:37 2019 -0600 |
committer | Bin Meng <bmeng.cn@gmail.com> | Tue Oct 08 13:57:35 2019 +0800 |
tree | 58c30da507427e14050714578ca4338d82584424 | |
parent | 1eeb55755f4d50a9954d17cbb6f98b3285a9b976 [diff] |
x86: pci: Add a function to clear and set PCI config regs At present the x86 pre-DM equivalent of pci_bus_clrset_config32() does not exist. Add it to simplify PCI init code on x86. Also add the missing functions to this header. Signed-off-by: Simon Glass <sjg@chromium.org> Reviewed-by: Bin Meng <bmeng.cn@gmail.com>