Searched refs:spi_find_chip_select (Results 1 – 2 of 2) sorted by relevance
/u-boot/drivers/spi/ |
A D | spi-uclass.c | 237 int spi_find_chip_select(struct udevice *bus, int cs, struct udevice **devp) in spi_find_chip_select() function 306 ret = spi_find_chip_select(bus, cs, &info->dev); in spi_cs_info() 321 ret = spi_find_chip_select(bus, cs, &dev); in spi_find_bus_and_cs() 352 ret = spi_find_chip_select(bus, cs, &dev); in spi_get_bus_and_cs()
|
/u-boot/include/ |
A D | spi.h | 611 int spi_find_chip_select(struct udevice *bus, int cs, struct udevice **devp);
|
Completed in 5 milliseconds