Searched refs:ddi_dmae_req (Results 1 – 10 of 10) sorted by relevance
/titanic_44/usr/src/uts/common/sys/ |
H A D | dma_engine.h | 54 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 D | dma_i8237A.h | 295 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 D | dma_engine.c | 173 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 D | i8237A.c | 108 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 D | fdc.c | 2156 struct ddi_dmae_req dmaereq; in fdc_exec() 2283 bzero(&dmaereq, sizeof (struct ddi_dmae_req)); in fdc_exec()
|
H A D | ecpp.c | 6014 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 D | Makefile | 32 ddi_dmae_req.9s \
|
/titanic_44/usr/src/uts/i86pc/io/ |
H A D | isa.c | 572 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 D | system-kernel.man9s.inc | 28 file path=usr/share/man/man9s/ddi_dmae_req.9s
|
/titanic_44/usr/src/uts/intel/ia32/os/ |
H A D | ddi_i86.c | 76 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()
|