Home
last modified time | relevance | path

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

12345678910>>...19

/OK3568_Linux_fs/buildroot/package/gcc/arc-2020.09-release/
H A D0001-arc-Refurbish-adc-sbc-patterns.patch127 - [(set (match_operand:SI 0 "dest_reg_operand" "=w,Rcw,w,Rcw,w")
128 - (plus:SI (plus:SI (ltu:SI (reg:CC_C CC_REG) (const_int 0))
129 - (match_operand:SI 1 "nonmemory_operand"
131 - (match_operand:SI 2 "nonmemory_operand" "c,C_0,L,I,cCal")))]
133 + [(set (match_operand:SI 0 "register_operand" "=r, r,r,r, r,r")
134 + (plus:SI
135 + (plus:SI
136 + (ltu:SI (reg:CC_C CC_REG) (const_int 0))
137 + (match_operand:SI 1 "nonmemory_operand" "%r, 0,r,0,Cal,r"))
138 + (match_operand:SI 2 "nonmemory_operand" "r,C_0,L,I, r,Cal")))]
[all …]
/OK3568_Linux_fs/kernel/drivers/pinctrl/
H A Dpinctrl-ocelot.c177 OCELOT_P(8, SI, TWI_SCL_M, IRQ0_OUT);
178 OCELOT_P(9, SI, TWI_SCL_M, IRQ1_OUT);
185 OCELOT_P(16, TWI, NONE, SI);
186 OCELOT_P(17, TWI, TWI_SCL_M, SI);
247 JAGUAR2_P(16, SI, TWI_SCL_M);
248 JAGUAR2_P(17, SI, TWI_SCL_M);
249 JAGUAR2_P(18, SI, TWI_SCL_M);
256 JAGUAR2_P(25, UART2, SI);
257 JAGUAR2_P(26, PTP2, SI);
258 JAGUAR2_P(27, PTP3, SI);
[all …]
/OK3568_Linux_fs/kernel/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
/OK3568_Linux_fs/kernel/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 */
/OK3568_Linux_fs/kernel/drivers/gpu/drm/amd/amdgpu/
H A DKconfig3 bool "Enable amdgpu support for SI parts"
7 for SI asics.
9 SI is already supported in radeon. Experimental support for SI
/OK3568_Linux_fs/kernel/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)
/OK3568_Linux_fs/u-boot/drivers/bios_emulator/include/x86emu/
H A Dregs.h104 i386_general_register SP, BP, SI, DI, IP; member
149 #define R_SI spc.SI.I16_reg.x_reg
157 #define R_SI spc.SI.I16_reg.x_reg
165 #define R_ESI spc.SI.I32_reg.e_reg
/OK3568_Linux_fs/kernel/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
/OK3568_Linux_fs/kernel/arch/m68k/lib/
H A Dlshrdi3.c21 typedef int SItype __mode(SI);
22 typedef unsigned int USItype __mode(SI);
H A Dashldi3.c21 typedef int SItype __mode(SI);
22 typedef unsigned int USItype __mode(SI);
H A Dashrdi3.c21 typedef int SItype __mode(SI);
22 typedef unsigned int USItype __mode(SI);
H A Dmuldi3.c68 typedef int SItype __mode(SI);
69 typedef unsigned int USItype __mode(SI);
/OK3568_Linux_fs/u-boot/arch/m68k/lib/
H A Dlshrdi3.c12 typedef int SItype __attribute__ ((mode (SI)));
13 typedef unsigned int USItype __attribute__ ((mode (SI)));
H A Dashldi3.c12 typedef int SItype __attribute__ ((mode (SI)));
13 typedef unsigned int USItype __attribute__ ((mode (SI)));
H A Dmuldi3.c45 typedef int SItype __attribute__ ((mode (SI)));
46 typedef unsigned int USItype __attribute__ ((mode (SI)));
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/multiprecision/
H A Dcpp_int.hpp775 template <class SI>
776SI i, typename boost::enable_if_c<is_signed<SI>::value && (Checked == unchecked) >::type const* = … in cpp_int_base()
777 …: m_data(i < 0 ? static_cast<local_limb_type>(static_cast<typename make_unsigned<SI>::type>(boost:… in cpp_int_base()
778 template <class SI>
779SI i, typename boost::enable_if_c<is_signed<SI>::value && (Checked == checked) >::type const* = 0)… in cpp_int_base()
780 …: m_data(i < 0 ? (static_cast<local_limb_type>(static_cast<typename make_unsigned<SI>::type>(boost… in cpp_int_base()
919 template <class SI>
920 …BOOST_MP_FORCEINLINE BOOST_CONSTEXPR cpp_int_base(SI i, typename boost::enable_if_c<is_signed<SI>:… in cpp_int_base()
922 template <class SI>
923SI i, typename boost::enable_if_c<is_signed<SI>::value && (Checked == checked) >::type const* = 0)… in cpp_int_base()
[all …]
/OK3568_Linux_fs/kernel/Documentation/devicetree/bindings/soc/fsl/cpm_qe/
H 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.
/OK3568_Linux_fs/kernel/tools/perf/arch/x86/util/
H 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()
/OK3568_Linux_fs/kernel/arch/h8300/lib/
H A Dlibgcc.h62 typedef int SItype __attribute__ ((mode (SI)));
63 typedef unsigned int USItype __attribute__ ((mode (SI)));
/OK3568_Linux_fs/kernel/Documentation/ABI/testing/
H A Dsysfs-bus-iio-icm4260012 in SI units (m/s^2 for accelerometer and rad/s for gyroscope).
19 Range of available values for hardware offset. Values in SI
/OK3568_Linux_fs/external/xserver/hw/xfree86/x86emu/x86emu/
H A Dregs.h108 i386_general_register SP, BP, SI, DI, IP; member
155 #define R_SI spc.SI.I16_reg.x_reg
163 #define R_ESI spc.SI.I32_reg.e_reg
/OK3568_Linux_fs/u-boot/arch/microblaze/lib/
H A Dmuldi3.c50 typedef unsigned int USItype __attribute__ ((mode(SI)));
51 typedef int SItype __attribute__ ((mode(SI)));
/OK3568_Linux_fs/kernel/include/math-emu/
H A Dsoft-fp.h193 typedef int SItype __attribute__((mode(SI)));
195 typedef unsigned int USItype __attribute__((mode(SI)));
/OK3568_Linux_fs/kernel/Documentation/devicetree/bindings/net/
H A Dftgmac100.txt21 - use-ncsi: Use the NC-SI stack instead of an MDIO PHY. Currently assumes
22 rmii (100bT) but kept as a separate property in case NC-SI grows support

12345678910>>...19