Searched refs:bus_dma_ctl (Results 1 – 9 of 9) sorted by relevance
/titanic_44/usr/src/uts/common/io/warlock/ |
H A D | ddi_dki_impl.c | 113 (*busops_p->bus_dma_ctl)(0, 0, 0, 0, 0, 0, 0, 0); in main() 179 (*busops_p->bus_dma_ctl)(0, 0, 0, 0, 0, 0, 0, 0); in ndi_devi_offline()
|
H A D | ddi_dki_comm.inc | 177 (*ops->bus_dma_ctl)(0, 0, 0, 0, 0, 0, 0, 0); 184 (*ops->bus_dma_ctl)(0, 0, 0, 0, 0, 0, 0, 0); 191 (*ops->bus_dma_ctl)(0, 0, 0, 0, 0, 0, 0, 0);
|
/titanic_44/usr/src/uts/common/sys/ |
H A D | devops.h | 224 int (*bus_dma_ctl)(dev_info_t *dip, dev_info_t *rdip, member 332 int (*bus_dma_ctl)(dev_info_t *dip, dev_info_t *rdip, member
|
/titanic_44/usr/src/uts/i86pc/ml/ |
H A D | offsets.in | 257 bus_dma_ctl OPS_MCTL
|
/titanic_44/usr/src/uts/sparc/ml/ |
H A D | sparc_ddi.s | 398 ldn [%g1 + OPS_MCTL], %g1 ! dip->dev_ops->devo_bus_ops->bus_dma_ctl
|
/titanic_44/usr/src/uts/sun4/ml/ |
H A D | offsets.in | 476 bus_dma_ctl OPS_MCTL
|
/titanic_44/usr/src/uts/common/io/ |
H A D | bofi.c | 493 bp->bus_dma_ctl = bop->bus_dma_ctl; in reset_bus_ops() 561 bp->bus_dma_ctl = bop->bus_dma_ctl; in modify_bus_ops() 3848 retval = save_bus_ops.bus_dma_ctl(dip, rdip, handle, request, offp, in bofi_dma_ctl()
|
/titanic_44/usr/src/uts/common/os/ |
H A D | devcfg.c | 3258 if (ddi_dma_mctl == b->bus_dma_ctl) { in ddi_optimize_dtree()
|
H A D | sunddi.c | 728 fp = DEVI(dip)->devi_ops->devo_bus_ops->bus_dma_ctl; in ddi_dma_mctl()
|