Home
last modified time | relevance | path

Searched refs:SI (Results 1 – 25 of 36) sorted by relevance

12

/linux-6.15/drivers/pinctrl/
H A Dpinctrl-ocelot.c633 JAGUAR2_P(25, UART2, SI);
634 JAGUAR2_P(26, PTP2, SI);
635 JAGUAR2_P(27, PTP3, SI);
636 JAGUAR2_P(28, TWI2, SI);
637 JAGUAR2_P(29, TWI2, SI);
638 JAGUAR2_P(30, SG2, SI);
639 JAGUAR2_P(31, SG2, SI);
640 JAGUAR2_P(32, SG2, SI);
641 JAGUAR2_P(33, SG2, SI);
657 JAGUAR2_P(49, SFP, SI);
[all …]
/linux-6.15/Documentation/spi/
H A Dspi-lm70llp.rst46 D7 9 --> SI/O 5
48 Select 13 <-- SI/O 1
51 Note that since the LM70 uses a "3-wire" variant of SPI, the SI/SO pin
55 devices might share the same SI/SO pin.
64 shows that the SI/O line from the LM70 chip is connected to the base of a
68 Interpreting this circuit, when the LM70 SI/O line is High (or tristate
71 connector. When SI/O is Low (driven by the LM70 or the host) on the other
/linux-6.15/drivers/ata/
H A Dsata_sis.c54 { PCI_VDEVICE(SI, 0x0180), sis_180 }, /* SiS 964/180 */
55 { PCI_VDEVICE(SI, 0x0181), sis_180 }, /* SiS 964/180 */
56 { PCI_VDEVICE(SI, 0x0182), sis_180 }, /* SiS 965/965L */
57 { PCI_VDEVICE(SI, 0x0183), sis_180 }, /* SiS 965/965L */
58 { PCI_VDEVICE(SI, 0x1182), sis_180 }, /* SiS 966/680 */
59 { PCI_VDEVICE(SI, 0x1183), sis_180 }, /* SiS 966/966L/968/680 */
H A Dpata_sis.c891 { PCI_VDEVICE(SI, 0x5513), }, /* SiS 5513 */
892 { PCI_VDEVICE(SI, 0x5518), }, /* SiS 5518 */
893 { PCI_VDEVICE(SI, 0x1180), }, /* SiS 1180 */
/linux-6.15/tools/perf/arch/x86/tests/
H A Dregs_load.S8 #define SI 4 * 8 macro
36 movq %rsi, SI(%rdi)
72 movl %esi, SI(%edi)
/linux-6.15/drivers/gpu/drm/amd/amdgpu/
H A DKconfig43 bool "Enable amdgpu support for SI parts"
47 for SI (Southern Islands) asics.
49 SI is already supported in radeon. Experimental support for SI
/linux-6.15/Documentation/devicetree/bindings/powerpc/nintendo/
H A Dgamecube.txt88 1.f) The Serial Interface (SI) node
91 The SI is a proprietary serial interface used normally to control gamepads.
97 - reg : should contain the SI registers location and length
98 - interrupts : should contain the SI interrupt
H A Dwii.txt67 1.d) The Serial Interface (SI) node
70 The SI is a proprietary serial interface used normally to control gamepads.
76 - reg : should contain the SI registers location and length
77 - interrupts : should contain the SI interrupt
/linux-6.15/Documentation/devicetree/bindings/soc/fsl/cpm_qe/
H A Dfsl,qe-si.yaml7 title: Freescale QUICC Engine module Serial Interface Block (SI)
13 The SI manages the routing of eight TDM lines to the QE block serial drivers,
H A Dfsl,qe-siram.yaml13 store the routing entries of SI
H A Dfsl,qe-tsa.yaml26 - description: SI (Serial Interface) register base
27 - description: SI RAM base
H A Dfsl,cpm1-tsa.yaml27 - description: SI (Serial Interface) register base
28 - description: SI RAM base
/linux-6.15/tools/perf/arch/x86/util/
H A Dunwind-libdw.c28 dwarf_regs[6] = REG(SI); in libdw__arch_set_initial_registers()
37 dwarf_regs[4] = REG(SI); in libdw__arch_set_initial_registers()
H A Dperf_regs.c21 SMPL_REG(SI, PERF_REG_X86_SI),
/linux-6.15/tools/gpio/
H A Dgpio-sloppy-logic-analyzer.sh34 -d|--duration-us <SI-n>: number of microseconds to sample. Overrides -n, no default value.
40 -n|--num_samples <SI-n>: number of samples to acquire. Default <$numsamples>
42 -s|--sample_freq <SI-n>: desired sampling frequency. Might be capped if too large.
54 <SI-n> is an integer value where SI units "T", "G", "M", "K" are recognized, e.g. '1M500K' is 15000…
/linux-6.15/include/math-emu/
H A Dsoft-fp.h193 typedef int SItype __attribute__((mode(SI)));
195 typedef unsigned int USItype __attribute__((mode(SI)));
/linux-6.15/Documentation/devicetree/bindings/net/
H A Dfaraday,ftgmac100.yaml56 Use the NC-SI stack instead of an MDIO PHY. Currently assumes
57 rmii (100bT) but kept as a separate property in case NC-SI grows support
/linux-6.15/lib/
H A Dlocking-selftest-spin.h12 #define INIT SI
/linux-6.15/lib/crypto/mpi/
H A Dmpi-internal.h209 typedef int SItype __attribute__ ((mode(SI)));
210 typedef unsigned int USItype __attribute__ ((mode(SI)));
/linux-6.15/arch/powerpc/xmon/
H A Dppc-opc.c644 #define SI SHO + 1 macro
649 #define SISIGNOPT SI + 1
3052 {"tdui", OPTO(2,TOU), OPTO_MASK, PPC64, PPCVLE, {RA, SI}},
3053 {"tdi", OP(2), OP_MASK, PPC64, PPCVLE, {TO, RA, SI}},
3085 {"twi", OP(3), OP_MASK, PPCCOM, PPCVLE, {TO, RA, SI}},
3086 {"ti", OP(3), OP_MASK, PWRCOM, PPCVLE, {TO, RA, SI}},
3826 {"muli", OP(7), OP_MASK, PWRCOM, PPCVLE, {RT, RA, SI}},
3831 {"dozi", OP(9), OP_MASK, M601, PPCVLE, {RT, RA, SI}},
3851 {"li", OP(14), DRA_MASK, PPCCOM, PPCVLE, {RT, SI}},
3852 {"lil", OP(14), DRA_MASK, PWRCOM, PPCVLE, {RT, SI}},
[all …]
/linux-6.15/drivers/gpu/drm/amd/display/
H A DKconfig38 Choose this option to enable new AMD DC support for SI asics
/linux-6.15/arch/um/os-Linux/skas/
H A Dprocess.c46 R(SI); in ptrace_reg_name()
70 R(SI); in ptrace_reg_name()
/linux-6.15/Documentation/devicetree/bindings/iio/afe/
H A Dtemperature-sense-rtd.yaml21 The general transfer function here is (using SI units)
H A Dtemperature-transducer.yaml24 The general transfer function here is (using SI units)
/linux-6.15/arch/x86/um/
H A Dsignal.c56 GETREG(SI, si); in copy_sc_from_user()
128 PUTREG(SI, si); in copy_sc_to_user()

12