Home
last modified time | relevance | path

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

/rk3399_rockchip-uboot/board/renesas/ulcb/
H A Dcpld.c18 #define MISO GPIO_GP_6_10 macro
56 return !!gpio_get_value(MISO); in ulcb_softspi_read()
103 gpio_request(MISO, NULL); in cpld_init()
108 gpio_direction_input(MISO); in cpld_init()
/rk3399_rockchip-uboot/board/renesas/stout/
H A Dcpld.c19 #define MISO GPIO_GP_3_27 macro
49 data |= gpio_get_value(MISO); /* MSB first */ in cpld_read()
97 gpio_request(MISO, NULL); in cpld_init()
102 gpio_direction_input(MISO); in cpld_init()
/rk3399_rockchip-uboot/doc/device-tree-bindings/spi/
H A Dsoft-spi.txt13 soft_spi_miso GPIO number to use for SPI MISO line (input)
H A Dspi-bus.txt61 used for MISO. Defaults to 1 if not present.
/rk3399_rockchip-uboot/arch/arm/dts/
H A Darmada-8040-mcbin.dts212 * [13] SPI1 MISO (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 DKconfig382 string "SPI MISO pin for LCD related config job (optional)"