Home
last modified time | relevance | path

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

/external/u-boot/drivers/fpga/
Dstratixv.c86 spi_bus = COOKIE2SPI_BUS(cookie); in stratixv_load()
/external/u-boot/include/
Daltera.h20 #define COOKIE2SPI_BUS(c) (((c) >> 24) & 0xff) macro
/external/u-boot/board/theadorable/
Dfpga.c63 int spi_bus = COOKIE2SPI_BUS(cookie); in fpga_write_fn()