Searched refs:DSL (Results 1 - 11 of 11) sorted by relevance
/kernel/linux/linux-5.10/drivers/net/ethernet/dec/tulip/ |
H A D | de2104x.c | 83 #define DSL 0 macro 85 #define DSL CONFIG_DE2104X_DSL macro 159 DescSkipLen = (DSL << 2), 274 #if DSL 275 __le32 skip[DSL];
|
/kernel/linux/linux-6.6/drivers/net/ethernet/dec/tulip/ |
H A D | de2104x.c | 83 #define DSL 0 macro 85 #define DSL CONFIG_DE2104X_DSL macro 159 DescSkipLen = (DSL << 2), 274 #if DSL 275 __le32 skip[DSL];
|
/kernel/linux/linux-6.6/include/sound/ |
H A D | emu10k1.h | 451 #define DSL 0x07 /* Send D amount and loop end address register */ macro 452 SUB_REG(DSL, FXSENDAMOUNT_D, 0xff000000) /* Linear level of channel output sent to FX send bus D */ 453 SUB_REG(DSL, LOOPENDADDR, 0x00ffffff) /* Loop end address of the specified channel */
|
/kernel/linux/linux-6.6/sound/pci/emu10k1/ |
H A D | emu10k1_callback.c | 420 DSL, dsl, in start_voice()
|
H A D | emuproc.c | 87 dsl = snd_emu10k1_ptr_read(emu, DSL, idx); in snd_emu10k1_proc_read()
|
H A D | emu10k1_main.c | 61 DSL, 0x10, in snd_emu10k1_voice_init() 1744 CPF, PTRX, CVCF, VTFT, Z1, Z2, PSST, DSL, CCCA, CCR, CLP,
|
H A D | emupcm.c | 302 DSL, end_addr | (send_amount[3] << 24), in snd_emu10k1_pcm_init_voice()
|
/kernel/linux/linux-5.10/sound/pci/emu10k1/ |
H A D | emu10k1_callback.c | 398 snd_emu10k1_ptr_write(hw, DSL, ch, temp); in start_voice()
|
H A D | emu10k1_main.c | 69 snd_emu10k1_ptr_write(emu, DSL, ch, 0x10); in snd_emu10k1_voice_init() 2056 CPF, PTRX, CVCF, VTFT, Z1, Z2, PSST, DSL, CCCA, CCR, CLP,
|
H A D | emupcm.c | 348 snd_emu10k1_ptr_write(emu, DSL, voice, end_addr | (send_amount[3] << 24)); in snd_emu10k1_pcm_init_voice()
|
/kernel/linux/linux-5.10/include/sound/ |
H A D | emu10k1.h | 396 #define DSL 0x07 /* Send D amount and loop start address register */ macro
|
Completed in 30 milliseconds