HomeSort by relevance Sort by last modified time
    Searched defs:dma (Results 1 - 25 of 132) sorted by null

1 2 3 4 5 6

  /external/quake/quake/src/WinQuake/
snd_dos.cpp 48 static int dma; variable
79 Con_Printf("dma=%d\n", dma);
82 Con_Printf("dma position:%i\n", BLASTER_GetDMAPos ());
284 // use a high dma channel if specified
285 if (high_dma && dsp_version >= 4) // 8 bit snd can never use 16 bit dma
286 dma = high_dma;
288 dma = low_dma;
290 Con_Printf ("Using DMA channel %i\n", dma);
    [all...]
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/linux/
hdlcdrv.h 18 int dma; member in struct:hdlcdrv_params
if_link.h 47 __u8 dma; member in struct:rtnl_link_ifmap
if.h 124 unsigned char dma; member in struct:ifmap
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/linux/
hdlcdrv.h 18 int dma; member in struct:hdlcdrv_params
if_link.h 47 __u8 dma; member in struct:rtnl_link_ifmap
if.h 124 unsigned char dma; member in struct:ifmap
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/linux/
hdlcdrv.h 18 int dma; member in struct:hdlcdrv_params
if_link.h 47 __u8 dma; member in struct:rtnl_link_ifmap
if.h 124 unsigned char dma; member in struct:ifmap
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/net/
if.h 118 unsigned char dma; member in struct:ifmap
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/net/
if.h 118 unsigned char dma; member in struct:ifmap
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/net/
if.h 118 unsigned char dma; member in struct:ifmap
  /external/grub/netboot/
lance.c 140 static int dma; variable
152 /* DMA defines and helper routines */
154 /* DMA controller registers */
182 /* enable/disable a specific DMA channel */
199 /* set mode (above) for a specific DMA channel */
393 disable_dma(dma);
458 /* now probe for DMA channel */
461 /* need to fix when PCI provides DMA info */
466 dma = dmas[i];
467 /* Don't enable a permanently busy DMA channel
    [all...]
  /external/libpcap/
pcap-dos.h 147 int dma; /* DMA channel */ member in struct:device
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/sound/
ad1848.h 92 #define AD1848_SINGLE_DMA 0x04 /* use single DMA channel */
105 #define AD1848_DMA_REQUEST 0x10 /* DMA request in progress */
134 int dma; /* data DMA */ member in struct:snd_ad1848
138 unsigned short single_dma:1; /* forced single DMA mode (GUS 16-bit daughter board) or dma1 == dma2 */
165 int irq, int dma,
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/sound/
ad1848.h 92 #define AD1848_SINGLE_DMA 0x04 /* use single DMA channel */
105 #define AD1848_DMA_REQUEST 0x10 /* DMA request in progress */
134 int dma; /* data DMA */ member in struct:snd_ad1848
138 unsigned short single_dma:1; /* forced single DMA mode (GUS 16-bit daughter board) or dma1 == dma2 */
165 int irq, int dma,
  /bionic/libc/kernel/common/linux/
if.h 121 unsigned char dma; member in struct:ifmap
  /development/ndk/platforms/android-3/include/linux/
if.h 99 unsigned char dma; member in struct:ifmap
  /external/iproute2/include/linux/
if.h 136 unsigned char dma; member in struct:ifmap
  /external/kernel-headers/original/linux/
if.h 136 unsigned char dma; member in struct:ifmap
  /external/qemu/hw/
pxa.h 40 /* DMA requests */
99 BlockDriverState *bd, qemu_irq irq, void *dma);
134 PXA2xxDMAState *dma; member in struct:__anon13794
191 PXA2xxDMAState *dma; member in struct:PXA2xxI2SState
  /external/qemu-pc-bios/bochs/
bochs.h 231 # define BX_DBG_ASYNC_DMA bx_guard.async.dma
234 if (bx_guard.report.dma) bx_dbg_dma_report(addr, len, what, val)
448 bx_bool dma; member in struct:__anon14079
  /prebuilts/ndk/4/platforms/android-3/arch-arm/usr/include/linux/
if.h 99 unsigned char dma; member in struct:ifmap
  /prebuilts/ndk/4/platforms/android-4/arch-arm/usr/include/linux/
if.h 99 unsigned char dma; member in struct:ifmap

Completed in 564 milliseconds

1 2 3 4 5 6