Home
last modified time | relevance | path

Searched refs:ddma_port (Results 1 – 3 of 3) sorted by relevance

/linux-3.4.99/sound/pci/
Des1938.c93 #define SLDM_REG(chip, x) ((chip)->ddma_port + ESSDM_REG_##x)
205 unsigned long ddma_port; member
1452 pci_write_config_word(chip->pci, SL_PCI_DDMACONTROL, chip->ddma_port | 1); in snd_es1938_chip_init()
1650 chip->ddma_port = chip->vc_port + 0x00; /* fix from Thomas Sailer */ in snd_es1938_create()
/linux-3.4.99/sound/pci/ice1712/
Dice1712.h300 unsigned long ddma_port; member
Dice1712.c604 outb(0, ice->ddma_port + 15); in snd_ice1712_playback_prepare()
605 outb(ICE1712_DMA_MODE_WRITE | ICE1712_DMA_AUTOINIT, ice->ddma_port + 0x0b); in snd_ice1712_playback_prepare()
606 outl(runtime->dma_addr, ice->ddma_port + 0); in snd_ice1712_playback_prepare()
607 outw(buf_size, ice->ddma_port + 4); in snd_ice1712_playback_prepare()
688 ptr = runtime->buffer_size - inw(ice->ddma_port + 4); in snd_ice1712_playback_pointer()
2612 ice->ddma_port = pci_resource_start(pci, 1); in snd_ice1712_create()