commit | 756778786d7124f6b34d3be0dcead96ab82df716 | [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 | 5a4e01840884b34596bf90107621ed2bb3c34213 [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>