Home
last modified time | relevance | path

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

12345678910>>...14

/Zephyr-latest/boards/snps/nsim/arc_classic/
Dnsim_nsim_hs5x_smp_12cores.dts21 device_type = "cpu";
27 device_type = "cpu";
33 device_type = "cpu";
39 device_type = "cpu";
45 device_type = "cpu";
51 device_type = "cpu";
57 device_type = "cpu";
63 device_type = "cpu";
69 device_type = "cpu";
75 device_type = "cpu";
[all …]
Dnsim_nsim_hs6x_smp_12cores.dts21 device_type = "cpu";
27 device_type = "cpu";
33 device_type = "cpu";
39 device_type = "cpu";
45 device_type = "cpu";
51 device_type = "cpu";
57 device_type = "cpu";
63 device_type = "cpu";
69 device_type = "cpu";
75 device_type = "cpu";
[all …]
Dnsim_nsim_hs5x_smp.dts21 device_type = "cpu";
27 device_type = "cpu";
Dnsim_nsim_hs6x_smp.dts21 device_type = "cpu";
27 device_type = "cpu";
Dnsim_nsim_hs_smp.dts21 device_type = "cpu";
27 device_type = "cpu";
/Zephyr-latest/dts/arm64/rockchip/
Drk3588s.dtsi19 device_type = "cpu";
25 device_type = "cpu";
31 device_type = "cpu";
37 device_type = "cpu";
43 device_type = "cpu";
49 device_type = "cpu";
55 device_type = "cpu";
61 device_type = "cpu";
Drk3399.dtsi20 device_type = "cpu";
25 device_type = "cpu";
30 device_type = "cpu";
35 device_type = "cpu";
40 device_type = "cpu";
45 device_type = "cpu";
Drk3568.dtsi26 device_type = "cpu";
33 device_type = "cpu";
40 device_type = "cpu";
48 device_type = "cpu";
/Zephyr-latest/dts/xtensa/nxp/
Dnxp_imxrt700_hifi1.dtsi17 device_type = "cpu";
25 device_type = "memory";
31 device_type = "memory";
37 device_type = "memory";
Dnxp_imxrt700_hifi4.dtsi17 device_type = "cpu";
25 device_type = "memory";
31 device_type = "memory";
/Zephyr-latest/dts/arm64/ti/
Dti_am6234_a53.dtsi15 device_type = "cpu";
21 device_type = "cpu";
27 device_type = "cpu";
/Zephyr-latest/dts/xtensa/
Dsample_controller32.dtsi15 device_type = "cpu";
22 device_type = "memory";
28 device_type = "memory";
Ddc233c.dtsi15 device_type = "cpu";
26 device_type = "memory";
36 device_type = "memory";
Dsample_controller.dtsi15 device_type = "cpu";
22 device_type = "memory";
/Zephyr-latest/tests/kernel/ipi_optimize/boards/
Dqemu_x86_64.overlay8 device_type = "cpu";
14 device_type = "cpu";
Dqemu_cortex_a53_qemu_cortex_a53_smp.overlay8 device_type = "cpu";
14 device_type = "cpu";
/Zephyr-latest/dts/riscv/qemu/
Dvirt-riscv.dtsi41 device_type = "cpu";
55 device_type = "cpu";
69 device_type = "cpu";
83 device_type = "cpu";
97 device_type = "cpu";
111 device_type = "cpu";
125 device_type = "cpu";
139 device_type = "cpu";
154 device_type = "memory";
/Zephyr-latest/dts/arm64/nxp/
Dnxp_ls1046a.dtsi19 device_type = "cpu";
24 device_type = "cpu";
29 device_type = "cpu";
34 device_type = "cpu";
/Zephyr-latest/tests/kernel/smp/boards/
Dqemu_cortex_a53_qemu_cortex_a53_smp.overlay8 device_type = "cpu";
14 device_type = "cpu";
/Zephyr-latest/tests/kernel/smp_boot_delay/boards/
Dqemu_x86_64.overlay10 device_type = "cpu";
17 device_type = "cpu";
/Zephyr-latest/boards/mediatek/mt8186/
Dmt8186_adsp.dts12 device_type = "memory";
18 device_type = "memory";
24 device_type = "memory";
/Zephyr-latest/boards/mediatek/mt8188/
Dmt8188_adsp.dts13 device_type = "memory";
19 device_type = "memory";
25 device_type = "memory";
/Zephyr-latest/dts/arm/ti/
Dj722s_main_r5.dtsi25 device_type = "cpu";
32 device_type = "memory";
39 device_type = "memory";
Dj722s_mcu_r5.dtsi25 device_type = "cpu";
32 device_type = "memory";
39 device_type = "memory";
/Zephyr-latest/subsys/sd/
Dmmc.c456 if ((ext->device_type.MMC_HS200_SDR_1200MV || ext->device_type.MMC_HS200_SDR_1800MV) && in mmc_set_timing()
467 } else if (ext->device_type.MMC_HS_52_DV) { in mmc_set_timing()
469 } else if (ext->device_type.MMC_HS_26_DV) { in mmc_set_timing()
515 if ((ext->device_type.MMC_HS400_DDR_1200MV || ext->device_type.MMC_HS400_DDR_1800MV) && in mmc_set_timing()
598 ext->device_type.MMC_HS400_DDR_1200MV = ((1 << 7U) & raw[196U]); in mmc_decode_ext_csd()
599 ext->device_type.MMC_HS400_DDR_1800MV = ((1 << 6U) & raw[196U]); in mmc_decode_ext_csd()
600 ext->device_type.MMC_HS200_SDR_1200MV = ((1 << 5U) & raw[196U]); in mmc_decode_ext_csd()
601 ext->device_type.MMC_HS200_SDR_1800MV = ((1 << 4U) & raw[196U]); in mmc_decode_ext_csd()
602 ext->device_type.MMC_HS_DDR_1200MV = ((1 << 3U) & raw[196U]); in mmc_decode_ext_csd()
603 ext->device_type.MMC_HS_DDR_1800MV = ((1 << 2U) & raw[196U]); in mmc_decode_ext_csd()
[all …]

12345678910>>...14