zephyr/include/drivers
Dmitriy Korovkin 627155afeb PCI scan by BAR number
Added BAR (Base Address Registers) as a parameter for PCI scan.
Some devices (as UART in Quark) use two set of BARs for different
purposes. A driver may require only one of them.

BARs are numbered from 0 to PCI_MAX_BARS.
PCI_BAR_ANY means ignore the BAR number. Constants are defined
in drivers/pci.h

If device class is not specified as a scanning parameter, and
set to 0, ignore it.

Change-Id: I6b7116c5c6cf9c470ab22bec9eb74842f15b5d99
Signed-off-by: Dmitriy Korovkin <dmitriy.korovkin@windriver.com>
2016-02-05 20:14:11 -05:00
..
console console: Refactor serial console interface 2016-02-05 20:13:57 -05:00
pci PCI scan by BAR number 2016-02-05 20:14:11 -05:00
ioapic.h First commit 2015-04-10 16:44:37 -07:00
k6x_mpu.h Rename driver header files according to naming standard 2016-02-05 20:13:40 -05:00
k6x_pmc.h Rename driver header files according to naming standard 2016-02-05 20:13:40 -05:00
k20_mcg.h Rename driver header files according to naming standard 2016-02-05 20:13:40 -05:00
k20_pcr.h Rename driver header files according to naming standard 2016-02-05 20:13:40 -05:00
k20_sim.h Rename driver header files according to naming standard 2016-02-05 20:13:40 -05:00
k20_uart.h Rename driver header files according to naming standard 2016-02-05 20:13:40 -05:00
k20_watchdog.h Rename driver header files according to naming standard 2016-02-05 20:13:40 -05:00
loapic.h loapic: Expose APIC LVT mask definition 2016-02-05 20:14:00 -05:00
pic.h First commit 2015-04-10 16:44:37 -07:00
rand32.h First commit 2015-04-10 16:44:37 -07:00
system_timer.h timer: micro/nano abstraction for announcing tick 2016-02-05 20:13:59 -05:00
uart.h uart: Removing driver specific informations from the generic API 2016-02-05 20:14:01 -05:00