Home
last modified time | relevance | path

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

/openbmc/u-boot/drivers/fpga/
H A Dstratixv.c87 spi_dev = COOKIE2SPI_DEV(cookie); in stratixv_load()
/openbmc/u-boot/include/
H A Daltera.h21 #define COOKIE2SPI_DEV(c) (((c) >> 16) & 0xff) macro
/openbmc/u-boot/board/theadorable/
H A Dfpga.c64 int spi_dev = COOKIE2SPI_DEV(cookie); in fpga_write_fn()