Home
last modified time | relevance | path

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

/rk3399_rockchip-uboot/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()
/rk3399_rockchip-uboot/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()
/rk3399_rockchip-uboot/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.
/rk3399_rockchip-uboot/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 */
/rk3399_rockchip-uboot/drivers/video/
H A DKconfig372 string "SPI MOSI pin for LCD related config job"