Home
last modified time | relevance | path

Searched refs:create_pci_bus_tce_table (Results 1 – 4 of 4) sorted by relevance

/linux-2.4.37.9/include/asm-ppc64/iSeries/
DiSeries_dma.h95 extern void create_pci_bus_tce_table( unsigned busNumber );
/linux-2.4.37.9/include/asm-ppc64/
Dpci_dma.h95 extern void create_pci_bus_tce_table(unsigned long);
/linux-2.4.37.9/arch/ppc64/kernel/
Dpci_dma.c133 void create_pci_bus_tce_table( unsigned long token );
700 create_pci_bus_tce_table((unsigned long)dn); in create_tce_tables_for_buses()
720 create_pci_bus_tce_table((unsigned long)busdn); in create_tce_tables_for_busesLP()
757 void create_pci_bus_tce_table( unsigned long token ) { in create_pci_bus_tce_table() function
DiSeries_pci.c326 create_pci_bus_tce_table((unsigned long)DeviceNode); in iSeries_pcibios_fixup()