Home
last modified time | relevance | path

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

/drivers/cpu/
A Dxtensa_cpu.c49 const char *device_type; in xtensa_cpu_get_count() local
55 device_type = ofnode_read_string(node, "device_type"); in xtensa_cpu_get_count()
56 if (!device_type) in xtensa_cpu_get_count()
58 if (strcmp(device_type, "cpu") == 0) in xtensa_cpu_get_count()
A Driscv_cpu.c76 const char *device_type; in riscv_cpu_get_count() local
82 device_type = ofnode_read_string(node, "device_type"); in riscv_cpu_get_count()
83 if (!device_type) in riscv_cpu_get_count()
85 if (strcmp(device_type, "cpu") == 0) in riscv_cpu_get_count()
A Dimx8_cpu.c273 const char *device_type; in cpu_imx_get_count() local
278 device_type = ofnode_read_string(node, "device_type"); in cpu_imx_get_count()
279 if (!device_type) in cpu_imx_get_count()
282 if (!strcmp(device_type, "cpu")) in cpu_imx_get_count()
/drivers/mtd/
A Dmtdcore.c392 static struct device_type mtd_devtype = {
/drivers/ddr/fsl/
A Dinteractive.c1312 PRINT_NXS(33, spd->device_type, in ddr3_spd_dump()

Completed in 21 milliseconds