Home
last modified time | relevance | path

Searched refs:MOSI (Results 1 – 21 of 21) sorted by relevance

/OK3568_Linux_fs/u-boot/board/renesas/stout/
H A Dcpld.c18 #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 Dcpld.c17 #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 Dbutterfly.rst37 MOSI J403.PB2/MOSI pin 9/D7
68 MOSI J403.PE5/DI pin 6/D4
H A Dspi-summary.rst15 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 Dspi.rst7 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 Dste-nomadik-nhk15.dts211 * and MOSI (in the spec MOSI is called "SDA").
H A Darmada-385-turris-omnia.dts345 /* MISO, MOSI, SCLK and CS2 are routed to pin header CN11 */
H A Dsun7i-a20-bananapi.dts247 "", "", "SPI-CE0", "SPI-CLK", "SPI-MOSI",
H A Dpxa300-raumfeld-common.dtsi332 MFP_PIN_PXA300(97) MFP_AF0 /* MOSI */
/OK3568_Linux_fs/kernel/Documentation/devicetree/bindings/leds/irled/
H A Dspi-ir-led.txt4 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 Dsoft-spi.txt12 soft_spi_mosi: GPIO number to use for SPI MOSI line (output)
H A Dspi-bus.txt59 used for MOSI. Defaults to 1 if not present.
/OK3568_Linux_fs/kernel/Documentation/devicetree/bindings/leds/
H A Dleds-spi-byte.txt4 - one LED is controlled by a single byte on MOSI
/OK3568_Linux_fs/kernel/Documentation/hwmon/
H A Dlm70.rst42 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 Darmada-8040-clearfog-gt-8k.dts305 * [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 Dmeson-gxl-s805x-libretech-ac.dts249 "SPI NOR MOSI", "SPI NOR MISO", "SPI NOR Clk",
/OK3568_Linux_fs/u-boot/arch/arm/dts/
H A Darmada-8040-mcbin.dts214 * [15] SPI1 MOSI (TDM and SPI ROM shared)
H A Darmada-385-turris-omnia.dts377 /* MISO, MOSI, SCLK and CS1 are routed to pin header CN11 */
/OK3568_Linux_fs/kernel/Documentation/driver-api/gpio/
H A Ddrivers-on-gpio.rst54 of wires, at least SCK and optionally MISO, MOSI and chip select lines) using
/OK3568_Linux_fs/u-boot/drivers/video/
H A DKconfig372 string "SPI MOSI pin for LCD related config job"
/OK3568_Linux_fs/kernel/drivers/spi/
H A DKconfig366 interface to manage MOSI, MISO, SCK, and chipselect signals. SPI