Пример #1
0
/*
 * Initialize the SnapGear PCI interface
 * Setup hardware to be Central Funtion
 * Copy the BSR regs to the PCI interface
 * Setup PCI windows into local RAM
 */
int __init pcibios_init_platform(void)
{
    return sh7751_pcic_init(&sh7751_pci_map);
}
int __init pcibios_init_platform(void)
{
	__set_io_port_base(SH7751_PCI_IO_BASE);
	return sh7751_pcic_init(&sh7751_pci_map);
}