BCM1480 HT support
PCI support code for PLX 7250 PCI-X tunnel on BCM91480B BigSur board. Signed-Off-By: Andy Isaacson <adi@broadcom.com> Signed-off-by: Ralf Baechle <ralf@linux-mips.org>
This commit is contained in:
committed by
Ralf Baechle
parent
dc41f94f77
commit
8a1417de9e
@ -40,6 +40,11 @@ struct pci_controller {
|
||||
unsigned int need_domain_info;
|
||||
|
||||
int iommu;
|
||||
|
||||
/* Optional access methods for reading/writing the bus number
|
||||
of the PCI controller */
|
||||
int (*get_busno)(void);
|
||||
void (*set_busno)(int busno);
|
||||
};
|
||||
|
||||
/*
|
||||
|
Reference in New Issue
Block a user