Searched refs:MOSI (Results 1 – 7 of 7) sorted by relevance
| /rk3399_rockchip-uboot/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()
|
| /rk3399_rockchip-uboot/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()
|
| /rk3399_rockchip-uboot/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.
|
| /rk3399_rockchip-uboot/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 */
|
| /rk3399_rockchip-uboot/drivers/video/ |
| H A D | Kconfig | 372 string "SPI MOSI pin for LCD related config job"
|