Home
last modified time | relevance | path

Searched refs:have_of (Results 1 – 7 of 7) sorted by relevance

/linux-2.4.37.9/fs/proc/
Dproc_devtree.c131 if ( !have_of ) in proc_device_tree_init()
/linux-2.4.37.9/arch/ppc/kernel/
Dpci.c846 if (!have_of) in pci_device_to_OF_node()
880 if (!have_of) in pci_find_hose_for_OF_device()
908 if (!have_of) in pci_device_from_OF_node()
1302 if (pci_assign_all_busses && have_of) in pcibios_init()
Dprocess.c591 if ( have_of )
/linux-2.4.37.9/arch/ppc/mm/
Dinit.c265 if (!have_of) in free_initmem()
/linux-2.4.37.9/arch/ppc64/kernel/
Dsetup.c51 int have_of = 1; variable
/linux-2.4.37.9/include/asm-ppc64/
Dprocessor.h599 extern int have_of;
/linux-2.4.37.9/include/asm-ppc/
Dprocessor.h922 #define have_of (_machine == _MACH_chrp || _machine == _MACH_Pmac) macro