Searched refs:pmac_call_feature (Results 1 – 7 of 7) sorted by relevance
/arch/powerpc/platforms/powermac/ |
D | setup.c | 103 mbmodel = pmac_call_feature(PMAC_FTR_GET_MB_INFO, NULL, in pmac_show_cpuinfo() 105 mbflags = pmac_call_feature(PMAC_FTR_GET_MB_INFO, NULL, in pmac_show_cpuinfo() 107 if (pmac_call_feature(PMAC_FTR_GET_MB_INFO, NULL, PMAC_MB_INFO_NAME, in pmac_show_cpuinfo()
|
D | smp.c | 654 pmac_call_feature(PMAC_FTR_WRITE_GPIO, NULL, core99_tb_gpio, 4); in smp_core99_gpio_tb_freeze() 656 pmac_call_feature(PMAC_FTR_WRITE_GPIO, NULL, core99_tb_gpio, 0); in smp_core99_gpio_tb_freeze() 657 pmac_call_feature(PMAC_FTR_READ_GPIO, NULL, core99_tb_gpio, 0); in smp_core99_gpio_tb_freeze() 821 pmac_call_feature(PMAC_FTR_RESET_CPU, NULL, nr, 0); in smp_core99_kick_cpu()
|
D | pci.c | 982 pmac_call_feature(PMAC_FTR_1394_CABLE_POWER, node, 0, 1); in pmac_pci_enable_device_hook() 983 pmac_call_feature(PMAC_FTR_1394_ENABLE, node, 0, 1); in pmac_pci_enable_device_hook() 988 pmac_call_feature(PMAC_FTR_GMAC_ENABLE, node, 0, 1); in pmac_pci_enable_device_hook() 1038 pmac_call_feature(PMAC_FTR_1394_ENABLE, nd, 0, 0); in pmac_pcibios_after_init() 1039 pmac_call_feature(PMAC_FTR_1394_CABLE_POWER, nd, 0, 0); in pmac_pcibios_after_init() 1045 pmac_call_feature(PMAC_FTR_GMAC_ENABLE, nd, 0, 0); in pmac_pcibios_after_init()
|
D | udbg_scc.c | 107 pmac_call_feature(PMAC_FTR_SCC_ENABLE, ch, in udbg_scc_init()
|
D | pic.c | 458 pmac_call_feature(PMAC_FTR_ENABLE_MPIC, np, 0, 0); in pmac_setup_one_mpic()
|
D | feature.c | 2740 pmac_call_feature(PMAC_FTR_MODEM_ENABLE, np, 0, 0); in initial_serial_shutdown() 2741 pmac_call_feature(PMAC_FTR_SCC_ENABLE, np, port_type, 0); in initial_serial_shutdown()
|
/arch/powerpc/include/asm/ |
D | pmac_feature.h | 146 static inline long pmac_call_feature(int selector, struct device_node* node, in pmac_call_feature() function
|