Home
last modified time | relevance | path

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

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