| /OK3568_Linux_fs/u-boot/board/renesas/stout/ |
| H A D | cpld.c | 18 #define MOSI GPIO_GP_3_26 macro 34 gpio_set_value(MOSI, addr & 0x80); /* MSB first */ in cpld_read() 40 gpio_set_value(MOSI, 0); /* READ */ in cpld_read() 61 gpio_set_value(MOSI, data & (1 << 31)); /* MSB first */ in cpld_write() 68 gpio_set_value(MOSI, addr & 0x80); /* MSB first */ in cpld_write() 74 gpio_set_value(MOSI, 1); /* WRITE */ in cpld_write() 96 gpio_request(MOSI, NULL); in cpld_init() 101 gpio_direction_output(MOSI, 0); in cpld_init()
|
| /OK3568_Linux_fs/u-boot/board/renesas/ulcb/ |
| H A D | cpld.c | 17 #define MOSI GPIO_GP_6_7 macro 46 gpio_set_value(MOSI, set); in ulcb_softspi_sda() 61 gpio_set_value(MOSI, write); in cpld_rw() 102 gpio_request(MOSI, NULL); in cpld_init() 107 gpio_direction_output(MOSI, 0); in cpld_init()
|
| /OK3568_Linux_fs/kernel/Documentation/spi/ |
| H A D | butterfly.rst | 37 MOSI J403.PB2/MOSI pin 9/D7 68 MOSI J403.PE5/DI pin 6/D4
|
| H A D | spi-summary.rst | 15 and parallel data lines with "Master Out, Slave In" (MOSI) or "Master In, 57 Some chips eliminate a signal line by combining MOSI and MISO, and 184 physical SPI bus segment, with SCLK, MOSI, and MISO. 519 SPI bus (shared SCK, MOSI, MISO). Valid bus numbers start at zero. On
|
| /OK3568_Linux_fs/kernel/Documentation/driver-api/ |
| H A D | spi.rst | 7 often in the range of 1-20 MHz), a "Master Out, Slave In" (MOSI) data 9 duplex protocol; for each bit shifted out the MOSI line (one per clock)
|
| /OK3568_Linux_fs/kernel/arch/arm/boot/dts/ |
| H A D | ste-nomadik-nhk15.dts | 211 * and MOSI (in the spec MOSI is called "SDA").
|
| H A D | armada-385-turris-omnia.dts | 345 /* MISO, MOSI, SCLK and CS2 are routed to pin header CN11 */
|
| H A D | sun7i-a20-bananapi.dts | 247 "", "", "SPI-CE0", "SPI-CLK", "SPI-MOSI",
|
| H A D | pxa300-raumfeld-common.dtsi | 332 MFP_PIN_PXA300(97) MFP_AF0 /* MOSI */
|
| /OK3568_Linux_fs/kernel/Documentation/devicetree/bindings/leds/irled/ |
| H A D | spi-ir-led.txt | 4 The IR LED switch is connected to the MOSI line of the SPI device and the data
|
| /OK3568_Linux_fs/u-boot/doc/device-tree-bindings/spi/ |
| H A D | soft-spi.txt | 12 soft_spi_mosi: GPIO number to use for SPI MOSI line (output)
|
| H A D | spi-bus.txt | 59 used for MOSI. Defaults to 1 if not present.
|
| /OK3568_Linux_fs/kernel/Documentation/devicetree/bindings/leds/ |
| H A D | leds-spi-byte.txt | 4 - one LED is controlled by a single byte on MOSI
|
| /OK3568_Linux_fs/kernel/Documentation/hwmon/ |
| H A D | lm70.rst | 42 comprise the MOSI/MISO loop. At the end of the transfer, the 11-bit 2's
|
| /OK3568_Linux_fs/kernel/arch/arm64/boot/dts/marvell/ |
| H A D | armada-8040-clearfog-gt-8k.dts | 305 * [9.11]CP1 SPI0 MOSI/MISO/CLK 308 * [15] CP1 SPI1 MOSI (TDM and SPI ROM shared)
|
| /OK3568_Linux_fs/kernel/arch/arm64/boot/dts/amlogic/ |
| H A D | meson-gxl-s805x-libretech-ac.dts | 249 "SPI NOR MOSI", "SPI NOR MISO", "SPI NOR Clk",
|
| /OK3568_Linux_fs/u-boot/arch/arm/dts/ |
| H A D | armada-8040-mcbin.dts | 214 * [15] SPI1 MOSI (TDM and SPI ROM shared)
|
| H A D | armada-385-turris-omnia.dts | 377 /* MISO, MOSI, SCLK and CS1 are routed to pin header CN11 */
|
| /OK3568_Linux_fs/kernel/Documentation/driver-api/gpio/ |
| H A D | drivers-on-gpio.rst | 54 of wires, at least SCK and optionally MISO, MOSI and chip select lines) using
|
| /OK3568_Linux_fs/u-boot/drivers/video/ |
| H A D | Kconfig | 372 string "SPI MOSI pin for LCD related config job"
|
| /OK3568_Linux_fs/kernel/drivers/spi/ |
| H A D | Kconfig | 366 interface to manage MOSI, MISO, SCK, and chipselect signals. SPI
|