HomeSort by: relevance | last modified time | path
    Searched refs:spiflash_wait (Results 1 - 2 of 2) sorted by relevancy

  /src/sys/dev/spi/
spiflash.h 150 int spiflash_wait(spiflash_handle_t, int);
spiflash.c 607 if ((rv = spiflash_wait(sc, hz / 10)) != 0)
655 if ((rv = spiflash_wait(sc, 0)) != 0)
751 spiflash_wait(spiflash_handle_t sc, int tmo) function in typeref:typename:int
768 tsleep(&sr, PWAIT, "spiflash_wait", tmo);

Completed in 109 milliseconds