Home
last modified time | relevance | path

Searched refs:ICEDS (Results 1 - 4 of 4) sorted by relevance

/kernel/linux/linux-6.6/sound/pci/ice1712/
H A Dice1712.c119 outb((channel << 4) | addr, ICEDS(ice, INDEX)); in snd_ice1712_ds_write()
120 outl(data, ICEDS(ice, DATA)); in snd_ice1712_ds_write()
125 outb((channel << 4) | addr, ICEDS(ice, INDEX)); in snd_ice1712_ds_read()
126 return inl(ICEDS(ice, DATA)); in snd_ice1712_ds_read()
449 pbkstatus = inw(ICEDS(ice, INTSTAT)); in snd_ice1712_interrupt()
457 outw(3 << (idx * 2), ICEDS(ice, INTSTAT)); in snd_ice1712_interrupt()
767 tmp = inw(ICEDS(ice, INTMASK)) & ~(1 << (substream->number * 2)); in snd_ice1712_playback_ds_open()
768 outw(tmp, ICEDS(ice, INTMASK)); in snd_ice1712_playback_ds_open()
800 tmp = inw(ICEDS(ice, INTMASK)) | (3 << (substream->number * 2)); in snd_ice1712_playback_ds_close()
801 outw(tmp, ICEDS(ic in snd_ice1712_playback_ds_close()
[all...]
H A Dice1712.h104 #define ICEDS(ice, x) ((ice)->dmapath_port + ICE1712_DS_##x) macro
/kernel/linux/linux-5.10/sound/pci/ice1712/
H A Dice1712.c125 outb((channel << 4) | addr, ICEDS(ice, INDEX)); in snd_ice1712_ds_write()
126 outl(data, ICEDS(ice, DATA)); in snd_ice1712_ds_write()
131 outb((channel << 4) | addr, ICEDS(ice, INDEX)); in snd_ice1712_ds_read()
132 return inl(ICEDS(ice, DATA)); in snd_ice1712_ds_read()
455 pbkstatus = inw(ICEDS(ice, INTSTAT)); in snd_ice1712_interrupt()
463 outw(3 << (idx * 2), ICEDS(ice, INTSTAT)); in snd_ice1712_interrupt()
773 tmp = inw(ICEDS(ice, INTMASK)) & ~(1 << (substream->number * 2)); in snd_ice1712_playback_ds_open()
774 outw(tmp, ICEDS(ice, INTMASK)); in snd_ice1712_playback_ds_open()
806 tmp = inw(ICEDS(ice, INTMASK)) | (3 << (substream->number * 2)); in snd_ice1712_playback_ds_close()
807 outw(tmp, ICEDS(ic in snd_ice1712_playback_ds_close()
[all...]
H A Dice1712.h104 #define ICEDS(ice, x) ((ice)->dmapath_port + ICE1712_DS_##x) macro

Completed in 8 milliseconds