Searched refs:ddma_port (Results 1 - 6 of 6) sorted by relevance
/kernel/linux/linux-6.6/sound/pci/ice1712/ |
H A D | ice1712.c | 568 outb(0, ice->ddma_port + 15); in snd_ice1712_playback_prepare() 569 outb(ICE1712_DMA_MODE_WRITE | ICE1712_DMA_AUTOINIT, ice->ddma_port + 0x0b); in snd_ice1712_playback_prepare() 570 outl(runtime->dma_addr, ice->ddma_port + 0); in snd_ice1712_playback_prepare() 571 outw(buf_size, ice->ddma_port + 4); in snd_ice1712_playback_prepare() 651 ptr = runtime->buffer_size - inw(ice->ddma_port + 4); in snd_ice1712_playback_pointer() 2509 ice->ddma_port = pci_resource_start(pci, 1); in snd_ice1712_create()
|
H A D | ice1712.h | 292 unsigned long ddma_port; member
|
/kernel/linux/linux-5.10/sound/pci/ |
H A D | es1938.c | 77 #define SLDM_REG(chip, x) ((chip)->ddma_port + ESSDM_REG_##x) 189 unsigned long ddma_port; member 1406 pci_write_config_word(chip->pci, SL_PCI_DDMACONTROL, chip->ddma_port | 1); in snd_es1938_chip_init() 1603 chip->ddma_port = chip->vc_port + 0x00; /* fix from Thomas Sailer */ in snd_es1938_create()
|
/kernel/linux/linux-6.6/sound/pci/ |
H A D | es1938.c | 73 #define SLDM_REG(chip, x) ((chip)->ddma_port + ESSDM_REG_##x) 185 unsigned long ddma_port; member 1386 pci_write_config_word(chip->pci, SL_PCI_DDMACONTROL, chip->ddma_port | 1); in snd_es1938_chip_init() 1562 chip->ddma_port = chip->vc_port + 0x00; /* fix from Thomas Sailer */ in snd_es1938_create()
|
/kernel/linux/linux-5.10/sound/pci/ice1712/ |
H A D | ice1712.c | 574 outb(0, ice->ddma_port + 15); in snd_ice1712_playback_prepare() 575 outb(ICE1712_DMA_MODE_WRITE | ICE1712_DMA_AUTOINIT, ice->ddma_port + 0x0b); in snd_ice1712_playback_prepare() 576 outl(runtime->dma_addr, ice->ddma_port + 0); in snd_ice1712_playback_prepare() 577 outw(buf_size, ice->ddma_port + 4); in snd_ice1712_playback_prepare() 657 ptr = runtime->buffer_size - inw(ice->ddma_port + 4); in snd_ice1712_playback_pointer() 2542 ice->ddma_port = pci_resource_start(pci, 1); in snd_ice1712_create()
|
H A D | ice1712.h | 292 unsigned long ddma_port; member
|
Completed in 16 milliseconds