Searched refs:ddma_port (Results 1 - 3 of 3) sorted by path

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/sound/pci/
H A Des1938.c94 #define SLDM_REG(chip, x) ((chip)->ddma_port + ESSDM_REG_##x)
206 unsigned long ddma_port; member in struct:es1938
1433 pci_write_config_word(chip->pci, SL_PCI_DDMACONTROL, chip->ddma_port | 1);
1634 chip->ddma_port = chip->vc_port + 0x00; /* fix from Thomas Sailer */
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/sound/pci/ice1712/
H A Dice1712.c600 outb(0, ice->ddma_port + 15);
601 outb(ICE1712_DMA_MODE_WRITE | ICE1712_DMA_AUTOINIT, ice->ddma_port + 0x0b);
602 outl(runtime->dma_addr, ice->ddma_port + 0);
603 outw(buf_size, ice->ddma_port + 4);
684 ptr = runtime->buffer_size - inw(ice->ddma_port + 4);
2611 ice->ddma_port = pci_resource_start(pci, 1);
H A Dice1712.h300 unsigned long ddma_port; member in struct:snd_ice1712

Completed in 118 milliseconds