Searched refs:st_dmafree (Results 1 - 5 of 5) sorted by relevance

/netbsd-current/sys/arch/atari/include/
H A Ddma.h95 void st_dmafree(void *, int *);
/netbsd-current/sys/arch/atari/dev/
H A Ddma.c41 * st_dmafree: free exclusive access to the DMA circuitry
163 st_dmafree(void *softc, int *lock_stat) function
174 panic("st_dmafree: empty active queue");
176 printf("Caller of st_dmafree is not lock-owner!\n");
H A Dwdc_mb.c253 st_dmafree(chp, &wd_lock);
H A Dfd.c337 st_dmafree(&fdsoftc, &lock_stat);
719 st_dmafree(sc, &lock_stat);
1253 st_dmafree(fdsoftc, &tmp);
H A Datari5380.c812 st_dmafree(cur_softc, &falcon_lock);

Completed in 100 milliseconds