Home
last modified time | relevance | path

Searched refs:device_type (Results 1 – 25 of 1495) sorted by relevance

12345678910>>...60

/netbsd-src/sys/external/gpl2/dts/dist/arch/arm64/boot/dts/cavium/
H A Dthunder-88xx.dtsi66 device_type = "cpu";
72 device_type = "cpu";
78 device_type = "cpu";
84 device_type = "cpu";
90 device_type = "cpu";
96 device_type = "cpu";
102 device_type = "cpu";
108 device_type = "cpu";
114 device_type = "cpu";
120 device_type = "cpu";
[all …]
/netbsd-src/sys/external/gpl2/dts/dist/arch/arm/boot/dts/
H A Daxm5516-cpus.dtsi73 device_type = "cpu";
81 device_type = "cpu";
89 device_type = "cpu";
97 device_type = "cpu";
105 device_type = "cpu";
113 device_type = "cpu";
121 device_type = "cpu";
129 device_type = "cpu";
137 device_type = "cpu";
145 device_type = "cpu";
[all …]
H A Dmt6592.dtsi22 device_type = "cpu";
27 device_type = "cpu";
32 device_type = "cpu";
37 device_type = "cpu";
42 device_type = "cpu";
47 device_type = "cpu";
52 device_type = "cpu";
57 device_type = "cpu";
H A Decx-2000.dts23 device_type = "cpu";
31 device_type = "cpu";
39 device_type = "cpu";
47 device_type = "cpu";
56 device_type = "memory";
62 device_type = "memory";
H A Darmada-xp-mv78460.dtsi32 device_type = "cpu";
40 device_type = "cpu";
48 device_type = "cpu";
56 device_type = "cpu";
73 device_type = "pci";
117 device_type = "pci";
135 device_type = "pci";
153 device_type = "pci";
171 device_type = "pci";
189 device_type = "pci";
[all …]
H A Dexynos5420-cpus.dtsi58 device_type = "cpu";
70 device_type = "cpu";
82 device_type = "cpu";
94 device_type = "cpu";
106 device_type = "cpu";
118 device_type = "cpu";
130 device_type = "cpu";
142 device_type = "cpu";
H A Dexynos5422-cpus.dtsi57 device_type = "cpu";
70 device_type = "cpu";
83 device_type = "cpu";
96 device_type = "cpu";
109 device_type = "cpu";
122 device_type = "cpu";
135 device_type = "cpu";
148 device_type = "cpu";
H A Darmada-xp-mv78260.dtsi31 device_type = "cpu";
39 device_type = "cpu";
56 device_type = "pci";
96 device_type = "pci";
114 device_type = "pci";
132 device_type = "pci";
150 device_type = "pci";
168 device_type = "pci";
186 device_type = "pci";
204 device_type = "pci";
[all …]
/netbsd-src/sys/external/gpl2/dts/dist/arch/arm64/boot/dts/hisilicon/
H A Dhip07.dtsi268 device_type = "cpu";
277 device_type = "cpu";
286 device_type = "cpu";
295 device_type = "cpu";
304 device_type = "cpu";
313 device_type = "cpu";
322 device_type = "cpu";
331 device_type = "cpu";
340 device_type = "cpu";
349 device_type = "cpu";
[all …]
H A Dhip05.dtsi85 device_type = "cpu";
93 device_type = "cpu";
101 device_type = "cpu";
109 device_type = "cpu";
117 device_type = "cpu";
125 device_type = "cpu";
133 device_type = "cpu";
141 device_type = "cpu";
149 device_type = "cpu";
157 device_type = "cpu";
[all …]
H A Dhip06.dtsi85 device_type = "cpu";
93 device_type = "cpu";
101 device_type = "cpu";
109 device_type = "cpu";
117 device_type = "cpu";
125 device_type = "cpu";
133 device_type = "cpu";
141 device_type = "cpu";
149 device_type = "cpu";
157 device_type = "cpu";
[all …]
/netbsd-src/sys/external/gpl2/dts/dist/arch/arm64/boot/dts/marvell/
H A Darmada-ap810-ap0-octa-core.dtsi17 device_type = "cpu";
23 device_type = "cpu";
29 device_type = "cpu";
35 device_type = "cpu";
41 device_type = "cpu";
47 device_type = "cpu";
53 device_type = "cpu";
59 device_type = "cpu";
/netbsd-src/usr.sbin/ofctl/
H A Dofctl.c493 char device_type[33]; in main() local
535 device_type[0] = '\0'; in main()
536 len = OF_getprop(phandle, "device_type", device_type, in main()
537 sizeof(device_type)); in main()
539 len = OF_getprop(phandle, "name", device_type, in main()
540 sizeof(device_type)); in main()
542 device_type[len] = '\0'; in main()
543 oflist(phandle, device_type, 0, of_buf, sizeof(of_buf)); in main()
546 device_type[0] = '\0'; in main()
547 len = OF_getprop(phandle, "device_type", device_type, in main()
[all …]
/netbsd-src/external/gpl3/gcc/dist/libgomp/
H A Doacc-parallel.c143 prof_info.device_type = acc_device_type (acc_dev->type); in GOACC_parallel_keyed()
174 api_info.device_type = prof_info.device_type; in GOACC_parallel_keyed()
191 prof_info.device_type = acc_device_host; in GOACC_parallel_keyed()
192 api_info.device_type = prof_info.device_type; in GOACC_parallel_keyed()
394 prof_info.device_type = acc_device_type (acc_dev->type); in GOACC_data_start()
440 api_info.device_type = prof_info.device_type; in GOACC_data_start()
454 prof_info.device_type = acc_device_host; in GOACC_data_start()
455 api_info.device_type = prof_info.device_type; in GOACC_data_start()
499 prof_info.device_type = acc_device_type (acc_dev->type); in GOACC_data_end()
529 api_info.device_type = prof_info.device_type; in GOACC_data_end()
[all …]
/netbsd-src/external/gpl3/gcc.old/dist/libgomp/
H A Doacc-parallel.c143 prof_info.device_type = acc_device_type (acc_dev->type); in GOACC_parallel_keyed()
174 api_info.device_type = prof_info.device_type; in GOACC_parallel_keyed()
191 prof_info.device_type = acc_device_host; in GOACC_parallel_keyed()
192 api_info.device_type = prof_info.device_type; in GOACC_parallel_keyed()
397 prof_info.device_type = acc_device_type (acc_dev->type); in GOACC_data_start()
443 api_info.device_type = prof_info.device_type; in GOACC_data_start()
457 prof_info.device_type = acc_device_host; in GOACC_data_start()
458 api_info.device_type = prof_info.device_type; in GOACC_data_start()
503 prof_info.device_type = acc_device_type (acc_dev->type); in GOACC_data_end()
533 api_info.device_type = prof_info.device_type; in GOACC_data_end()
[all …]
/netbsd-src/sys/external/gpl2/dts/dist/arch/arm64/boot/dts/amazon/
H A Dalpine-v3.dtsi24 device_type = "cpu";
38 device_type = "cpu";
52 device_type = "cpu";
66 device_type = "cpu";
80 device_type = "cpu";
94 device_type = "cpu";
108 device_type = "cpu";
122 device_type = "cpu";
136 device_type = "cpu";
150 device_type = "cpu";
[all …]
H A Dalpine-v2.dtsi51 device_type = "cpu";
58 device_type = "cpu";
65 device_type = "cpu";
72 device_type = "cpu";
130 device_type = "pci";
162 device_type = "serial";
173 device_type = "serial";
184 device_type = "serial";
195 device_type = "serial";
/netbsd-src/sys/external/gpl2/dts/dist/arch/arm64/boot/dts/mediatek/
H A Dmt6755.dtsi33 device_type = "cpu";
40 device_type = "cpu";
47 device_type = "cpu";
54 device_type = "cpu";
61 device_type = "cpu";
68 device_type = "cpu";
75 device_type = "cpu";
82 device_type = "cpu";
H A Dmt6795.dtsi33 device_type = "cpu";
40 device_type = "cpu";
47 device_type = "cpu";
54 device_type = "cpu";
61 device_type = "cpu";
68 device_type = "cpu";
75 device_type = "cpu";
82 device_type = "cpu";
/netbsd-src/sys/external/gpl2/dts/dist/arch/arm64/boot/dts/apple/
H A Dt8103.dtsi25 device_type = "cpu";
33 device_type = "cpu";
41 device_type = "cpu";
49 device_type = "cpu";
57 device_type = "cpu";
65 device_type = "cpu";
73 device_type = "cpu";
81 device_type = "cpu";
/netbsd-src/sys/external/gpl2/dts/dist/arch/arm64/boot/dts/arm/
H A Dfvp-base-revc.dts46 device_type = "cpu";
52 device_type = "cpu";
58 device_type = "cpu";
64 device_type = "cpu";
70 device_type = "cpu";
76 device_type = "cpu";
82 device_type = "cpu";
88 device_type = "cpu";
96 device_type = "memory";
160 device_type = "pci";
/netbsd-src/sys/external/gpl2/dts/dist/arch/arm64/boot/dts/freescale/
H A Dfsl-ls2088a.dtsi17 device_type = "cpu";
27 device_type = "cpu";
37 device_type = "cpu";
47 device_type = "cpu";
57 device_type = "cpu";
67 device_type = "cpu";
77 device_type = "cpu";
87 device_type = "cpu";
H A Dfsl-ls2080a.dtsi17 device_type = "cpu";
27 device_type = "cpu";
37 device_type = "cpu";
47 device_type = "cpu";
57 device_type = "cpu";
67 device_type = "cpu";
77 device_type = "cpu";
87 device_type = "cpu";
/netbsd-src/sys/external/gpl2/dts/dist/arch/arm64/boot/dts/amlogic/
H A Dmeson-g12b.dtsi47 device_type = "cpu";
57 device_type = "cpu";
67 device_type = "cpu";
77 device_type = "cpu";
87 device_type = "cpu";
97 device_type = "cpu";
/netbsd-src/sys/external/gpl2/dts/dist/arch/arm64/boot/dts/renesas/
H A Dr8a77950-ulcb.dts18 device_type = "memory";
24 device_type = "memory";
29 device_type = "memory";
34 device_type = "memory";

12345678910>>...60