Home
last modified time | relevance | path

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

/netbsd/src/sys/arch/next68k/dev/
Dif_xe.c157 xsc->sc_txdma = nextdma_findchannel ("enetx"); in findchannel_defer()
163 xsc->sc_rxdma = nextdma_findchannel ("enetr"); in findchannel_defer()
261 xsc->sc_txdma = nextdma_findchannel("enetx"); in xe_attach()
262 xsc->sc_rxdma = nextdma_findchannel("enetr"); in xe_attach()
Dnextdmavar.h79 struct nextdma_softc *nextdma_findchannel(const char *);
Desp.c242 esc->sc_dma = nextdma_findchannel("scsi"); in findchannel_defer()
407 esc->sc_dma = nextdma_findchannel("scsi"); in espattach_intio()
Dnextdma.c200 nextdma_findchannel(const char *name) in nextdma_findchannel() function