Searched refs:device_type (Results 1 – 5 of 5) sorted by relevance
49 const char *device_type; in xtensa_cpu_get_count() local55 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()
76 const char *device_type; in riscv_cpu_get_count() local82 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()
273 const char *device_type; in cpu_imx_get_count() local278 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()
392 static struct device_type mtd_devtype = {
1312 PRINT_NXS(33, spd->device_type, in ddr3_spd_dump()
Completed in 21 milliseconds