Home
last modified time | relevance | path

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

/freebsd/sys/dev/firewire/
H A Dif_fwe.c150 fwe->dma_ch = -1; in fwe_attach()
214 if (fwe->dma_ch >= 0) { in fwe_stop()
215 xferq = fc->ir[fwe->dma_ch]; in fwe_stop()
218 fc->irx_disable(fc, fwe->dma_ch); in fwe_stop()
236 fwe->dma_ch = -1; in fwe_stop()
284 if (fwe->dma_ch < 0) { in fwe_init()
285 fwe->dma_ch = fw_open_isodma(fc, /* tx */0); in fwe_init()
286 if (fwe->dma_ch < 0) in fwe_init()
288 xferq = fc->ir[fwe->dma_ch]; in fwe_init()
329 xferq = fc->ir[fwe->dma_ch]; in fwe_init()
[all …]
H A Dif_fwip.c159 fwip->dma_ch = -1; in fwip_attach()
214 if (fwip->dma_ch >= 0) { in fwip_stop()
215 xferq = fc->ir[fwip->dma_ch]; in fwip_stop()
218 fc->irx_disable(fc, fwip->dma_ch); in fwip_stop()
243 fwip->dma_ch = -1; in fwip_stop()
290 if (fwip->dma_ch < 0) { in fwip_init()
291 fwip->dma_ch = fw_open_isodma(fc, /* tx */0); in fwip_init()
292 if (fwip->dma_ch < 0) in fwip_init()
294 xferq = fc->ir[fwip->dma_ch]; in fwip_init()
354 xferq = fc->ir[fwip->dma_ch]; in fwip_init()
[all …]
H A Dif_fwevar.h45 short dma_ch; member
H A Dif_fwipvar.h46 short dma_ch; member
H A Dfwohcireg.h319 struct ohci_dma dma_ch[0x4]; member