bcma: support bringing up bus hosted on PCIe Gen 2

Signed-off-by: Rafał Miłecki <zajec5@gmail.com>
Signed-off-by: Kalle Valo <kvalo@codeaurora.org>
This commit is contained in:
Rafał Miłecki
2015-02-08 17:11:49 +01:00
committed by Kalle Valo
parent 5b6ff664c8
commit 804e27dee4
4 changed files with 32 additions and 3 deletions

View File

@@ -143,6 +143,8 @@
struct bcma_drv_pcie2 {
struct bcma_device *core;
u16 reqsize;
};
#define pcie2_read16(pcie2, offset) bcma_read16((pcie2)->core, offset)