| /OK3568_Linux_fs/kernel/drivers/fsi/ |
| H A D | Kconfig | 3 # FSI subsystem 6 menuconfig FSI config 7 tristate "FSI support" 11 FSI - the FRU Support Interface - is a simple bus for low-level 14 if FSI 20 This option causes char devices created for FSI devices to be 32 tristate "GPIO-based FSI master" 36 This option enables a FSI master driver using GPIO lines. 39 tristate "FSI hub master" 41 This option enables a FSI hub master driver. Hub is a type of FSI [all …]
|
| /OK3568_Linux_fs/kernel/Documentation/devicetree/bindings/fsi/ |
| H A D | fsi.txt | 1 FSI bus & engine generic device tree bindings 4 The FSI bus is probe-able, so the OS is able to enumerate FSI slaves, and 7 busses, which are then exposed by the device tree. For example, an FSI engine 11 FSI masters may require their own DT nodes (to describe the master HW itself); 16 represent the FSI slaves and their slave engines. As a basic outline: 19 /* top-level of FSI bus topology, bound to an FSI master driver and 20 * exposes an FSI bus */ 23 /* this node defines the FSI slave device, and is handled 24 * entirely with FSI core code */ 41 adding subordinate device tree nodes as children of FSI engines. [all …]
|
| H A D | ibm,p9-occ.txt | 1 Device-tree bindings for FSI-attached POWER9 On-Chip Controller (OCC) 4 This is the binding for the P9 On-Chip Controller accessed over FSI from a 5 service processor. See fsi.txt for details on bindings for FSI slave and CFAM 6 nodes. The OCC is not an FSI slave device itself, rather it is accessed
|
| H A D | fsi-master-gpio.txt | 1 Device-tree bindings for gpio-based FSI master driver 6 - clock-gpios = <gpio-descriptor>; : GPIO for FSI clock 7 - data-gpios = <gpio-descriptor>; : GPIO for FSI data signal 13 functions (eg, external FSI masters)
|
| H A D | fsi-master-aspeed.txt | 1 Device-tree bindings for AST2600 FSI master 4 The AST2600 contains two identical FSI masters. They share a clock and have a 18 - fsi-routing-gpios: GPIO for setting the FSI mux (internal or cabled) 19 - fsi-mux-gpios: GPIO for detecting the desired FSI mux state
|
| H A D | fsi-master-ast-cf.txt | 1 Device-tree bindings for ColdFire offloaded gpio-based FSI master driver 10 - clock-gpios = <gpio-descriptor>; : GPIO for FSI clock 11 - data-gpios = <gpio-descriptor>; : GPIO for FSI data signal 15 functions (eg, external FSI masters)
|
| /OK3568_Linux_fs/kernel/Documentation/ABI/testing/ |
| H A D | sysfs-bus-fsi | 6 Initiates a FSI master scan for all connected slave devices 14 Sends an FSI BREAK command on a master's communication 24 Sends an FSI terminate command from the master to its 38 specified FSI bus address. 46 FSI device.
|
| H A D | sysfs-driver-fsi-master-gpio | 6 Controls access arbitration for GPIO-based FSI master. A 8 driver performs FSI bus transactions, 1 sets external mode, 9 where the FSI bus is driven externally (for example, by
|
| /OK3568_Linux_fs/buildroot/package/pdbg/ |
| H A D | Config.in | 4 PowerPC FSI Debugger, for low level debugging of a IBM 5 Power8 and Power9 CPU over FSI.
|
| /OK3568_Linux_fs/kernel/Documentation/devicetree/bindings/i2c/ |
| H A D | i2c-fsi.txt | 1 Device-tree bindings for FSI-attached I2C master and busses 6 - reg = < address size >; : The FSI CFAM address and address
|
| /OK3568_Linux_fs/kernel/sound/soc/sh/ |
| H A D | Kconfig | 25 tristate "SH4 FSI support" 28 This option enables FSI sound support
|
| /OK3568_Linux_fs/yocto/poky/meta/recipes-devtools/gcc/gcc/ |
| H A D | 0002-CVE-2021-42574.patch | 289 +const char *s7 = R"(a b c FSI⨠1 2 3 PDIâ© x y) z"; 310 +const char *s4 = R"(a b c FSI⨠1 2 3)"; 396 + * FSI⨠end 402 +/* FSI⨠568 +/* a b c FSI⨠1 2 3 PDIâ© x y z */ 584 +// a b c FSI⨠1 2 3 PDIâ© x y z 634 + const char *s7 = "a b c FSI⨠1 2 3 PDIâ© x y z"; 661 + const char *s20 = "a b c FSI\u2068 1 2 3 PDI\u2069 x y z"; 762 +/* a b c FSI⨠1 2 3 PDIâ© x y z */ 778 +// a b c FSI⨠1 2 3 PDIâ© x y z [all …]
|
| H A D | 0004-CVE-2021-42574.patch | 250 case kind::FSI:
|
| /OK3568_Linux_fs/kernel/drivers/hwmon/occ/ |
| H A D | Kconfig | 31 established through SBE fifo on an FSI bus.
|
| /OK3568_Linux_fs/kernel/arch/sh/kernel/cpu/sh4a/ |
| H A D | setup-sh7724.c | 882 FSI, enumerator 974 INTC_VECT(FSI, 0xF80), 1041 0, 0, SCIFA5, FSI } }, 1070 { 0xa4080024, 0, 16, 4, /* IPRJ */ { CEU1, ETHI, FSI, SDHI1 } },
|
| /OK3568_Linux_fs/kernel/Documentation/hwmon/ |
| H A D | occ.rst | 23 The P9 version of this driver is a client driver of the FSI-based OCC driver. 24 It will be probed automatically by the FSI-based OCC driver.
|
| /OK3568_Linux_fs/kernel/arch/powerpc/boot/dts/ |
| H A D | fsp2.dts | 154 /* 2nd level UICs for FSI */
|
| /OK3568_Linux_fs/kernel/drivers/spi/ |
| H A D | Kconfig | 319 tristate "FSI SPI driver" 320 depends on FSI 322 This enables support for the driver for FSI bus attached SPI
|
| /OK3568_Linux_fs/kernel/drivers/i2c/busses/ |
| H A D | Kconfig | 1413 tristate "FSI I2C driver" 1414 depends on FSI 1416 Driver for FSI bus attached I2C masters. These are I2C masters that 1417 are connected to the system over an FSI bus, instead of the more
|
| /OK3568_Linux_fs/kernel/Documentation/process/ |
| H A D | maintainer-pgp-guide.rst | 440 - `Nitrokey Start`_: Open hardware and Free Software, based on FSI
|
| /OK3568_Linux_fs/kernel/ |
| H A D | MAINTAINERS | 7192 FSI SUBSYSTEM 7205 FSI-ATTACHED I2C DRIVER 7213 FSI-ATTACHED SPI DRIVER
|
| /OK3568_Linux_fs/recovery/ |
| HD | rootfs.cpio.gz | 107070100A8AEB0000041ED0000000000000000000000116841B48100000000000000FD0000000200000000000000000000000200000000.07070100A8B07C000081A40000000000000000000000016841263500000000000000FD0000000200000000000000000000000900000000.gitkeep07070100A8B07D000081A40000000000000000000000016841263500000000000000FD0000000200000000000000000000000B00000000.skip_fsck07070100A8AEB10000A1FF0000000000000000000000016841B0B600000007000000FD0000000200000000000000000000000400000000binusr/bin07070100A8B07E000081A400000000000000000000000168412635000001CC000000FD0000000200000000000000000000001100000000busybox. ... |