Home
last modified time | relevance | path

Searched full:s10 (Results 1 – 25 of 106) sorted by relevance

12345

/linux-6.14.4/Documentation/devicetree/bindings/edac/
Dsocfpga-eccmgr.txt244 - compatible : Should be "altr,socfpga-s10-ecc-manager"
258 - compatible : Should be "altr,sdram-edac-s10"
263 - compatible : Should be "altr,socfpga-s10-ocram-ecc"
270 - compatible : Should be "altr,socfpga-s10-eth-mac-ecc"
277 - compatible : Should be "altr,socfpga-s10-nand-ecc"
284 - compatible : Should be "altr,socfpga-s10-dma-ecc"
291 - compatible : Should be "altr,socfpga-s10-usb-ecc"
298 - compatible : Should be "altr,socfpga-s10-sdmmc-ecc"
307 compatible = "altr,socfpga-s10-ecc-manager";
317 compatible = "altr,sdram-edac-s10";
[all …]
/linux-6.14.4/drivers/clk/socfpga/
DMakefile4 obj-$(CONFIG_CLK_INTEL_SOCFPGA64) += clk-s10.o \
5 clk-pll-s10.o clk-periph-s10.o clk-gate-s10.o \
/linux-6.14.4/arch/riscv/include/asm/
Dcompat.h65 compat_ulong_t s10; member
102 cregs->s10 = (compat_ulong_t) regs->s10; in regs_to_cregs()
139 regs->s10 = (unsigned long) cregs->s10; in cregs_to_regs()
Dkgdb.h53 #define DBG_REG_S10 "s10"
/linux-6.14.4/arch/arm64/boot/dts/intel/
Dsocfpga_agilex.dtsi7 #include <dt-bindings/reset/altr,rst-mgr-s10.h>
170 compatible = "altr,socfpga-stmmac-a10-s10", "snps,dwmac-3.74a", "snps,dwmac";
188 compatible = "altr,socfpga-stmmac-a10-s10", "snps,dwmac-3.74a", "snps,dwmac";
206 compatible = "altr,socfpga-stmmac-a10-s10", "snps,dwmac-3.74a", "snps,dwmac";
478 compatible = "altr,sys-mgr-s10","altr,sys-mgr";
605 compatible = "altr,socfpga-s10-ecc-manager",
616 compatible = "altr,sdram-edac-s10";
622 compatible = "altr,socfpga-s10-ocram-ecc",
630 compatible = "altr,socfpga-s10-usb-ecc",
638 compatible = "altr,socfpga-s10-eth-mac-ecc",
[all …]
/linux-6.14.4/arch/arm64/boot/dts/altera/
Dsocfpga_stratix10.dtsi7 #include <dt-bindings/reset/altr,rst-mgr-s10.h>
172 compatible = "altr,socfpga-stmmac-a10-s10", "snps,dwmac-3.74a", "snps,dwmac";
190 compatible = "altr,socfpga-stmmac-a10-s10", "snps,dwmac-3.74a", "snps,dwmac";
208 compatible = "altr,socfpga-stmmac-a10-s10", "snps,dwmac-3.74a", "snps,dwmac";
454 compatible = "altr,sys-mgr-s10","altr,sys-mgr";
582 compatible = "altr,socfpga-s10-ecc-manager",
593 compatible = "altr,sdram-edac-s10";
599 compatible = "altr,socfpga-s10-ocram-ecc",
607 compatible = "altr,socfpga-s10-usb-ecc",
615 compatible = "altr,socfpga-s10-eth-mac-ecc",
[all …]
/linux-6.14.4/drivers/regulator/
Dqcom-rpmh-regulator.c925 RPMH_VREG("smps10", "smp%s10", &pmic4_ftsmps426, "vdd-s10"),
938 RPMH_VREG("ldo10", "ldo%s10", &pmic4_pldo, "vdd-l10-l23-l25"),
990 RPMH_VREG("smps10", "smp%s10", &pmic5_ftsmps510, "vdd-s10"),
1000 RPMH_VREG("ldo10", "ldo%s10", &pmic5_pldo, "vdd-l2-l10"),
1030 RPMH_VREG("ldo10", "ldo%s10", &pmic5_pldo, "vdd-l9-l10"),
1046 RPMH_VREG("smps10", "smp%s10", &pmic5_ftsmps510, "vdd-s10"),
1056 RPMH_VREG("ldo10", "ldo%s10", &pmic5_pldo, "vdd-l2-l10"),
1100 RPMH_VREG("smps10", "smp%s10", &pmic5_hfsmps510, "vdd-s10"),
1112 RPMH_VREG("ldo10", "ldo%s10", &pmic5_nldo, "vdd-l6-l9-l10"),
1126 RPMH_VREG("smps10", "smp%s10", &pmic5_ftsmps510, "vdd-s10"),
[all …]
/linux-6.14.4/Documentation/devicetree/bindings/soc/altera/
Daltr,sys-mgr.yaml19 - const: altr,sys-mgr-s10
38 const: altr,sys-mgr-s10
/linux-6.14.4/drivers/media/rc/img-ir/
Dimg-ir-hw.h92 * @s10: Zero symbol timing data for secondary (no leader symbol) decoder
97 struct img_ir_symbol_timing ldr, s00, s01, s10, s11; member
120 * @s10: Zero symbol timing register value for secondary decoder
125 u32 ldr, s00, s01, s10, s11, ft; member
Dimg-ir-hw.c90 img_ir_symbol_timing_preprocess(&timings->s10, unit); in img_ir_timings_preprocess()
92 /* default s10 and s11 to s00 and s01 if no leader */ in img_ir_timings_preprocess()
122 img_ir_symbol_timing_defaults(&timings->s10, &defaults->s10); in img_ir_timings_defaults()
303 regs->s10 = img_ir_symbol_timing(&timings->s10, tolerance, clock_hz, in img_ir_timings_convert()
386 img_ir_write(priv, IMG_IR_S10_SYMB_TIMING, regs->s10); in img_ir_write_timings()
390 regs->ldr, regs->s00, regs->s01, regs->s10, regs->s11, ft); in img_ir_write_timings()
Dimg-ir-rc5.c62 .s10 = {
/linux-6.14.4/Documentation/devicetree/bindings/regulator/
Dqcom,smd-rpm-regulator.yaml61 For pm8994, s1, s2, s3, s4, s5, s6, s7, s8, s9, s10, s11, s12, l1, l2, l3,
65 For pm8998, s1, s2, s3, s4, s5, s6, s7, s8, s9, s10, s11, s12, s13, l1, l2,
69 For pma8084, s1, s2, s3, s4, s5, s6, s7, s8, s9, s10, s11, s12, l1, l2, l3,
/linux-6.14.4/arch/riscv/kvm/
Dvcpu_switch.S37 REG_S s10, (KVM_ARCH_HOST_S10)(a0)
91 REG_L s10, (KVM_ARCH_GUEST_S10)(a0)
131 REG_S s10, (KVM_ARCH_GUEST_S10)(a0)
186 REG_L s10, (KVM_ARCH_HOST_S10)(a0)
/linux-6.14.4/arch/riscv/kernel/
Dkexec_relocate.S123 mv s10, zero
187 mv s10, zero
/linux-6.14.4/drivers/mfd/
Daltera-sysmgr.c144 if (of_device_is_compatible(np, "altr,sys-mgr-s10")) { in sysmgr_probe()
175 { .compatible = "altr,sys-mgr-s10" },
/linux-6.14.4/drivers/gpu/drm/amd/amdkfd/
Dcwsr_trap_handler_gfx12.asm498 s_movrels_b64 s10, s10 //s10 = s[10+m0], s11 = s[11+m0]
525 s_movrels_b64 s10, s10 //s10 = s[10+m0], s11 = s[11+m0]
935 s_movreld_b64 s10, s10
Dcwsr_trap_handler_gfx10.asm625 s_movrels_b64 s10, s10 //s10 = s[10+m0], s11 = s[11+m0]
652 s_movrels_b64 s10, s10 //s10 = s[10+m0], s11 = s[11+m0]
1169 s_movreld_b64 s10, s10
/linux-6.14.4/arch/riscv/crypto/
Dchacha-riscv64-zvkb.S73 #define NONCE1 s10
154 sd s10, 80(sp)
290 ld s10, 80(sp)
/linux-6.14.4/arch/arm/boot/dts/qcom/
Dqcom-apq8084.dtsi314 tsens_s10_p1: s10-p1@d8 {
374 tsens_s10_p2: s10-p2@e2 {
409 tsens_s10_p2_backup: s10-p2-backup@e7 {
474 tsens_s10_p1_backup: s10-p1-backup@449 {
810 pma8084_s10: s10 {};
/linux-6.14.4/tools/testing/selftests/kvm/lib/riscv/
Dprocessor.c251 core.regs.s10 = vcpu_get_reg(vcpu, RISCV_CORE_REG(regs.s10)); in vcpu_arch_dump()
279 " S8: 0x%016lx S9: 0x%016lx S10: 0x%016lx S11: 0x%016lx\n", in vcpu_arch_dump()
280 core.regs.s8, core.regs.s9, core.regs.s10, core.regs.s11); in vcpu_arch_dump()
/linux-6.14.4/tools/perf/util/perf-regs-arch/
Dperf_regs_riscv.c62 return "s10"; in __perf_reg_name_riscv()
/linux-6.14.4/tools/perf/arch/riscv/include/
Ddwarf-regs-table.h34 REG_DWARFNUM_NAME("%s10", 26),
/linux-6.14.4/tools/perf/arch/riscv/util/
Dunwind-libdw.c48 dwarf_regs[26] = REG(S10); in libdw__arch_set_initial_registers()
/linux-6.14.4/Documentation/devicetree/bindings/net/
Dsocfpga-dwmac.txt11 "altr,socfpga-stmmac-a10-s10".
/linux-6.14.4/arch/riscv/include/uapi/asm/
Dptrace.h51 unsigned long s10; member

12345