Home
last modified time | relevance | path

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

12345678910>>...13

/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/ti/
Dti_am6234_a53.dtsi15 device_type = "cpu";
21 device_type = "cpu";
27 device_type = "cpu";
/Zephyr-latest/dts/arm64/rockchip/
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/
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/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/ipi_optimize/boards/
Dqemu_cortex_a53_qemu_cortex_a53_smp.overlay8 device_type = "cpu";
14 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/subsys/sd/
Dmmc.c464 if ((ext->device_type.MMC_HS200_SDR_1200MV || ext->device_type.MMC_HS200_SDR_1800MV) && in mmc_set_timing()
475 } else if (ext->device_type.MMC_HS_52_DV) { in mmc_set_timing()
477 } else if (ext->device_type.MMC_HS_26_DV) { in mmc_set_timing()
523 if ((ext->device_type.MMC_HS400_DDR_1200MV || ext->device_type.MMC_HS400_DDR_1800MV) && in mmc_set_timing()
606 ext->device_type.MMC_HS400_DDR_1200MV = ((1 << 7U) & raw[196U]); in mmc_decode_ext_csd()
607 ext->device_type.MMC_HS400_DDR_1800MV = ((1 << 6U) & raw[196U]); in mmc_decode_ext_csd()
608 ext->device_type.MMC_HS200_SDR_1200MV = ((1 << 5U) & raw[196U]); in mmc_decode_ext_csd()
609 ext->device_type.MMC_HS200_SDR_1800MV = ((1 << 4U) & raw[196U]); in mmc_decode_ext_csd()
610 ext->device_type.MMC_HS_DDR_1200MV = ((1 << 3U) & raw[196U]); in mmc_decode_ext_csd()
611 ext->device_type.MMC_HS_DDR_1800MV = ((1 << 2U) & raw[196U]); in mmc_decode_ext_csd()
[all …]
/Zephyr-latest/dts/arm64/fvp/
Dfvp-aemv8r.dtsi16 device_type = "cpu";
22 device_type = "cpu";
28 device_type = "cpu";
34 device_type = "cpu";
/Zephyr-latest/dts/arm/broadcom/
Dvalkyrie.dtsi15 device_type = "cpu";
30 device_type = "memory";
/Zephyr-latest/drivers/sensor/tdk/mpu6050/
Dmpu6050.c43 static inline void mpu6050_convert_temp(enum mpu6050_device_type device_type, in mpu6050_convert_temp() argument
49 switch (device_type) { in mpu6050_convert_temp()
111 mpu6050_convert_temp(drv_data->device_type, val, drv_data->temp); in mpu6050_channel_get()
171 drv_data->device_type = DEVICE_TYPE_MPU6050; in mpu6050_init()
174 drv_data->device_type = DEVICE_TYPE_MPU6500; in mpu6050_init()
/Zephyr-latest/dts/arc/synopsys/
Darc_hs4xd.dtsi18 device_type = "cpu";
24 device_type = "cpu";
30 device_type = "cpu";
36 device_type = "cpu";
83 device_type = "memory";
Darc_hsdk.dtsi18 device_type = "cpu";
24 device_type = "cpu";
30 device_type = "cpu";
36 device_type = "cpu";
83 device_type = "memory";
/Zephyr-latest/boards/qemu/malta/
Dqemu_malta.dts26 device_type = "cpu";
39 device_type = "memory";

12345678910>>...13