Home
last modified time | relevance | path

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

/OK3568_Linux_fs/u-boot/examples/standalone/
H A Drkspi.c25 #define RK_SPI_BUS_MAX 5 macro
26 static struct rockchip_spi_priv spi_bus[RK_SPI_BUS_MAX];
112 if (bus >= RK_SPI_BUS_MAX) { in rockchip_spi_probe()
113 printf("%s bus %d is out of max num(%d)\n", __func__, bus, RK_SPI_BUS_MAX); in rockchip_spi_probe()