Home
last modified time | relevance | path

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

12

/linux-6.3-rc2/drivers/pinctrl/
A Dpinctrl-ocelot.c609 JAGUAR2_P(25, UART2, SI);
610 JAGUAR2_P(26, PTP2, SI);
611 JAGUAR2_P(27, PTP3, SI);
612 JAGUAR2_P(28, TWI2, SI);
613 JAGUAR2_P(29, TWI2, SI);
614 JAGUAR2_P(30, SG2, SI);
615 JAGUAR2_P(31, SG2, SI);
616 JAGUAR2_P(32, SG2, SI);
617 JAGUAR2_P(33, SG2, SI);
633 JAGUAR2_P(49, SFP, SI);
[all …]
/linux-6.3-rc2/Documentation/spi/
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.3-rc2/drivers/ata/
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 */
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.3-rc2/drivers/gpu/drm/amd/amdgpu/
A DKconfig35 bool "Enable amdgpu support for SI parts"
39 for SI (Southern Islands) asics.
41 SI is already supported in radeon. Experimental support for SI
/linux-6.3-rc2/tools/perf/arch/x86/tests/
A Dregs_load.S8 #define SI 4 * 8 macro
36 movq %rsi, SI(%rdi)
72 movl %esi, SI(%edi)
/linux-6.3-rc2/arch/m68k/lib/
A Dashldi3.c21 typedef int SItype __mode(SI);
22 typedef unsigned int USItype __mode(SI);
A Dlshrdi3.c21 typedef int SItype __mode(SI);
22 typedef unsigned int USItype __mode(SI);
A Dashrdi3.c21 typedef int SItype __mode(SI);
22 typedef unsigned int USItype __mode(SI);
A Dmuldi3.c68 typedef int SItype __mode(SI);
69 typedef unsigned int USItype __mode(SI);
/linux-6.3-rc2/Documentation/devicetree/bindings/powerpc/nintendo/
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
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.3-rc2/tools/perf/arch/x86/util/
A Dunwind-libdw.c27 dwarf_regs[6] = REG(SI); in libdw__arch_set_initial_registers()
36 dwarf_regs[4] = REG(SI); in libdw__arch_set_initial_registers()
A Dperf_regs.c20 SMPL_REG(SI, PERF_REG_X86_SI),
/linux-6.3-rc2/Documentation/devicetree/bindings/soc/fsl/cpm_qe/
A Dqe.txt102 * Serial Interface Block (SI)
104 The SI manages the routing of eight TDM lines to the QE block serial drivers
110 - reg : Address range of SI register set.
121 store the routing entries of SI
126 - reg : Address range of SI RAM.
/linux-6.3-rc2/include/math-emu/
A Dsoft-fp.h193 typedef int SItype __attribute__((mode(SI)));
195 typedef unsigned int USItype __attribute__((mode(SI)));
/linux-6.3-rc2/lib/
A Dlocking-selftest-spin.h12 #define INIT SI
/linux-6.3-rc2/Documentation/devicetree/bindings/net/
A Dftgmac100.txt22 - use-ncsi: Use the NC-SI stack instead of an MDIO PHY. Currently assumes
23 rmii (100bT) but kept as a separate property in case NC-SI grows support
/linux-6.3-rc2/lib/mpi/
A Dmpi-internal.h218 typedef int SItype __attribute__ ((mode(SI)));
219 typedef unsigned int USItype __attribute__ ((mode(SI)));
/linux-6.3-rc2/arch/powerpc/xmon/
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.3-rc2/drivers/gpu/drm/amd/display/
A DKconfig39 Choose this option to enable new AMD DC support for SI asics
/linux-6.3-rc2/Documentation/devicetree/bindings/iio/afe/
A Dtemperature-sense-rtd.yaml21 The general transfer function here is (using SI units)
A Dtemperature-transducer.yaml24 The general transfer function here is (using SI units)
/linux-6.3-rc2/arch/um/os-Linux/skas/
A Dprocess.c41 R(SI); in ptrace_reg_name()
65 R(SI); in ptrace_reg_name()
/linux-6.3-rc2/arch/x86/um/
A Dsignal.c176 GETREG(SI, si); in copy_sc_from_user()
255 PUTREG(SI, si); in copy_sc_to_user()

Completed in 42 milliseconds

12