| /kernel/linux/linux-5.10/sound/pci/ |
| D | ad1889.h | 9 #define AD_DS_WSMC 0x00 /* wave/synthesis channel mixer control */ 12 #define AD_DS_WSMC_WA16 0x0100 /* wave channel 16bit select */ 13 #define AD_DS_WSMC_WAST 0x0200 /* wave channel stereo select */ 14 #define AD_DS_WSMC_WAEN 0x0400 /* wave channel enable */ 15 #define AD_DS_WSMC_WARQ 0x3000 /* wave fifo request point */ 25 #define AD_DS_WADA 0x04 /* wave channel mix attenuation */ 26 #define AD_DS_WADA_RWAM 0x0080 /* right wave mute */ 27 #define AD_DS_WADA_RWAA 0x001f /* right wave attenuation */ 28 #define AD_DS_WADA_LWAM 0x8000 /* left wave mute */ 29 #define AD_DS_WADA_LWAA 0x3e00 /* left wave attenuation */ [all …]
|
| D | ad1889.c | 91 struct ad1889_register_state wave; member 188 /* Disable wave channel */ in ad1889_channel_reset() 191 chip->wave.reg = reg; in ad1889_channel_reset() 359 chip->wave.size = size; in snd_ad1889_playback_prepare() 360 chip->wave.reg = reg; in snd_ad1889_playback_prepare() 361 chip->wave.addr = rt->dma_addr; in snd_ad1889_playback_prepare() 363 ad1889_writew(chip, AD_DS_WSMC, chip->wave.reg); in snd_ad1889_playback_prepare() 369 ad1889_load_wave_buffer_address(chip, chip->wave.addr); in snd_ad1889_playback_prepare() 380 chip->wave.addr, count, size, reg, rt->rate); in snd_ad1889_playback_prepare() 434 The WSMC "WAEN" bit triggers DMA Wave On/Off */ [all …]
|
| D | sis7019.h | 160 /* Wave Engine Config and Control Register */ 182 /* Wave Engine Volume Control Register */ 189 /* Wave Engine Interrupt Status Registers */ 305 /* Wave Engine Control Parameters (parameter RAM) */
|
| /kernel/linux/linux-6.6/sound/pci/ |
| D | ad1889.h | 9 #define AD_DS_WSMC 0x00 /* wave/synthesis channel mixer control */ 12 #define AD_DS_WSMC_WA16 0x0100 /* wave channel 16bit select */ 13 #define AD_DS_WSMC_WAST 0x0200 /* wave channel stereo select */ 14 #define AD_DS_WSMC_WAEN 0x0400 /* wave channel enable */ 15 #define AD_DS_WSMC_WARQ 0x3000 /* wave fifo request point */ 25 #define AD_DS_WADA 0x04 /* wave channel mix attenuation */ 26 #define AD_DS_WADA_RWAM 0x0080 /* right wave mute */ 27 #define AD_DS_WADA_RWAA 0x001f /* right wave attenuation */ 28 #define AD_DS_WADA_LWAM 0x8000 /* left wave mute */ 29 #define AD_DS_WADA_LWAA 0x3e00 /* left wave attenuation */ [all …]
|
| D | ad1889.c | 90 struct ad1889_register_state wave; member 187 /* Disable wave channel */ in ad1889_channel_reset() 190 chip->wave.reg = reg; in ad1889_channel_reset() 358 chip->wave.size = size; in snd_ad1889_playback_prepare() 359 chip->wave.reg = reg; in snd_ad1889_playback_prepare() 360 chip->wave.addr = rt->dma_addr; in snd_ad1889_playback_prepare() 362 ad1889_writew(chip, AD_DS_WSMC, chip->wave.reg); in snd_ad1889_playback_prepare() 368 ad1889_load_wave_buffer_address(chip, chip->wave.addr); in snd_ad1889_playback_prepare() 379 chip->wave.addr, count, size, reg, rt->rate); in snd_ad1889_playback_prepare() 433 The WSMC "WAEN" bit triggers DMA Wave On/Off */ [all …]
|
| D | sis7019.h | 160 /* Wave Engine Config and Control Register */ 182 /* Wave Engine Volume Control Register */ 189 /* Wave Engine Interrupt Status Registers */ 305 /* Wave Engine Control Parameters (parameter RAM) */
|
| /kernel/linux/linux-6.6/include/uapi/sound/ |
| D | sfnt_info.h | 74 /* wave table envelope & effect parameters to control EMU8000 */ 100 /* wave table parameters: 92 bytes */ 142 * sample wave information 145 /* wave table sample header: 32 bytes */ 154 #define SNDRV_SFNT_SAMPLE_8BITS 1 /* wave data is 8bits */ 155 #define SNDRV_SFNT_SAMPLE_UNSIGNED 2 /* wave data is unsigned */
|
| /kernel/linux/linux-5.10/include/uapi/sound/ |
| D | sfnt_info.h | 89 /* wave table envelope & effect parameters to control EMU8000 */ 115 /* wave table parameters: 92 bytes */ 157 * sample wave information 160 /* wave table sample header: 32 bytes */ 169 #define SNDRV_SFNT_SAMPLE_8BITS 1 /* wave data is 8bits */ 170 #define SNDRV_SFNT_SAMPLE_UNSIGNED 2 /* wave data is unsigned */
|
| /kernel/linux/linux-5.10/arch/m68k/mac/ |
| D | macboing.c | 21 * dumb triangular wave table 144 * init the wave table with a simple triangular wave in mac_init_asc() 145 * A sine wave would sure be nicer here ... in mac_init_asc() 270 * already load the wave table, or at least call this one... 271 * This piece keeps reloading the wave table until done.
|
| /kernel/linux/linux-6.6/arch/m68k/mac/ |
| D | macboing.c | 21 * dumb triangular wave table 144 * init the wave table with a simple triangular wave in mac_init_asc() 145 * A sine wave would sure be nicer here ... in mac_init_asc() 270 * already load the wave table, or at least call this one... 271 * This piece keeps reloading the wave table until done.
|
| /kernel/linux/linux-6.6/Documentation/devicetree/bindings/clock/ti/davinci/ |
| D | pll.txt | 18 - ti,clkmode-square-wave: Indicates that the board is supplying a square 19 wave input on the OSCIN pin instead of using a crystal oscillator. 61 ti,clkmode-square-wave;
|
| /kernel/linux/linux-5.10/Documentation/devicetree/bindings/clock/ti/davinci/ |
| D | pll.txt | 18 - ti,clkmode-square-wave: Indicates that the the board is supplying a square 19 wave input on the OSCIN pin instead of using a crystal oscillator. 61 ti,clkmode-square-wave;
|
| /kernel/linux/linux-6.6/sound/pci/emu10k1/ |
| D | emu10k1.c | 75 struct snd_seq_device *wave = NULL; in snd_card_emu10k1_probe() local 150 sizeof(struct snd_emu10k1_synth_arg), &wave) < 0 || in snd_card_emu10k1_probe() 151 wave == NULL) { in snd_card_emu10k1_probe() 156 arg = SNDRV_SEQ_DEVICE_ARGPTR(wave); in snd_card_emu10k1_probe() 157 strcpy(wave->name, "Emu-10k1 Synth"); in snd_card_emu10k1_probe()
|
| /kernel/linux/linux-5.10/Documentation/devicetree/bindings/rtc/ |
| D | maxim,ds3231.txt | 14 - 0: square-wave output on the SQW pin 15 - 1: square-wave output on the 32kHz pin
|
| /kernel/linux/linux-6.6/drivers/gpu/drm/amd/amdkfd/ |
| D | kfd_int_process_v10.c | 34 * Wave - Generated by S_SENDMSG through a shader program 41 * Encoding type (0 = Auto, 1 = Wave, 2 = Error) 44 * PRIV bit indicates that Wave S_SEND or error occurred within trap 50 * Wave - user data sent from m0 via S_SENDMSG 53 * The other context_id bits show coordinates (SE/SH/CU/SIMD/WGP) for wave 109 /* GFX10 SQ interrupt ENC type bit (context_id1[7:6]) for wave s_sendmsg */
|
| D | cwsr_trap_handler_gfx9.asm | 212 // Host trap may occur while wave is halted. 220 // Wave is halted but neither host trap nor SAVECTX is raised. 232 // and debugger (host trap, wave start/end, trap after instruction) 233 // exceptions always cause the wave to enter the trap handler. 244 // Maskable exceptions only cause the wave to enter the trap handler if 266 // Second-level trap will halt wave and RFE, re-entering for SAVECTX. 307 // If not caused by trap then halt wave to prevent re-entry. 366 …ot enough for 8 waves per SIMD, which will cause SQ hang, since the 7,8th wave could not get arbit… 435 /* the first wave in the threadgroup */ 436 …d_b32 s_save_tmp, s_save_spi_init_hi, S_SAVE_SPI_INIT_FIRST_WAVE_MASK // extract fisrt wave bit [all …]
|
| D | kfd_int_process_v9.c | 37 * Wave - Generated by S_SENDMSG through a shader program 44 * Encoding type (0 = Auto, 1 = Wave, 2 = Error) 47 * PRIV bit indicates that Wave S_SEND or error occurred within trap 53 * Wave - user data sent from m0 via S_SENDMSG 56 * The other context_id bits show coordinates (SE/SH/CU/SIMD/WAVE) for wave
|
| D | kfd_int_process_v11.c | 37 * Wave - Generated by S_SENDMSG through a shader program 44 * Encoding type (0 = Auto, 1 = Wave, 2 = Error) 47 * PRIV bit indicates that Wave S_SEND or error occurred within trap 53 * Wave - user data sent from m0 via S_SENDMSG (context_id0[23:0]) 56 * The other context_id bits show coordinates (SE/SH/CU/SIMD/WGP) for wave
|
| /kernel/linux/linux-5.10/sound/pci/emu10k1/ |
| D | emu10k1.c | 93 struct snd_seq_device *wave = NULL; in snd_card_emu10k1_probe() local 156 sizeof(struct snd_emu10k1_synth_arg), &wave) < 0 || in snd_card_emu10k1_probe() 157 wave == NULL) { in snd_card_emu10k1_probe() 162 arg = SNDRV_SEQ_DEVICE_ARGPTR(wave); in snd_card_emu10k1_probe() 163 strcpy(wave->name, "Emu-10k1 Synth"); in snd_card_emu10k1_probe()
|
| /kernel/linux/linux-6.6/drivers/gpu/drm/amd/amdgpu/ |
| D | amdgpu_amdkfd_gfx_v9.c | 654 * GFX9 helper for wave launch stall requirements on debug trap setting. 660 * 0-unstall wave launch (enable), 1-stall wave launch (disable). 787 /* We need to preserve wave launch mode stall settings. */ in kgd_gfx_v9_set_wave_launch_trap_override() 900 * gws_wait_time -- Wait Count for Global Wave Syncs. 902 * sch_wave_wait_time -- Wait Count for Scheduling Wave Message. 904 * deq_retry_wait_time -- Wait Count for Global Wave Syncs. 950 * @vmid: Output parameter updated with VMID of queue whose wave count 995 * to an inaccurate wave count. Following is a high-level sequence: 998 * In the sequence above wave count obtained from time T1 will be incorrectly 999 * lost or added to total wave count. [all …]
|
| D | gfx_v9_4_2.c | 422 uint32_t se, cu, simd, wave; in gfx_v9_4_2_log_wave_assignment() local 431 dev_dbg(adev->dev, "wave assignment:\n"); in gfx_v9_4_2_log_wave_assignment() 439 for (wave = 0; wave < WAVE_ID_MAX; wave++) { in gfx_v9_4_2_log_wave_assignment() 456 uint32_t se, cu, simd, wave; in gfx_v9_4_2_wait_for_waves_assigned() local 468 for (wave = 0; wave < WAVE_ID_MAX; wave++) { in gfx_v9_4_2_wait_for_waves_assigned() 469 if (((1 << wave) & mask) && in gfx_v9_4_2_wait_for_waves_assigned() 482 dev_err(adev->dev, "actual wave num: %d, expected wave num: %d\n", in gfx_v9_4_2_wait_for_waves_assigned() 535 dev_err(adev->dev, "wave coverage failed when clear first 224 sgprs\n"); in gfx_v9_4_2_do_sgprs_init() 559 dev_err(adev->dev, "wave coverage failed when clear first 576 sgprs\n"); in gfx_v9_4_2_do_sgprs_init() 600 dev_err(adev->dev, "wave coverage failed when clear first 256 sgprs\n"); in gfx_v9_4_2_do_sgprs_init() [all …]
|
| D | gfx_v9_4_3.c | 550 …ad_ind(struct amdgpu_device *adev, uint32_t xcc_id, uint32_t simd, uint32_t wave, uint32_t address) in wave_read_ind() argument 553 (wave << SQ_IND_INDEX__WAVE_ID__SHIFT) | in wave_read_ind() 561 uint32_t wave, uint32_t thread, in wave_read_regs() argument 565 (wave << SQ_IND_INDEX__WAVE_ID__SHIFT) | in wave_read_regs() 576 uint32_t xcc_id, uint32_t simd, uint32_t wave, in gfx_v9_4_3_read_wave_data() argument 579 /* type 1 wave data */ in gfx_v9_4_3_read_wave_data() 581 dst[(*no_fields)++] = wave_read_ind(adev, xcc_id, simd, wave, ixSQ_WAVE_STATUS); in gfx_v9_4_3_read_wave_data() 582 dst[(*no_fields)++] = wave_read_ind(adev, xcc_id, simd, wave, ixSQ_WAVE_PC_LO); in gfx_v9_4_3_read_wave_data() 583 dst[(*no_fields)++] = wave_read_ind(adev, xcc_id, simd, wave, ixSQ_WAVE_PC_HI); in gfx_v9_4_3_read_wave_data() 584 dst[(*no_fields)++] = wave_read_ind(adev, xcc_id, simd, wave, ixSQ_WAVE_EXEC_LO); in gfx_v9_4_3_read_wave_data() [all …]
|
| /kernel/linux/linux-5.10/include/uapi/linux/ |
| D | xilinx-v4l2-controls.h | 57 /* Set starting point of sine wave for horizontal component */ 61 /* Set starting point of sine wave for vertical component */
|
| /kernel/linux/linux-6.6/include/uapi/linux/ |
| D | xilinx-v4l2-controls.h | 57 /* Set starting point of sine wave for horizontal component */ 61 /* Set starting point of sine wave for vertical component */
|
| /kernel/linux/linux-6.6/sound/pci/au88x0/ |
| D | au88x0.c | 267 sizeof(snd_vortex_synth_arg_t), &wave) < 0 in __snd_vortex_probe() 268 || wave == NULL) { in __snd_vortex_probe() 273 arg = SNDRV_SEQ_DEVICE_ARGPTR(wave); in __snd_vortex_probe() 274 strcpy(wave->name, "Aureal Synth"); in __snd_vortex_probe()
|