Searched refs:spi_find_chip_select (Results 1 – 2 of 2) sorted by relevance
| /rk3399_rockchip-uboot/drivers/spi/ |
| H A D | spi-uclass.c | 231 int spi_find_chip_select(struct udevice *bus, int cs, struct udevice **devp) in spi_find_chip_select() function 300 ret = spi_find_chip_select(bus, cs, &info->dev); in spi_cs_info() 315 ret = spi_find_chip_select(bus, cs, &dev); in spi_find_bus_and_cs() 346 ret = spi_find_chip_select(bus, cs, &dev); in spi_get_bus_and_cs()
|
| /rk3399_rockchip-uboot/include/ |
| H A D | spi.h | 590 int spi_find_chip_select(struct udevice *bus, int cs, struct udevice **devp);
|