/openbmc/linux/arch/arm/tools/ |
H A D | gen-mach-types | 11 machine_is[nr] = "machine_is_"$1; 18 machine_is[nr] = "machine_is_"$1; 53 printf("# define %s()\t(machine_arch_type == %s)\n", machine_is[i], mach_type[i]); 55 printf("# define %s()\t(0)\n", machine_is[i]); 66 printf("#define %s()\t(0)\n", machine_is[i]);
|
/openbmc/linux/arch/powerpc/platforms/ |
H A D | fsl_uli1575.c | 55 return (machine_is(mpc86xx_hpcn) || in is_quirk_valid() 56 machine_is(mpc8544_ds) || in is_quirk_valid() 57 machine_is(p2020_ds) || in is_quirk_valid() 58 machine_is(mpc8572_ds)); in is_quirk_valid() 260 if (!machine_is(mpc86xx_hpcd)) in hpcd_quirk_uli1575() 276 if (!machine_is(mpc86xx_hpcd)) in hpcd_quirk_uli5288() 302 if (!machine_is(mpc86xx_hpcd)) in hpcd_quirk_uli5229() 327 if (!machine_is(mpc86xx_hpcd)) in hpcd_final_uli5288()
|
/openbmc/linux/arch/powerpc/kernel/ |
H A D | rtasd.c | 278 if (!machine_is(pseries)) in handle_rtas_event() 505 if (!machine_is(pseries) && !machine_is(chrp)) in rtas_event_scan_init() 548 if (!machine_is(pseries) && !machine_is(chrp)) in rtas_init() 568 if (!machine_is(pseries)) in surveillance_setup()
|
/openbmc/linux/arch/powerpc/platforms/85xx/ |
H A D | mpc85xx_mds.c | 166 if (machine_is(mpc8568_mds)) { in mpc85xx_mds_reset_ucc_phys() 183 } else if (machine_is(mpc8569_mds)) { in mpc85xx_mds_reset_ucc_phys() 217 } else if (machine_is(p1021_mds)) { in mpc85xx_mds_reset_ucc_phys() 234 if (machine_is(p1021_mds)) { in mpc85xx_mds_qe_init()
|
H A D | twr_p102x.c | 60 if (machine_is(twr_p1025)) { in twr_p1025_setup_arch()
|
H A D | tqm85xx.c | 88 if (!machine_is(tqm85xx)) in tqm85xx_ti1520_fixup()
|
H A D | mpc85xx_rdb.c | 63 if (machine_is(p1025_rdb)) { in mpc85xx_rdb_setup_arch()
|
/openbmc/linux/drivers/mmc/host/ |
H A D | sdhci-pltfm.c | 51 return machine_is(mpc837x_rdb) || machine_is(mpc837x_mds); in sdhci_wp_inverted()
|
/openbmc/linux/arch/powerpc/include/asm/ |
H A D | machdep.h | 231 #define machine_is(name) \ macro 245 if (machine_is(mach)) return fn(); \
|
H A D | pmac_feature.h | 149 if (!ppc_md.feature_call || !machine_is(powermac)) in pmac_call_feature()
|
/openbmc/linux/arch/powerpc/platforms/86xx/ |
H A D | mvme7100.c | 88 if (!machine_is(mvme7100)) in mvme7100_usb_host_fixup()
|
H A D | gef_sbc610.c | 140 if (!machine_is(gef_sbc610)) in gef_sbc610_nec_fixup()
|
H A D | gef_sbc310.c | 150 if (!machine_is(gef_sbc310)) in gef_sbc310_nec_fixup()
|
H A D | gef_ppc9a.c | 163 if (!machine_is(gef_ppc9a)) in gef_ppc9a_nec_fixup()
|
/openbmc/linux/drivers/cpufreq/ |
H A D | ppc_cbe_cpufreq.c | 151 if (!machine_is(cell)) in cbe_cpufreq_init()
|
/openbmc/linux/arch/powerpc/platforms/chrp/ |
H A D | pci.c | 339 if (!machine_is(chrp) || _chrp_type != _CHRP_briq) in chrp_pci_fixup_winbond_ata() 371 if (!machine_is(chrp) || _chrp_type != _CHRP_Pegasos) in chrp_pci_fixup_vt8231_ata()
|
/openbmc/linux/drivers/video/fbdev/nvidia/ |
H A D | nv_backlight.c | 91 if (!machine_is(powermac) || in nvidia_bl_init()
|
/openbmc/linux/block/partitions/ |
H A D | mac.c | 96 if (machine_is(powermac)) { in mac_partition()
|
/openbmc/linux/arch/powerpc/platforms/cell/ |
H A D | setup.c | 86 if (!machine_is(cell)) in cell_fixup_pcie_rootcomplex()
|
/openbmc/linux/arch/powerpc/platforms/powermac/ |
H A D | pci.c | 1056 if (!machine_is(powermac)) in pmac_pci_fixup_cardbus() 1099 if (!machine_is(powermac)) in pmac_pci_fixup_pciata() 1202 if (!machine_is(powermac)) in fixup_u4_pcie()
|
H A D | pfunc_base.c | 340 if (!machine_is(powermac)) in pmac_pfunc_base_install()
|
/openbmc/linux/drivers/macintosh/ |
H A D | adb.c | 313 if (!machine_is(chrp) && !machine_is(powermac)) in adb_init()
|
/openbmc/linux/arch/powerpc/platforms/pseries/ |
H A D | pci.c | 246 if (!machine_is(pseries)) in fixup_winbond_82c105()
|
/openbmc/linux/drivers/ata/ |
H A D | pata_sil680.c | 268 if (machine_is(cell)) in sil680_init_chip()
|
/openbmc/linux/drivers/char/ |
H A D | nvram.c | 293 if (machine_is(powermac)) { in nvram_misc_ioctl()
|