Home
last modified time | relevance | path

Searched refs:mach (Results 1 – 25 of 98) sorted by relevance

1234

/arch/mips/kernel/
Dmips_machine.c18 #define for_each_machine(mach) \ argument
19 for ((mach) = (struct mips_machine *)&__mips_machines_start; \
20 (mach) && \
21 (unsigned long)(mach) < (unsigned long)&__mips_machines_end; \
22 (mach)++)
26 struct mips_machine *mach; in mips_machtype_setup() local
28 for_each_machine(mach) { in mips_machtype_setup()
29 if (mach->mach_id == NULL) in mips_machtype_setup()
32 if (strcmp(mach->mach_id, id) == 0) { in mips_machtype_setup()
33 mips_machtype = mach->mach_type; in mips_machtype_setup()
[all …]
/arch/powerpc/include/asm/
Dmachdep.h278 #define __define_machine_initcall(mach, fn, id) \ argument
279 static int __init __machine_initcall_##mach##_##fn(void) { \
280 if (machine_is(mach)) return fn(); \
283 __define_initcall(__machine_initcall_##mach##_##fn, id);
285 #define machine_early_initcall(mach, fn) __define_machine_initcall(mach, fn, early) argument
286 #define machine_core_initcall(mach, fn) __define_machine_initcall(mach, fn, 1) argument
287 #define machine_core_initcall_sync(mach, fn) __define_machine_initcall(mach, fn, 1s) argument
288 #define machine_postcore_initcall(mach, fn) __define_machine_initcall(mach, fn, 2) argument
289 #define machine_postcore_initcall_sync(mach, fn) __define_machine_initcall(mach, fn, 2s) argument
290 #define machine_arch_initcall(mach, fn) __define_machine_initcall(mach, fn, 3) argument
[all …]
/arch/arm/mach-s3c24xx/
DMakefile50 obj-$(CONFIG_MACH_AML_M5900) += mach-amlm5900.o
51 obj-$(CONFIG_ARCH_BAST) += mach-bast.o
53 obj-$(CONFIG_ARCH_H1940) += mach-h1940.o
56 obj-$(CONFIG_MACH_N30) += mach-n30.o
57 obj-$(CONFIG_MACH_OTOM) += mach-otom.o
58 obj-$(CONFIG_MACH_QT2410) += mach-qt2410.o
59 obj-$(CONFIG_ARCH_SMDK2410) += mach-smdk2410.o
60 obj-$(CONFIG_MACH_TCT_HAMMER) += mach-tct_hammer.o
61 obj-$(CONFIG_MACH_VR1000) += mach-vr1000.o
63 obj-$(CONFIG_MACH_JIVE) += mach-jive.o
[all …]
/arch/arm/mach-imx/
DMakefile6 obj-$(CONFIG_SOC_IMX25) += cpu-imx25.o mach-imx25.o pm-imx25.o
40 obj-$(CONFIG_MACH_MX21ADS) += mach-mx21ads.o
43 obj-$(CONFIG_MACH_MX27ADS) += mach-mx27ads.o
44 obj-$(CONFIG_MACH_MX27_3DS) += mach-mx27_3ds.o
45 obj-$(CONFIG_MACH_IMX27_VISSTRIM_M10) += mach-imx27_visstrim_m10.o
46 obj-$(CONFIG_MACH_PCA100) += mach-pca100.o
50 obj-$(CONFIG_MACH_MX31ADS) += mach-mx31ads.o
51 obj-$(CONFIG_MACH_MX31LILLY) += mach-mx31lilly.o mx31lilly-db.o
52 obj-$(CONFIG_MACH_MX31LITE) += mach-mx31lite.o mx31lite-db.o
53 obj-$(CONFIG_MACH_PCM037) += mach-pcm037.o
[all …]
/arch/arm/mach-s3c64xx/
DMakefile51 obj-$(CONFIG_MACH_ANW6410) += mach-anw6410.o
52 obj-$(CONFIG_MACH_HMT) += mach-hmt.o
53 obj-$(CONFIG_MACH_MINI6410) += mach-mini6410.o
54 obj-$(CONFIG_MACH_NCP) += mach-ncp.o
55 obj-$(CONFIG_MACH_REAL6410) += mach-real6410.o
56 obj-$(CONFIG_MACH_SMARTQ) += mach-smartq.o
57 obj-$(CONFIG_MACH_SMARTQ5) += mach-smartq5.o
58 obj-$(CONFIG_MACH_SMARTQ7) += mach-smartq7.o
59 obj-$(CONFIG_MACH_SMDK6400) += mach-smdk6400.o
60 obj-$(CONFIG_MACH_SMDK6410) += mach-smdk6410.o
[all …]
/arch/mips/include/asm/
Dmachine.h32 #define for_each_mips_machine(mach) \ argument
33 for ((mach) = (struct mips_machine *)&__mips_machines_start; \
34 (mach) < (struct mips_machine *)&__mips_machines_end; \
35 (mach)++)
48 mips_machine_is_compatible(const struct mips_machine *mach, const void *fdt) in mips_machine_is_compatible() argument
52 if (!mach->matches) in mips_machine_is_compatible()
55 for (match = mach->matches; match->compatible[0]; match++) { in mips_machine_is_compatible()
/arch/mips/generic/
Dinit.c29 static __initdata const struct mips_machine *mach; variable
59 mach = check_mach; in plat_get_fdt()
77 mach = check_mach; in plat_get_fdt()
84 BUG_ON(!mach); in plat_get_fdt()
87 fdt = mach->fdt; in plat_get_fdt()
111 if (mach && mach->fixup_fdt) in plat_mem_setup()
112 fdt = mach->fixup_fdt(fdt, mach_match_data); in plat_mem_setup()
166 } else if (mach && mach->measure_hpt_freq) { in plat_time_init()
167 mips_hpt_frequency = mach->measure_hpt_freq(); in plat_time_init()
/arch/mips/ath79/
DMakefile29 obj-$(CONFIG_ATH79_MACH_AP121) += mach-ap121.o
30 obj-$(CONFIG_ATH79_MACH_AP136) += mach-ap136.o
31 obj-$(CONFIG_ATH79_MACH_AP81) += mach-ap81.o
32 obj-$(CONFIG_ATH79_MACH_DB120) += mach-db120.o
33 obj-$(CONFIG_ATH79_MACH_PB44) += mach-pb44.o
34 obj-$(CONFIG_ATH79_MACH_UBNT_XM) += mach-ubnt-xm.o
/arch/sh/
DMakefile138 machdir-$(CONFIG_SOLUTION_ENGINE) += mach-se
139 machdir-$(CONFIG_SH_HP6XX) += mach-hp6xx
140 machdir-$(CONFIG_SH_DREAMCAST) += mach-dreamcast
141 machdir-$(CONFIG_SH_SH03) += mach-sh03
142 machdir-$(CONFIG_SH_RTS7751R2D) += mach-r2d
143 machdir-$(CONFIG_SH_HIGHLANDER) += mach-highlander
144 machdir-$(CONFIG_SH_MIGOR) += mach-migor
145 machdir-$(CONFIG_SH_AP325RXA) += mach-ap325rxa
146 machdir-$(CONFIG_SH_KFR2R09) += mach-kfr2r09
147 machdir-$(CONFIG_SH_ECOVEC) += mach-ecovec24
[all …]
/arch/sh/tools/
Dgen-mach-types12 mach[nr] = $1;
35 printf(" #define MACH_%s\t\t1\n", mach[i]);
37 printf(" #define MACH_%s\t\t0\n", mach[i]);
45 tolower(mach[i]), mach[i]);
DMakefile13 include/generated/machtypes.h: $(src)/gen-mach-types $(src)/mach-types
/arch/mips/ralink/
DPlatform5 cflags-$(CONFIG_RALINK) += -I$(srctree)/arch/mips/include/asm/mach-ralink
11 cflags-$(CONFIG_SOC_RT288X) += -I$(srctree)/arch/mips/include/asm/mach-ralink/rt288x
17 cflags-$(CONFIG_SOC_RT305X) += -I$(srctree)/arch/mips/include/asm/mach-ralink/rt305x
23 cflags-$(CONFIG_SOC_RT3883) += -I$(srctree)/arch/mips/include/asm/mach-ralink/rt3883
29 cflags-$(CONFIG_SOC_MT7620) += -I$(srctree)/arch/mips/include/asm/mach-ralink/mt7620
34 cflags-$(CONFIG_SOC_MT7621) += -I$(srctree)/arch/mips/include/asm/mach-ralink/mt7621
/arch/arm/mach-omap1/include/mach/
Duncompress.h69 #define _DEBUG_LL_ENTRY(mach, dbg_uart, dbg_shft, dbg_id) \ argument
70 if (machine_is_##mach()) { \
78 #define DEBUG_LL_OMAP7XX(p, mach) \ argument
79 _DEBUG_LL_ENTRY(mach, OMAP1_UART##p##_BASE, OMAP7XX_PORT_SHIFT, \
82 #define DEBUG_LL_OMAP1(p, mach) \ argument
83 _DEBUG_LL_ENTRY(mach, OMAP1_UART##p##_BASE, OMAP_PORT_SHIFT, \
/arch/cris/
DMakefile20 mach-y := fs
21 mach-$(CONFIG_CRIS_MACH_ARTPEC3) := a3
22 mach-$(CONFIG_ETRAXFS) := fs
35 ifneq ($(mach-y),)
36 MACH := mach-$(mach-y)
38 inc += -Iarch/cris/include/$(SARCH)/$(MACH)/mach
/arch/mips/fw/arc/
Didentify.c93 struct smatch *mach; in prom_identify_arch() local
112 mach = string_to_mach(iname); in prom_identify_arch()
113 system_type = mach->liname; in prom_identify_arch()
115 prom_flags = mach->flags; in prom_identify_arch()
/arch/arm/mach-at91/
DMakefile47 arch/arm/mach-at91/pm_data-offsets.s: arch/arm/mach-at91/pm_data-offsets.c
50 include/generated/at91_pm_data-offsets.h: arch/arm/mach-at91/pm_data-offsets.s FORCE
53 arch/arm/mach-at91/pm_suspend.o: include/generated/at91_pm_data-offsets.h
/arch/mips/lantiq/
DPlatform6 cflags-$(CONFIG_LANTIQ) += -I$(srctree)/arch/mips/include/asm/mach-lantiq
8 cflags-$(CONFIG_SOC_TYPE_XWAY) += -I$(srctree)/arch/mips/include/asm/mach-lantiq/xway
9 cflags-$(CONFIG_SOC_FALCON) += -I$(srctree)/arch/mips/include/asm/mach-lantiq/falcon
/arch/arm/mach-w90x900/
DMakefile18 obj-$(CONFIG_MACH_W90P910EVB) += mach-nuc910evb.o
19 obj-$(CONFIG_MACH_W90P950EVB) += mach-nuc950evb.o
20 obj-$(CONFIG_MACH_W90N960EVB) += mach-nuc960evb.o
/arch/s390/kernel/
Dearly.c256 struct sysinfo_1_1_1 *mach = (struct sysinfo_1_1_1 *)&sysinfo_page; in setup_arch_string() local
260 if (stsi(mach, 1, 1, 1)) in setup_arch_string()
262 EBCASC(mach->manufacturer, sizeof(mach->manufacturer)); in setup_arch_string()
263 EBCASC(mach->type, sizeof(mach->type)); in setup_arch_string()
264 EBCASC(mach->model, sizeof(mach->model)); in setup_arch_string()
265 EBCASC(mach->model_capacity, sizeof(mach->model_capacity)); in setup_arch_string()
267 mach->manufacturer, mach->type, in setup_arch_string()
268 mach->model, mach->model_capacity); in setup_arch_string()
/arch/mips/sibyte/
DPlatform13 -I$(srctree)/arch/mips/include/asm/mach-sibyte \
17 -I$(srctree)/arch/mips/include/asm/mach-sibyte \
21 -I$(srctree)/arch/mips/include/asm/mach-sibyte \
25 -I$(srctree)/arch/mips/include/asm/mach-sibyte \
/arch/cris/arch-v32/drivers/
DMakefile8 obj-$(CONFIG_ETRAXFS) += mach-fs/
9 obj-$(CONFIG_CRIS_MACH_ARTPEC3) += mach-a3/
/arch/mips/txx9/
DPlatform5 -I$(srctree)/arch/mips/include/asm/mach-tx39xx
7 -I$(srctree)/arch/mips/include/asm/mach-tx49xx
/arch/h8300/
DMakefile12 aflags-$(CONFIG_CPU_H8300H) := -mh -Wa,--mach=h8300h
15 aflags-$(CONFIG_CPU_H8S) := -ms -Wa,--mach=h8300s
/arch/arm/tools/
DMakefile19 kapi-hdrs-y += $(kapi)/mach-types.h
41 $(kapi)/mach-types.h: $(src)/gen-mach-types $(src)/mach-types FORCE
/arch/blackfin/
DMakefile111 core-y += arch/$(ARCH)/kernel/ arch/$(ARCH)/mm/ arch/$(ARCH)/mach-common/
115 core-y += arch/$(ARCH)/mach-$(MACHINE)/
116 core-y += arch/$(ARCH)/mach-$(MACHINE)/boards/
129 machdirs := $(patsubst %,arch/blackfin/mach-%/, $(machine-y))
132 KBUILD_CFLAGS += -Iarch/$(ARCH)/mach-$(MACHINE)/include

1234