Searched refs:pmac_call_feature (Results 1 – 7 of 7) sorted by relevance
/arch/powerpc/platforms/powermac/ |
D | setup.c | 108 mbmodel = pmac_call_feature(PMAC_FTR_GET_MB_INFO, NULL, in pmac_show_cpuinfo() 110 mbflags = pmac_call_feature(PMAC_FTR_GET_MB_INFO, NULL, in pmac_show_cpuinfo() 112 if (pmac_call_feature(PMAC_FTR_GET_MB_INFO, NULL, PMAC_MB_INFO_NAME, in pmac_show_cpuinfo()
|
D | smp.c | 657 pmac_call_feature(PMAC_FTR_WRITE_GPIO, NULL, core99_tb_gpio, 4); in smp_core99_gpio_tb_freeze() 659 pmac_call_feature(PMAC_FTR_WRITE_GPIO, NULL, core99_tb_gpio, 0); in smp_core99_gpio_tb_freeze() 660 pmac_call_feature(PMAC_FTR_READ_GPIO, NULL, core99_tb_gpio, 0); in smp_core99_gpio_tb_freeze() 824 pmac_call_feature(PMAC_FTR_RESET_CPU, NULL, nr, 0); in smp_core99_kick_cpu()
|
D | pci.c | 990 pmac_call_feature(PMAC_FTR_1394_CABLE_POWER, node, 0, 1); in pmac_pci_enable_device_hook() 991 pmac_call_feature(PMAC_FTR_1394_ENABLE, node, 0, 1); in pmac_pci_enable_device_hook() 996 pmac_call_feature(PMAC_FTR_GMAC_ENABLE, node, 0, 1); in pmac_pci_enable_device_hook() 1046 pmac_call_feature(PMAC_FTR_1394_ENABLE, nd, 0, 0); in pmac_pcibios_after_init() 1047 pmac_call_feature(PMAC_FTR_1394_CABLE_POWER, nd, 0, 0); in pmac_pcibios_after_init() 1053 pmac_call_feature(PMAC_FTR_GMAC_ENABLE, nd, 0, 0); in pmac_pcibios_after_init()
|
D | udbg_scc.c | 111 pmac_call_feature(PMAC_FTR_SCC_ENABLE, ch, in udbg_scc_init()
|
D | pic.c | 463 pmac_call_feature(PMAC_FTR_ENABLE_MPIC, np, 0, 0); in pmac_setup_one_mpic()
|
D | feature.c | 2760 pmac_call_feature(PMAC_FTR_MODEM_ENABLE, np, 0, 0); in initial_serial_shutdown() 2761 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
|