/titanic_44/usr/src/uts/sun4/os/ |
H A D | dvma.c | 84 ret = ddi_dma_mctl(dip, dip, reqhdl, DDI_DMA_RESERVE, (off_t *)&dmareq, in dvma_reserve() 113 (void) ddi_dma_mctl(HD, HD, h, DDI_DMA_RELEASE, 0, 0, 0, 0); in dvma_release()
|
/titanic_44/usr/src/uts/intel/ia32/os/ |
H A D | ddi_i86.c | 49 return (ddi_dma_mctl(dip, dip, 0, DDI_DMA_E_ACQUIRE, in ddi_dmae_alloc() 57 return (ddi_dma_mctl(dip, dip, 0, DDI_DMA_E_FREE, 0, 0, in ddi_dmae_release() 64 return (ddi_dma_mctl(dip, dip, 0, DDI_DMA_E_GETATTR, 0, 0, in ddi_dmae_getattr() 71 return (ddi_dma_mctl(dip, dip, 0, DDI_DMA_E_1STPTY, 0, 0, in ddi_dmae_1stparty() 79 return (ddi_dma_mctl(dip, dip, 0, DDI_DMA_E_PROG, (off_t *)dmaereqp, in ddi_dmae_prog() 87 return (ddi_dma_mctl(dip, dip, 0, DDI_DMA_E_SWSETUP, (off_t *)dmaereqp, in ddi_dmae_swsetup() 94 return (ddi_dma_mctl(dip, dip, 0, DDI_DMA_E_SWSTART, 0, 0, in ddi_dmae_swstart() 101 return (ddi_dma_mctl(dip, dip, 0, DDI_DMA_E_STOP, 0, 0, in ddi_dmae_stop() 108 return (ddi_dma_mctl(dip, dip, 0, DDI_DMA_E_ENABLE, 0, 0, in ddi_dmae_enable() 115 return (ddi_dma_mctl(dip, dip, 0, DDI_DMA_E_DISABLE, 0, 0, in ddi_dmae_disable() [all …]
|
/titanic_44/usr/src/uts/sun4u/sunfire/io/ |
H A D | central.c | 81 ddi_dma_mctl, /* dma_ctl */
|
/titanic_44/usr/src/uts/sparc/ml/ |
H A D | sparc_ddi.s | 384 ddi_dma_mctl(register dev_info_t *dip, dev_info_t *rdip, 393 ENTRY(ddi_dma_mctl) 401 SET_SIZE(ddi_dma_mctl)
|
/titanic_44/usr/src/uts/i86pc/io/acpi/acpinex/ |
H A D | acpinex_drv.c | 100 ddi_dma_mctl, /* bus_dma_ctl */
|
/titanic_44/usr/src/uts/common/io/warlock/ |
H A D | ddi_dki_comm.inc | 172 ddi_dma_mctl(dev_info_t *a, dev_info_t *b, ddi_dma_handle_t c,
|
/titanic_44/usr/src/uts/sun4u/io/pci/ |
H A D | pci_reloc.c | 151 if (ddi_dma_mctl(rdip, rdip, (ddi_dma_handle_t)mp, DDI_DMA_REMAP, in pci_dvma_postrelocator()
|
H A D | simba.c | 136 ddi_dma_mctl,
|
/titanic_44/usr/src/uts/common/io/1394/ |
H A D | nx1394.c | 83 ddi_dma_mctl, /* bus_dma_ctl */
|
/titanic_44/usr/src/uts/sun4u/io/ |
H A D | isadma.c | 103 ddi_dma_mctl,
|
H A D | pmubus.c | 108 ddi_dma_mctl,
|
/titanic_44/usr/src/uts/common/io/pci-ide/ |
H A D | pci-ide.c | 141 ddi_dma_mctl,
|
/titanic_44/usr/src/uts/common/xen/io/ |
H A D | xpvd.c | 136 ddi_dma_mctl,
|
/titanic_44/usr/src/uts/i86pc/io/pci/ |
H A D | pci.c | 77 ddi_dma_mctl,
|
/titanic_44/usr/src/uts/sun4u/serengeti/io/ |
H A D | ssm.c | 174 ddi_dma_mctl, /* dma_ctl */
|
/titanic_44/usr/src/uts/i86pc/io/pciex/ |
H A D | npe.c | 102 ddi_dma_mctl,
|
/titanic_44/usr/src/uts/sun4/io/ |
H A D | ebus.c | 139 ddi_dma_mctl,
|
/titanic_44/usr/src/uts/intel/io/pci/ |
H A D | pci_pci.c | 106 ddi_dma_mctl,
|
/titanic_44/usr/src/uts/sun4u/montecarlo/io/ |
H A D | acebus.c | 112 ddi_dma_mctl,
|
/titanic_44/usr/src/uts/common/io/usb/usb_ia/ |
H A D | usb_ia.c | 143 ddi_dma_mctl, /* bus_dma_ctl */
|
/titanic_44/usr/src/uts/common/io/bnxe/ |
H A D | bnxe_main.c | 1177 ddi_dma_mctl, /* bus_dma_ctl */
|
/titanic_44/usr/src/uts/common/io/fcoe/ |
H A D | fcoe.c | 169 ddi_dma_mctl, /* bus_dma_ctl */
|
/titanic_44/usr/src/uts/i86pc/io/ |
H A D | isa.c | 630 rval = ddi_dma_mctl(dip, rdip, handle, request, offp, in isa_dma_mctl()
|
/titanic_44/usr/src/uts/common/io/usb/usb_mid/ |
H A D | usb_mid.c | 155 ddi_dma_mctl, /* bus_dma_ctl */
|
/titanic_44/usr/src/uts/common/sys/ |
H A D | sunddi.h | 1781 ddi_dma_mctl(dev_info_t *dip, dev_info_t *rdip, ddi_dma_handle_t handle,
|