Home
last modified time | relevance | path

Searched refs:strcmp (Results 1 – 25 of 61) sorted by relevance

123

/arch/powerpc/cpu/mpc83xx/
A Decc.c125 if (strcmp(argv[1], "status") == 0) { in do_ecc()
138 if (strcmp(argv[1], "sbecnt") == 0) { in do_ecc()
167 if (strcmp(argv[2], "+sbe") == 0) { in do_ecc()
199 if (strcmp(argv[2], "mme") == 0) { in do_ecc()
201 } else if (strcmp(argv[2], "sbe") == 0) { in do_ecc()
243 if (strcmp(argv[2], "en") == 0) in do_ecc()
245 else if (strcmp(argv[2], "dis") == 0) in do_ecc()
257 if (strcmp(argv[2], "en") == 0) in do_ecc()
259 else if (strcmp(argv[2], "dis") == 0) in do_ecc()
269 if (strcmp(argv[1], "testdw") == 0) { in do_ecc()
[all …]
/arch/arm/mach-uniphier/dram/
A Dcmd_ddrphy.c282 if (!strcmp(cmd, "wbdl") || !strcmp(cmd, "all")) in do_ddr()
285 if (!strcmp(cmd, "rbdl") || !strcmp(cmd, "all")) in do_ddr()
288 if (!strcmp(cmd, "wld") || !strcmp(cmd, "all")) in do_ddr()
291 if (!strcmp(cmd, "dqsgd") || !strcmp(cmd, "all")) in do_ddr()
294 if (!strcmp(cmd, "mdl") || !strcmp(cmd, "all")) in do_ddr()
297 if (!strcmp(cmd, "reg") || !strcmp(cmd, "all")) in do_ddr()
A Dcmd_ddrmphy.c312 if (!strcmp(cmd, "zq") || !strcmp(cmd, "all")) in do_ddrm()
315 if (!strcmp(cmd, "wbdl") || !strcmp(cmd, "all")) in do_ddrm()
318 if (!strcmp(cmd, "rbdl") || !strcmp(cmd, "all")) in do_ddrm()
321 if (!strcmp(cmd, "wld") || !strcmp(cmd, "all")) in do_ddrm()
324 if (!strcmp(cmd, "dqsgd") || !strcmp(cmd, "all")) in do_ddrm()
327 if (!strcmp(cmd, "mdl") || !strcmp(cmd, "all")) in do_ddrm()
330 if (!strcmp(cmd, "reg") || !strcmp(cmd, "all")) in do_ddrm()
/arch/arm/cpu/armv8/
A Dspin_table.c28 if (!prop || strcmp(prop, "cpu")) in spin_table_update_dt()
37 if (!prop || strcmp(prop, "spin-table")) in spin_table_update_dt()
45 if (!prop || strcmp(prop, "cpu")) in spin_table_update_dt()
/arch/arm/mach-imx/
A Dcmd_bmode.c21 if (!strcmp(p->name, arg)) in search_modes()
74 if (!strcmp(argv[1], "getprisec")) in do_boot_mode()
80 if (strcmp(argv[2], "noreset")) in do_boot_mode()
A Dvideo.c42 if (!strcmp(panel, displays[i].mode.name)) in board_video_skip()
60 if (!strcmp(displays[i].mode.name, "HDMI")) in board_video_skip()
A Dcmd_mfgprot.c50 if (strcmp(sel, pubk) == 0) { in do_mfgprot()
68 } else if (strcmp(sel, sign) == 0) { in do_mfgprot()
A Dfdt.c117 if (!strcmp(type, "critical")) in fixup_thermal_trips()
119 else if (!strcmp(type, "passive")) in fixup_thermal_trips()
/arch/arm/mach-keystone/
A Dcmd_clock.c106 if (strcmp(argv[2], "en") == 0) { in do_psc_cmd()
113 if (strcmp(argv[2], "di") == 0) { in do_psc_cmd()
120 if (strcmp(argv[2], "domain") == 0) { in do_psc_cmd()
/arch/arm/mach-stm32mp/
A Decdsa_romapi.c38 if (!strcmp(curve_name, "prime256v1")) in ecdsa_key_algo()
40 else if (!strcmp(curve_name, "brainpool256")) in ecdsa_key_algo()
/arch/arm/mach-k3/r5/
A Dcommon.c342 if (!strcmp(os, image_os_match[i])) { in board_fit_image_post_process()
354 strcmp(os, "tifsstub-hs")) || in board_fit_image_post_process()
356 strcmp(os, "tifsstub-fs")) || in board_fit_image_post_process()
358 strcmp(os, "tifsstub-gp"))) { in board_fit_image_post_process()
/arch/arm/include/asm/arch-octeontx2/
A Dsoc.h20 #define otx_is_board(model) (!strcmp(read_board_name(), model))
/arch/arm/include/asm/arch-octeontx/
A Dsoc.h19 #define otx_is_board(model) (!strcmp(read_board_name(), model))
/arch/m68k/include/asm/
A Dstring.h23 extern int strcmp(const char *,const char *);
/arch/powerpc/include/asm/
A Dstring.h21 extern int strcmp(const char *,const char *);
/arch/x86/cpu/ivybridge/
A Dsata.c56 if (!mode || !strcmp(mode, "ahci")) { in bd82x6x_sata_init()
99 } else if (!strcmp(mode, "combined")) { in bd82x6x_sata_init()
204 if (mode && !strcmp(mode, "ahci")) in bd82x6x_sata_enable()
/arch/arm/mach-zynqmp/
A Dmp.c352 if (!strcmp(argv[1], "lockstep") || !strcmp(argv[1], "0")) { in cpu_release()
369 } else if (!strcmp(argv[1], "split") || !strcmp(argv[1], "1")) { in cpu_release()
A Dzynqmp.c154 if (!strcmp(argv[2], "lockstep") || !strcmp(argv[2], "0")) { in do_zynqmp_tcm_init()
156 } else if (!strcmp(argv[2], "split") || !strcmp(argv[2], "1")) { in do_zynqmp_tcm_init()
/arch/riscv/include/asm/
A Dstring.h53 extern int strcmp(const char *, const char *);
/arch/mips/include/asm/
A Dstring.h22 extern int strcmp(__const__ char *__cs, __const__ char *__ct);
/arch/arm/mach-stm32mp/cmd_stm32prog/
A Dcmd_stm32prog.c54 if (IS_ENABLED(CONFIG_CMD_STM32PROG_USB) && !strcmp(argv[1], "usb")) in do_stm32prog()
56 else if (IS_ENABLED(CONFIG_CMD_STM32PROG_SERIAL) && !strcmp(argv[1], "serial")) in do_stm32prog()
/arch/microblaze/cpu/
A Dcpuinfo.c94 if (!strcmp(entry->string, string)) in lookup_code()
/arch/x86/cpu/
A Dqfw_cpu.c33 if (!strcmp(pdev->name, "cpus")) in qemu_cpu_fixup()
/arch/riscv/lib/
A Dstrcmp_zbb.S10 WEAK(strcmp)
/arch/sh/include/asm/
A Dstring.h59 static inline int strcmp(const char *__cs, const char *__ct) in strcmp() function

Completed in 67 milliseconds

123