Home
last modified time | relevance | path

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

/freebsd-12-stable/sys/dev/firewire/
Dif_fwe.c152 fwe->dma_ch = -1; in fwe_attach()
220 if (fwe->dma_ch >= 0) { in fwe_stop()
221 xferq = fc->ir[fwe->dma_ch]; in fwe_stop()
224 fc->irx_disable(fc, fwe->dma_ch); in fwe_stop()
242 fwe->dma_ch = -1; in fwe_stop()
290 if (fwe->dma_ch < 0) { in fwe_init()
291 fwe->dma_ch = fw_open_isodma(fc, /* tx */0); in fwe_init()
292 if (fwe->dma_ch < 0) in fwe_init()
294 xferq = fc->ir[fwe->dma_ch]; in fwe_init()
335 xferq = fc->ir[fwe->dma_ch]; in fwe_init()
[all …]
Dif_fwip.c162 fwip->dma_ch = -1; in fwip_attach()
217 if (fwip->dma_ch >= 0) { in fwip_stop()
218 xferq = fc->ir[fwip->dma_ch]; in fwip_stop()
221 fc->irx_disable(fc, fwip->dma_ch); in fwip_stop()
246 fwip->dma_ch = -1; in fwip_stop()
293 if (fwip->dma_ch < 0) { in fwip_init()
294 fwip->dma_ch = fw_open_isodma(fc, /* tx */0); in fwip_init()
295 if (fwip->dma_ch < 0) in fwip_init()
297 xferq = fc->ir[fwip->dma_ch]; in fwip_init()
361 xferq = fc->ir[fwip->dma_ch]; in fwip_init()
[all …]
Dif_fwevar.h46 short dma_ch; member
Dif_fwipvar.h47 short dma_ch; member
Dfwohcireg.h322 struct ohci_dma dma_ch[0x4]; member