Searched refs:dsd (Results 1 – 9 of 9) sorted by relevance
/linux-4.1.27/sound/pci/lola/ |
D | lola_pcm.c | 67 unsigned int val = lola_dsd_read(chip, str->dsd, STS); in lola_stream_clear_pending_irq() 70 lola_dsd_write(chip, str->dsd, STS, val); in lola_stream_clear_pending_irq() 77 lola_dsd_write(chip, str->dsd, CTL, in lola_stream_start() 88 lola_dsd_write(chip, str->dsd, CTL, in lola_stream_stop() 101 val = lola_dsd_read(chip, str->dsd, CTL); in wait_for_srst_clear() 106 dev_warn(chip->card->dev, "SRST not clear (stream %d)\n", str->dsd); in wait_for_srst_clear() 116 unsigned int reg = lola_dsd_read(chip, str->dsd, STS); in lola_stream_wait_for_fifo() 121 dev_warn(chip->card->dev, "FIFO not ready (stream %d)\n", str->dsd); in lola_stream_wait_for_fifo() 146 reg = lola_dsd_read(chip, str->dsd, STS); in lola_sync_wait_for_fifo() 148 pending = str->dsd + 1; in lola_sync_wait_for_fifo() [all …]
|
D | lola.h | 294 unsigned int dsd; /* DSD index */ member 403 #define lola_dsd_read(chip, dsd, name) \ argument 405 (LOLA_BAR1_DSD_SIZE * (dsd)) + LOLA_BAR1_DSDn##name) 406 #define lola_dsd_write(chip, dsd, name, val) \ argument 408 (LOLA_BAR1_DSD_SIZE * (dsd)) + LOLA_BAR1_DSDn##name)
|
/linux-4.1.27/drivers/staging/olpc_dcon/ |
D | TODO | 8 Daniel Drake <dsd@laptop.org>
|
/linux-4.1.27/Documentation/scsi/ |
D | ChangeLog.arcmsr | 117 ** Also removed some unneeded casts. Thanks to Daniel Drake <dsd@gentoo.org>
|
D | ChangeLog.megaraid | 182 Signed-off-by: Daniel Drake <dsd@gentoo.org>
|
/linux-4.1.27/drivers/scsi/qla2xxx/ |
D | qla_iocb.c | 920 uint32_t *dsd, uint16_t tot_dsds, struct qla_tgt_cmd *tc) in qla24xx_walk_and_build_sglist_no_difb() argument 927 uint32_t *cur_dsd = dsd; in qla24xx_walk_and_build_sglist_no_difb() 1038 qla24xx_walk_and_build_sglist(struct qla_hw_data *ha, srb_t *sp, uint32_t *dsd, in qla24xx_walk_and_build_sglist() argument 1046 uint32_t *cur_dsd = dsd; in qla24xx_walk_and_build_sglist() 1129 uint32_t *dsd, uint16_t tot_dsds, struct qla_tgt_cmd *tc) in qla24xx_walk_and_build_prot_sglist() argument 1138 uint32_t *cur_dsd = dsd; in qla24xx_walk_and_build_prot_sglist()
|
/linux-4.1.27/Documentation/ |
D | unaligned-memory-access.txt | 257 Authors: Daniel Drake <dsd@gentoo.org>,
|
/linux-4.1.27/ |
D | CREDITS | 942 E: dsd@gentoo.org
|
D | MAINTAINERS | 9437 M: Daniel Drake <dsd@laptop.org> 11055 M: Daniel Drake <dsd@gentoo.org>
|