Home
last modified time | relevance | path

Searched refs:NIOS_SPI_VALID (Results 1 – 2 of 2) sorted by relevance

/f-stack/dpdk/drivers/raw/ifpga/base/
H A Dopae_spi.c19 while (!(stat & NIOS_SPI_VALID) && --loops) in nios_spi_indirect_read()
41 while (!(stat & NIOS_SPI_VALID) && --loops) in nios_spi_indirect_write()
H A Dopae_spi.h156 #define NIOS_SPI_VALID BIT_ULL(32) macro