ddma_port 77 sound/pci/es1938.c #define SLDM_REG(chip, x) ((chip)->ddma_port + ESSDM_REG_##x) ddma_port 189 sound/pci/es1938.c unsigned long ddma_port; ddma_port 1431 sound/pci/es1938.c pci_write_config_word(chip->pci, SL_PCI_DDMACONTROL, chip->ddma_port | 1); ddma_port 1623 sound/pci/es1938.c chip->ddma_port = chip->vc_port + 0x00; /* fix from Thomas Sailer */ ddma_port 589 sound/pci/ice1712/ice1712.c outb(0, ice->ddma_port + 15); ddma_port 590 sound/pci/ice1712/ice1712.c outb(ICE1712_DMA_MODE_WRITE | ICE1712_DMA_AUTOINIT, ice->ddma_port + 0x0b); ddma_port 591 sound/pci/ice1712/ice1712.c outl(runtime->dma_addr, ice->ddma_port + 0); ddma_port 592 sound/pci/ice1712/ice1712.c outw(buf_size, ice->ddma_port + 4); ddma_port 672 sound/pci/ice1712/ice1712.c ptr = runtime->buffer_size - inw(ice->ddma_port + 4); ddma_port 2571 sound/pci/ice1712/ice1712.c ice->ddma_port = pci_resource_start(pci, 1); ddma_port 292 sound/pci/ice1712/ice1712.h unsigned long ddma_port;