Searched refs:platform (Results 1 - 25 of 299) sorted by relevance

1234567891011>>

/src/sys/arch/arc/include/
H A Dplatform.h1 /* $NetBSD: platform.h,v 1.8 2005/12/11 12:16:39 christos Exp $ */
34 struct platform { struct
50 int (*match)(struct platform *);
59 int platform_generic_match(struct platform *);
62 extern struct platform *platform;
64 extern struct platform *const plattab[];
70 extern struct platform platform_acer_pica_61;
71 extern struct platform platform_desktech_arcstation_i;
72 extern struct platform platform_desktech_tyn
[all...]
/src/sys/arch/mvmeppc/include/
H A Dplatform.h1 /* $NetBSD: platform.h,v 1.4 2011/06/18 08:08:29 matt Exp $ */
38 struct platform { struct
41 int (*match)(struct platform *);
48 extern struct platform *platform;
/src/sys/arch/mipsco/include/
H A Dsysconf.h44 struct platform { struct
63 extern struct platform platform;
/src/sys/arch/mvmeppc/mvmeppc/
H A Dplatform.c1 /* $NetBSD: platform.c,v 1.6 2024/01/19 03:57:04 thorpej Exp $ */
33 __KERNEL_RCSID(0, "$NetBSD: platform.c,v 1.6 2024/01/19 03:57:04 thorpej Exp $");
42 #include <machine/platform.h>
44 struct platform *platform; variable in typeref:struct:platform *
47 extern struct platform platform_160x;
50 struct platform * const all_platforms[] = {
60 struct platform * const *p;
66 platform = *p;
/src/sys/arch/alpha/alpha/
H A Ddec_kn7aa.c62 platform.family = "KN7AA (\"Ruby\")";
64 if ((platform.model = alpha_dsr_sysname()) == NULL) {
66 if ((platform.model = alpha_variation_name(variation,
68 platform.model = alpha_unknown_sysname();
71 platform.iobus = "lsb";
72 platform.cons_init = dec_kn7aa_cons_init;
73 platform.device_register = dec_kn7aa_device_register;
H A Dapi_up1000.c59 platform.family = "Alpha Processor, Inc. UP1000";
61 if ((platform.model = alpha_dsr_sysname()) == NULL) {
63 platform.model = alpha_unknown_sysname();
66 platform.iobus = "irongate";
67 platform.cons_init = api_up1000_cons_init;
68 platform.device_register = api_up1000_device_register;
69 platform.page_physload = irongate_page_physload;
H A Ddec_550.c64 platform.family = "Digital Personal Workstation";
66 if ((platform.model = alpha_dsr_sysname()) == NULL) {
68 platform.model = alpha_unknown_sysname();
71 platform.iobus = "cia";
72 platform.cons_init = dec_550_cons_init;
73 platform.device_register = dec_550_device_register;
74 platform.powerdown = dec_550_powerdown;
H A Ddec_alphabook1.c64 platform.family = "AlphaBook";
66 if ((platform.model = alpha_dsr_sysname()) == NULL) {
68 if ((platform.model = alpha_variation_name(variation,
70 platform.model = alpha_unknown_sysname();
73 platform.iobus = "lca";
74 platform.cons_init = dec_alphabook1_cons_init;
75 platform.device_register = dec_alphabook1_device_register;
/src/tests/usr.bin/xlint/lint1/
H A Dgen-platforms.sh36 platform=${file%/*}
37 platform=${platform##*/}
48 case $platform in ????*) indent='\t';; *) indent='\t\t';; esac
50 printf '\t\t\t''platform["%s"]'"$indent"'= "%s %-5s %-4s %s"\n' \
51 "$platform" "$char" "$ilp" "$size" "$ldbl"
/src/sys/arch/sgimips/include/
H A Dsysconf.h52 * The tag iobus describes the primary iobus for the platform, primarily
56 struct platform { struct
86 extern struct platform platform;
/src/sys/arch/pmax/include/
H A Dsysconf.h52 * The tag iobus describes the primary iobus for the platform, primarily
56 struct platform { struct
78 * An array of functions to initialize the platform structure.
88 extern struct platform platform;
/src/sys/arch/alpha/include/
H A Dcpuconf.h43 * The tags family and model information are strings describing the platform.
45 * The tag iobus describes the primary iobus for the platform- primarily
52 struct platform { struct
77 * There is an array of functions to initialize the platform structure.
85 * nocpu is function to call when you can't figure what platform you're on.
100 extern struct platform platform;
/src/sys/arch/arm/rockchip/
H A Drk3288_platform.h32 #include <arch/evbarm/fdt/platform.h>
H A Drk3328_platform.h32 #include <arch/evbarm/fdt/platform.h>
H A Drk3399_platform.h32 #include <arch/evbarm/fdt/platform.h>
H A Drk3588_platform.h32 #include <arch/evbarm/fdt/platform.h>
/src/sys/arch/arm/sunxi/
H A Dsunxi_platform.h32 #include <arch/evbarm/fdt/platform.h>
/src/sys/arch/prep/include/
H A Dplatform.h1 /* $NetBSD: platform.h,v 1.17 2011/06/18 08:08:29 matt Exp $ */
49 struct platform **platform; member in struct:plattab
65 extern struct platform *platform;
/src/sys/arch/ews4800mips/ews4800mips/
H A Dinterrupt.c47 platform_intr = platform.intr;
48 (*platform.intr_init)();
55 (*platform.intr_establish)(irq, func, arg);
62 (*platform.intr_disestablish)(arg);
H A Dclock.c42 KASSERT(platform.initclocks);
44 (*platform.initclocks)();
/src/sys/arch/arm/nxp/
H A Dimx6_platform.h30 #include <arch/evbarm/fdt/platform.h>
/src/sys/arch/hpcmips/include/
H A Dsysconf.h55 extern struct platform { struct
72 } platform; variable in typeref:struct:platform
/src/sys/arch/arc/arc/
H A Dp_nec_j96a.c33 #include <machine/platform.h>
37 struct platform platform_nec_j96a = {
H A Dp_nec_rax94.c35 #include <machine/platform.h>
39 struct platform platform_nec_rax94 = {
H A Dp_nec_r96.c37 #include <machine/platform.h>
43 static int p_nec_riscserver_2200_match(struct platform *);
45 struct platform platform_nec_r96 = {
60 struct platform platform_nec_riscserver_2200 = {
76 p_nec_riscserver_2200_match(struct platform *p)

Completed in 31 milliseconds

1234567891011>>