coreboot/src/device
Kyösti Mälkki e079e5ccc2 device/pci_ops: Inline PCI config accessors for ramstage
Inlining here allows the check for (dev != NULL) to be
optimised and evaluated just once inside the calling
function body.

Change-Id: I0b5b4f4adb8eaa483a31353324da19917db85f4a
Signed-off-by: Kyösti Mälkki <kyosti.malkki@gmail.com>
Reviewed-on: https://review.coreboot.org/c/coreboot/+/31751
Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
Reviewed-by: Aaron Durbin <adurbin@chromium.org>
Reviewed-by: Nico Huber <nico.h@gmx.de>
2019-03-06 11:53:56 +00:00
..
dram device/ddr3: Prevent overflow when adding SMBUS Table 17 entries 2018-09-14 20:16:45 +00:00
oprom device/mmio.h: Add include file for MMIO ops 2019-03-04 15:57:39 +00:00
azalia_device.c device/mmio.h: Add include file for MMIO ops 2019-03-04 15:57:39 +00:00
cardbus_device.c device/pci: Fix PCI accessor headers 2019-03-01 20:32:15 +00:00
cpu_device.c
device.c arch/io.h: Drop unnecessary include 2019-03-04 15:08:03 +00:00
device_const.c amdfam10 boards: Fix regression on dev_find_slot() removal 2019-01-08 02:51:47 +00:00
device_util.c src: Add required space after "switch" 2018-11-19 08:17:06 +00:00
hypertransport.c device/pci: Fix PCI accessor headers 2019-03-01 20:32:15 +00:00
i2c.c
i2c_bus.c
Kconfig src/device/Kconfig: Change default VESA mode from 117h to 118h 2019-02-25 11:21:19 +00:00
Makefile.inc device/pci: Organize Makefile 2019-03-03 13:45:58 +00:00
pci_class.c device/pci: Fix PCI accessor headers 2019-03-01 20:32:15 +00:00
pci_device.c device/pci_ops: Inline PCI config accessors for ramstage 2019-03-06 11:53:56 +00:00
pci_early.c device/pci_ops: Apply some symmetry in headers 2019-02-11 20:44:37 +00:00
pci_ops.c device/pci_ops: Inline PCI config accessors for ramstage 2019-03-06 11:53:56 +00:00
pci_ops_mmconf.c device/pci_ops: Change ramstage PCI accessor signatures 2019-03-06 11:44:06 +00:00
pci_rom.c src: Move constant to the right side of comparison 2019-01-07 10:28:59 +00:00
pciexp_device.c src: Remove unneeded whitespace 2018-10-23 15:52:09 +00:00
pcix_device.c device/pci: Fix PCI accessor headers 2019-03-01 20:32:15 +00:00
pnp_device.c pnp_device: don't treat missing PNP_MSC devicetree entry as error 2018-07-29 15:06:41 +00:00
root_device.c reset: Provide new single-function reset API 2018-10-22 08:34:00 +00:00
smbus_ops.c
software_i2c.c