Home
last modified time | relevance | path

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

/netbsd-src/sys/dev/spi/
H A Dspiflash.c120 STATIC void spiflash_thread(void *);
242 kthread_create(PRI_NONE, 0, NULL, spiflash_thread, sc, in spiflash_attach()
510 spiflash_thread(void *arg) in spiflash_thread() function