Home
last modified time | relevance | path

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

/titanic_44/usr/src/uts/common/sys/
H A Ddma_engine.h54 struct ddi_dmae_req { struct
113 extern int i_dmae_prog(dev_info_t *, struct ddi_dmae_req *,
115 extern int i_dmae_swsetup(dev_info_t *, struct ddi_dmae_req *,
232 int ddi_dmae_prog(dev_info_t *dip, struct ddi_dmae_req *dmaereqp,
235 int ddi_dmae_swsetup(dev_info_t *dip, struct ddi_dmae_req *dmaereqp,
H A Ddma_i8237A.h295 extern uchar_t d37A_get_best_mode(struct ddi_dmae_req *);
296 extern int d37A_prog_chan(struct ddi_dmae_req *, ddi_dma_cookie_t *, int);
297 extern int d37A_dma_swsetup(struct ddi_dmae_req *, ddi_dma_cookie_t *, int);
/titanic_44/usr/src/uts/common/io/
H A Ddma_engine.c173 i_dmae_get_best_mode(dev_info_t *dip, struct ddi_dmae_req *dmaereqp) in i_dmae_get_best_mode()
222 i_dmae_prog(dev_info_t *dip, struct ddi_dmae_req *dmaereqp, in i_dmae_prog()
261 i_dmae_swsetup(dev_info_t *dip, struct ddi_dmae_req *dmaereqp, in i_dmae_swsetup()
H A Di8237A.c108 static int d37A_set_mode(struct ddi_dmae_req *, int);
227 d37A_get_best_mode(struct ddi_dmae_req *dmaereqp) in d37A_get_best_mode()
318 d37A_prog_chan(struct ddi_dmae_req *dmaereqp, ddi_dma_cookie_t *cp, int chnl) in d37A_prog_chan()
410 d37A_dma_swsetup(struct ddi_dmae_req *dmaereqp, ddi_dma_cookie_t *cp, int chnl) in d37A_dma_swsetup()
555 d37A_set_mode(struct ddi_dmae_req *dmaereqp, int chnl) in d37A_set_mode()
H A Dfdc.c2156 struct ddi_dmae_req dmaereq; in fdc_exec()
2283 bzero(&dmaereq, sizeof (struct ddi_dmae_req)); in fdc_exec()
H A Decpp.c6014 struct ddi_dmae_req dmaereq; in x86_dma_start()
6020 bzero(&dmaereq, sizeof (struct ddi_dmae_req)); in x86_dma_start()
/titanic_44/usr/src/man/man9s/
H A DMakefile32 ddi_dmae_req.9s \
/titanic_44/usr/src/uts/i86pc/io/
H A Disa.c572 return (i_dmae_prog(rdip, (struct ddi_dmae_req *)offp, in isa_dma_mctl()
599 return (i_dmae_swsetup(rdip, (struct ddi_dmae_req *)offp, in isa_dma_mctl()
612 struct ddi_dmae_req req1stpty = in isa_dma_mctl()
/titanic_44/usr/src/pkg/manifests/
H A Dsystem-kernel.man9s.inc28 file path=usr/share/man/man9s/ddi_dmae_req.9s
/titanic_44/usr/src/uts/intel/ia32/os/
H A Dddi_i86.c76 ddi_dmae_prog(dev_info_t *dip, struct ddi_dmae_req *dmaereqp, in ddi_dmae_prog()
84 ddi_dmae_swsetup(dev_info_t *dip, struct ddi_dmae_req *dmaereqp, in ddi_dmae_swsetup()