/openbmc/u-boot/drivers/pinctrl/mscc/ |
H A D | pinctrl-jr2.c | 138 JR2_P(16, SI, TWI_SCL_M); 139 JR2_P(17, SI, TWI_SCL_M); 140 JR2_P(18, SI, TWI_SCL_M); 147 JR2_P(25, UART2, SI); 148 JR2_P(26, PTP2, SI); 149 JR2_P(27, PTP3, SI); 150 JR2_P(28, TWI2, SI); 151 JR2_P(29, TWI, SI); 152 JR2_P(30, SG2, SI); 153 JR2_P(31, SG2, SI); [all …]
|
H A D | pinctrl-ocelot.c | 96 MSCC_P(8, SI, TWI_SCL_M, IRQ0_OUT); 97 MSCC_P(9, SI, TWI_SCL_M, IRQ1_OUT); 104 MSCC_P(16, TWI, NONE, SI); 105 MSCC_P(17, TWI, TWI_SCL_M, SI);
|
H A D | pinctrl-luton.c | 67 MSCC_P(14, SI, PHY_LED, NONE); 68 MSCC_P(15, SI, PHY_LED, NONE); 69 MSCC_P(16, SI, PHY_LED, NONE);
|
H A D | pinctrl-serval.c | 104 MSCC_P(8, SI, NONE, NONE); 105 MSCC_P(9, SI, MD, NONE); 106 MSCC_P(10, SI, MD, NONE);
|
/openbmc/docs/designs/ |
H A D | ncsi-coredump.md | 1 # NC-SI core dump 11 solution for NIC out of band dumping from BMC over NC-SI protocol. 15 NC-SI command for dump retrieval: Reference: NC-SI spec v1.2: section: 8.4.114 18 NC-SI over MCTP: 23 This feature requires Linux kernel to support transferring new NC-SI command 38 To indicate which NC-SI link to target, The CreateDump method need one 44 Using standard NC-SI command: Retrieve Data From NC(0x4D) to get the dumps by 45 NC-SI over RBT or NC-SI over MCTP protocol. All NC-SI dump procedure will be 97 |Net/NC-SI module| | I2C driver | 101 |NC-SI |SMBUS [all …]
|
/openbmc/linux/drivers/pinctrl/ |
H A D | pinctrl-ocelot.c | 370 LUTON_P(14, SI, PHY_LED); 371 LUTON_P(15, SI, PHY_LED); 372 LUTON_P(16, SI, PHY_LED); 446 SERVAL_P(8, SI, NONE, NONE); 447 SERVAL_P(9, SI, MD, NONE); 448 SERVAL_P(10, SI, MD, NONE); 528 OCELOT_P(8, SI, TWI_SCL_M, IRQ0_OUT); 529 OCELOT_P(9, SI, TWI_SCL_M, IRQ1_OUT); 536 OCELOT_P(16, TWI, NONE, SI); 537 OCELOT_P(17, TWI, TWI_SCL_M, SI); [all …]
|
/openbmc/linux/Documentation/spi/ |
H A D | spi-lm70llp.rst | 46 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
|
/openbmc/google-misc/subprojects/ncsid/doc/ |
H A D | ncsid_internals.md | 33 NC-SI command buffer (reply from the NIC) and returns the buffer that needs to 38 This state machine performs basic configuration of the NC-SI comm channel and 47 This state machine periodically tests NC-SI connection with the NIC, verifies 49 all state machines restart, which means that NC-SI in the NIC is also reset and 90 Implements `net::SockIO` and sends NC-SI commands to the NIC through raw Unix 105 The most complicated part of these tests is `mock::NIC`, which acts as a NC-SI 106 server, replying to NC-SI requests coming from NC-SI State Machines.
|
/openbmc/linux/drivers/ata/ |
H A D | sata_sis.c | 54 { 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 */
|
/openbmc/linux/drivers/gpu/drm/amd/amdgpu/ |
H A D | Kconfig | 38 bool "Enable amdgpu support for SI parts" 42 for SI (Southern Islands) asics. 44 SI is already supported in radeon. Experimental support for SI
|
/openbmc/linux/tools/perf/arch/x86/tests/ |
H A D | regs_load.S | 8 #define SI 4 * 8 macro 36 movq %rsi, SI(%rdi) 72 movl %esi, SI(%edi)
|
/openbmc/u-boot/arch/arm/dts/ |
H A D | ast2600-ncsi.dts | 14 phy-mode = "NC-SI"; 23 phy-mode = "NC-SI";
|
/openbmc/u-boot/drivers/bios_emulator/include/x86emu/ |
H A D | regs.h | 104 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
|
/openbmc/linux/arch/m68k/lib/ |
H A D | lshrdi3.c | 21 typedef int SItype __mode(SI); 22 typedef unsigned int USItype __mode(SI);
|
H A D | ashldi3.c | 21 typedef int SItype __mode(SI); 22 typedef unsigned int USItype __mode(SI);
|
H A D | ashrdi3.c | 21 typedef int SItype __mode(SI); 22 typedef unsigned int USItype __mode(SI);
|
H A D | muldi3.c | 68 typedef int SItype __mode(SI); 69 typedef unsigned int USItype __mode(SI);
|
/openbmc/u-boot/arch/m68k/lib/ |
H A D | ashldi3.c | 11 typedef int SItype __attribute__ ((mode (SI))); 12 typedef unsigned int USItype __attribute__ ((mode (SI)));
|
H A D | lshrdi3.c | 11 typedef int SItype __attribute__ ((mode (SI))); 12 typedef unsigned int USItype __attribute__ ((mode (SI)));
|
H A D | muldi3.c | 44 typedef int SItype __attribute__ ((mode (SI))); 45 typedef unsigned int USItype __attribute__ ((mode (SI)));
|
/openbmc/linux/Documentation/devicetree/bindings/powerpc/nintendo/ |
H A D | gamecube.txt | 88 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
|
/openbmc/linux/tools/perf/arch/x86/util/ |
H A D | unwind-libdw.c | 28 dwarf_regs[6] = REG(SI); in libdw__arch_set_initial_registers() 37 dwarf_regs[4] = REG(SI); in libdw__arch_set_initial_registers()
|
/openbmc/linux/Documentation/devicetree/bindings/soc/fsl/cpm_qe/ |
H A D | qe.txt | 102 * 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.
|
/openbmc/u-boot/arch/microblaze/lib/ |
H A D | muldi3.c | 49 typedef unsigned int USItype __attribute__ ((mode(SI))); 50 typedef int SItype __attribute__ ((mode(SI)));
|
/openbmc/linux/include/math-emu/ |
H A D | soft-fp.h | 193 typedef int SItype __attribute__((mode(SI))); 195 typedef unsigned int USItype __attribute__((mode(SI)));
|