Searched refs:dsd (Results 1 – 2 of 2) sorted by relevance
/sound/pci/lola/ |
D | lola_pcm.c | 54 unsigned int val = lola_dsd_read(chip, str->dsd, STS); in lola_stream_clear_pending_irq() 57 lola_dsd_write(chip, str->dsd, STS, val); in lola_stream_clear_pending_irq() 64 lola_dsd_write(chip, str->dsd, CTL, in lola_stream_start() 75 lola_dsd_write(chip, str->dsd, CTL, in lola_stream_stop() 88 val = lola_dsd_read(chip, str->dsd, CTL); in wait_for_srst_clear() 93 dev_warn(chip->card->dev, "SRST not clear (stream %d)\n", str->dsd); in wait_for_srst_clear() 103 unsigned int reg = lola_dsd_read(chip, str->dsd, STS); in lola_stream_wait_for_fifo() 108 dev_warn(chip->card->dev, "FIFO not ready (stream %d)\n", str->dsd); in lola_stream_wait_for_fifo() 133 reg = lola_dsd_read(chip, str->dsd, STS); in lola_sync_wait_for_fifo() 135 pending = str->dsd + 1; in lola_sync_wait_for_fifo() [all …]
|
D | lola.h | 281 unsigned int dsd; /* DSD index */ member 390 #define lola_dsd_read(chip, dsd, name) \ argument 392 (LOLA_BAR1_DSD_SIZE * (dsd)) + LOLA_BAR1_DSDn##name) 393 #define lola_dsd_write(chip, dsd, name, val) \ argument 395 (LOLA_BAR1_DSD_SIZE * (dsd)) + LOLA_BAR1_DSDn##name)
|