Home
last modified time | relevance | path

Searched refs:wave (Results 1 – 24 of 24) sorted by relevance

/linux-6.15/sound/pci/emu10k1/
H A Demu10k1.c75 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()
/linux-6.15/sound/pci/
H A Dad1889.c90 struct ad1889_register_state wave; member
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()
379 chip->wave.addr, count, size, reg, rt->rate); in snd_ad1889_playback_prepare()
460 chip->wave.reg = wsmc; in snd_ad1889_playback_trigger()
516 if (unlikely(!(chip->wave.reg & AD_DS_WSMC_WAEN))) in snd_ad1889_playback_pointer()
520 ptr -= chip->wave.addr; in snd_ad1889_playback_pointer()
[all …]
/linux-6.15/sound/pci/au88x0/
H A Dau88x0.c267 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()
/linux-6.15/drivers/gpu/drm/amd/amdgpu/
H A Dgfx_v9_4_2.c422 uint32_t se, cu, simd, wave; in gfx_v9_4_2_log_wave_assignment() local
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()
1807 (wave << SQ_IND_INDEX__WAVE_ID__SHIFT) | in wave_read_ind()
1818 uint32_t i, simd, wave; in gfx_v9_4_2_log_cu_timeout_status() local
1830 wave = i % cu_info->max_waves_per_simd; in gfx_v9_4_2_log_cu_timeout_status()
1836 wave_read_ind(adev, simd, wave, ixSQ_WAVE_EXEC_LO); in gfx_v9_4_2_log_cu_timeout_status()
1838 wave_read_ind(adev, simd, wave, ixSQ_WAVE_EXEC_HI); in gfx_v9_4_2_log_cu_timeout_status()
[all …]
H A Dgfx_v6_0.c2963 (wave << SQ_IND_INDEX__WAVE_ID__SHIFT) | in wave_read_ind()
2971 uint32_t wave, uint32_t thread, in wave_read_regs() argument
2975 (wave << SQ_IND_INDEX__WAVE_ID__SHIFT) | in wave_read_regs()
2989 dst[(*no_fields)++] = wave_read_ind(adev, simd, wave, ixSQ_WAVE_STATUS); in gfx_v6_0_read_wave_data()
2990 dst[(*no_fields)++] = wave_read_ind(adev, simd, wave, ixSQ_WAVE_PC_LO); in gfx_v6_0_read_wave_data()
2991 dst[(*no_fields)++] = wave_read_ind(adev, simd, wave, ixSQ_WAVE_PC_HI); in gfx_v6_0_read_wave_data()
2994 dst[(*no_fields)++] = wave_read_ind(adev, simd, wave, ixSQ_WAVE_HW_ID); in gfx_v6_0_read_wave_data()
3006 dst[(*no_fields)++] = wave_read_ind(adev, simd, wave, ixSQ_WAVE_M0); in gfx_v6_0_read_wave_data()
3007 dst[(*no_fields)++] = wave_read_ind(adev, simd, wave, ixSQ_WAVE_MODE); in gfx_v6_0_read_wave_data()
3011 uint32_t wave, uint32_t start, in gfx_v6_0_read_wave_sgprs() argument
[all …]
H A Damdgpu_umr.h50 u32 gpr_or_wave, se, sh, cu, wave, simd, xcc_id; member
H A Dgfx_v7_0.c4058 (wave << SQ_IND_INDEX__WAVE_ID__SHIFT) | in wave_read_ind()
4066 uint32_t wave, uint32_t thread, in wave_read_regs() argument
4070 (wave << SQ_IND_INDEX__WAVE_ID__SHIFT) | in wave_read_regs()
4084 dst[(*no_fields)++] = wave_read_ind(adev, simd, wave, ixSQ_WAVE_STATUS); in gfx_v7_0_read_wave_data()
4085 dst[(*no_fields)++] = wave_read_ind(adev, simd, wave, ixSQ_WAVE_PC_LO); in gfx_v7_0_read_wave_data()
4086 dst[(*no_fields)++] = wave_read_ind(adev, simd, wave, ixSQ_WAVE_PC_HI); in gfx_v7_0_read_wave_data()
4089 dst[(*no_fields)++] = wave_read_ind(adev, simd, wave, ixSQ_WAVE_HW_ID); in gfx_v7_0_read_wave_data()
4101 dst[(*no_fields)++] = wave_read_ind(adev, simd, wave, ixSQ_WAVE_M0); in gfx_v7_0_read_wave_data()
4102 dst[(*no_fields)++] = wave_read_ind(adev, simd, wave, ixSQ_WAVE_MODE); in gfx_v7_0_read_wave_data()
4106 uint32_t wave, uint32_t start, in gfx_v7_0_read_wave_sgprs() argument
[all …]
H A Dgfx_v12_0.c800 (wave << SQ_IND_INDEX__WAVE_ID__SHIFT) | in wave_read_ind()
810 (wave << SQ_IND_INDEX__WAVE_ID__SHIFT) | in wave_read_regs()
820 uint32_t simd, uint32_t wave, in gfx_v12_0_read_wave_data() argument
831 dst[(*no_fields)++] = wave_read_ind(adev, wave, ixSQ_WAVE_PC_LO); in gfx_v12_0_read_wave_data()
832 dst[(*no_fields)++] = wave_read_ind(adev, wave, ixSQ_WAVE_PC_HI); in gfx_v12_0_read_wave_data()
842 dst[(*no_fields)++] = wave_read_ind(adev, wave, ixSQ_WAVE_M0); in gfx_v12_0_read_wave_data()
843 dst[(*no_fields)++] = wave_read_ind(adev, wave, ixSQ_WAVE_MODE); in gfx_v12_0_read_wave_data()
857 uint32_t wave, uint32_t start, in gfx_v12_0_read_wave_sgprs() argument
863 adev, wave, 0, start + SQIND_WAVE_SGPRS_OFFSET, size, in gfx_v12_0_read_wave_sgprs()
869 uint32_t wave, uint32_t thread, in gfx_v12_0_read_wave_vgprs() argument
[all …]
H A Damdgpu_debugfs.c434 adev->gfx.funcs->read_wave_data(adev, rd->id.xcc_id, rd->id.simd, rd->id.wave, data, &x); in amdgpu_debugfs_gprwave_read()
439 …adev->gfx.funcs->read_wave_vgprs(adev, rd->id.xcc_id, rd->id.simd, rd->id.wave, rd->id.gpr.thread,… in amdgpu_debugfs_gprwave_read()
442 …adev->gfx.funcs->read_wave_sgprs(adev, rd->id.xcc_id, rd->id.simd, rd->id.wave, *pos, size>>2, dat… in amdgpu_debugfs_gprwave_read()
1061 uint32_t offset, se, sh, cu, wave, simd, data[32]; in amdgpu_debugfs_wave_read() local
1071 wave = (*pos & GENMASK_ULL(36, 31)) >> 31; in amdgpu_debugfs_wave_read()
1092 adev->gfx.funcs->read_wave_data(adev, 0, simd, wave, data, &x); in amdgpu_debugfs_wave_read()
1153 uint32_t offset, se, sh, cu, wave, simd, thread, bank, *data; in amdgpu_debugfs_gpr_read() local
1163 wave = (*pos & GENMASK_ULL(43, 36)) >> 36; in amdgpu_debugfs_gpr_read()
1186 adev->gfx.funcs->read_wave_vgprs(adev, 0, simd, wave, thread, offset, size>>2, data); in amdgpu_debugfs_gpr_read()
1189 adev->gfx.funcs->read_wave_sgprs(adev, 0, simd, wave, offset, size>>2, data); in amdgpu_debugfs_gpr_read()
H A Dgfx_v9_4_3.c714 (wave << SQ_IND_INDEX__WAVE_ID__SHIFT) | in wave_read_ind()
722 uint32_t wave, uint32_t thread, in wave_read_regs() argument
726 (wave << SQ_IND_INDEX__WAVE_ID__SHIFT) | in wave_read_regs()
737 uint32_t xcc_id, uint32_t simd, uint32_t wave, in gfx_v9_4_3_read_wave_data() argument
743 dst[(*no_fields)++] = wave_read_ind(adev, xcc_id, simd, wave, ixSQ_WAVE_PC_LO); in gfx_v9_4_3_read_wave_data()
755 dst[(*no_fields)++] = wave_read_ind(adev, xcc_id, simd, wave, ixSQ_WAVE_M0); in gfx_v9_4_3_read_wave_data()
756 dst[(*no_fields)++] = wave_read_ind(adev, xcc_id, simd, wave, ixSQ_WAVE_MODE); in gfx_v9_4_3_read_wave_data()
760 uint32_t wave, uint32_t start, in gfx_v9_4_3_read_wave_sgprs() argument
763 wave_read_regs(adev, xcc_id, simd, wave, 0, in gfx_v9_4_3_read_wave_sgprs()
768 uint32_t wave, uint32_t thread, in gfx_v9_4_3_read_wave_vgprs() argument
[all …]
H A Damdgpu_gfx.h296 uint32_t wave, uint32_t *dst, int *no_fields);
298 uint32_t wave, uint32_t thread, uint32_t start,
301 uint32_t wave, uint32_t start, uint32_t size,
H A Dgfx_v8_0.c5179 (wave << SQ_IND_INDEX__WAVE_ID__SHIFT) | in wave_read_ind()
5187 uint32_t wave, uint32_t thread, in wave_read_regs() argument
5191 (wave << SQ_IND_INDEX__WAVE_ID__SHIFT) | in wave_read_regs()
5205 dst[(*no_fields)++] = wave_read_ind(adev, simd, wave, ixSQ_WAVE_STATUS); in gfx_v8_0_read_wave_data()
5206 dst[(*no_fields)++] = wave_read_ind(adev, simd, wave, ixSQ_WAVE_PC_LO); in gfx_v8_0_read_wave_data()
5207 dst[(*no_fields)++] = wave_read_ind(adev, simd, wave, ixSQ_WAVE_PC_HI); in gfx_v8_0_read_wave_data()
5210 dst[(*no_fields)++] = wave_read_ind(adev, simd, wave, ixSQ_WAVE_HW_ID); in gfx_v8_0_read_wave_data()
5222 dst[(*no_fields)++] = wave_read_ind(adev, simd, wave, ixSQ_WAVE_M0); in gfx_v8_0_read_wave_data()
5223 dst[(*no_fields)++] = wave_read_ind(adev, simd, wave, ixSQ_WAVE_MODE); in gfx_v8_0_read_wave_data()
5227 uint32_t wave, uint32_t start, in gfx_v8_0_read_wave_sgprs() argument
[all …]
H A Dgfx_v11_0.c982 (wave << SQ_IND_INDEX__WAVE_ID__SHIFT) | in wave_read_ind()
992 (wave << SQ_IND_INDEX__WAVE_ID__SHIFT) | in wave_read_regs()
1009 dst[(*no_fields)++] = wave_read_ind(adev, wave, ixSQ_WAVE_STATUS); in gfx_v11_0_read_wave_data()
1010 dst[(*no_fields)++] = wave_read_ind(adev, wave, ixSQ_WAVE_PC_LO); in gfx_v11_0_read_wave_data()
1011 dst[(*no_fields)++] = wave_read_ind(adev, wave, ixSQ_WAVE_PC_HI); in gfx_v11_0_read_wave_data()
1022 dst[(*no_fields)++] = wave_read_ind(adev, wave, ixSQ_WAVE_M0); in gfx_v11_0_read_wave_data()
1023 dst[(*no_fields)++] = wave_read_ind(adev, wave, ixSQ_WAVE_MODE); in gfx_v11_0_read_wave_data()
1027 uint32_t wave, uint32_t start, in gfx_v11_0_read_wave_sgprs() argument
1033 adev, wave, 0, start + SQIND_WAVE_SGPRS_OFFSET, size, in gfx_v11_0_read_wave_sgprs()
1038 uint32_t wave, uint32_t thread, in gfx_v11_0_read_wave_vgprs() argument
[all …]
H A Dgfx_v9_0.c1932 (wave << SQ_IND_INDEX__WAVE_ID__SHIFT) | in wave_read_ind()
1940 uint32_t wave, uint32_t thread, in wave_read_regs() argument
1944 (wave << SQ_IND_INDEX__WAVE_ID__SHIFT) | in wave_read_regs()
1959 dst[(*no_fields)++] = wave_read_ind(adev, simd, wave, ixSQ_WAVE_PC_LO); in gfx_v9_0_read_wave_data()
1960 dst[(*no_fields)++] = wave_read_ind(adev, simd, wave, ixSQ_WAVE_PC_HI); in gfx_v9_0_read_wave_data()
1971 dst[(*no_fields)++] = wave_read_ind(adev, simd, wave, ixSQ_WAVE_M0); in gfx_v9_0_read_wave_data()
1972 dst[(*no_fields)++] = wave_read_ind(adev, simd, wave, ixSQ_WAVE_MODE); in gfx_v9_0_read_wave_data()
1976 uint32_t wave, uint32_t start, in gfx_v9_0_read_wave_sgprs() argument
1980 adev, simd, wave, 0, in gfx_v9_0_read_wave_sgprs()
1985 uint32_t wave, uint32_t thread, in gfx_v9_0_read_wave_vgprs() argument
[all …]
H A Dgfx_v10_0.c4478 (wave << SQ_IND_INDEX__WAVE_ID__SHIFT) | in wave_read_ind()
4488 (wave << SQ_IND_INDEX__WAVE_ID__SHIFT) | in wave_read_regs()
4506 dst[(*no_fields)++] = wave_read_ind(adev, wave, ixSQ_WAVE_STATUS); in gfx_v10_0_read_wave_data()
4507 dst[(*no_fields)++] = wave_read_ind(adev, wave, ixSQ_WAVE_PC_LO); in gfx_v10_0_read_wave_data()
4508 dst[(*no_fields)++] = wave_read_ind(adev, wave, ixSQ_WAVE_PC_HI); in gfx_v10_0_read_wave_data()
4520 dst[(*no_fields)++] = wave_read_ind(adev, wave, ixSQ_WAVE_M0); in gfx_v10_0_read_wave_data()
4521 dst[(*no_fields)++] = wave_read_ind(adev, wave, ixSQ_WAVE_MODE); in gfx_v10_0_read_wave_data()
4525 uint32_t wave, uint32_t start, in gfx_v10_0_read_wave_sgprs() argument
4531 adev, wave, 0, start + SQIND_WAVE_SGPRS_OFFSET, size, in gfx_v10_0_read_wave_sgprs()
4536 uint32_t wave, uint32_t thread, in gfx_v10_0_read_wave_vgprs() argument
[all …]
/linux-6.15/Documentation/devicetree/bindings/clock/ti/davinci/
H A Dpll.txt18 - 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;
/linux-6.15/drivers/gpu/ipu-v3/
H A Dipu-dc.c120 int map, int wave, int glue, int sync, int stop) in dc_write_tmpl() argument
129 reg1 = sync | glue << 4 | ++wave << 11 | ((operand << 15) & 0xffff8000); in dc_write_tmpl()
132 reg1 = sync | glue << 4 | ++wave << 11 | ++map << 15 | ((operand << 20) & 0xfff00000); in dc_write_tmpl()
/linux-6.15/Documentation/devicetree/bindings/rtc/
H A Dnxp,pcf85063.yaml42 Provide this if the square wave pin is used as boot-enabled
/linux-6.15/Documentation/devicetree/bindings/sound/
H A Dstarfive,jh7110-pwmdac.yaml10 The PWM-DAC Controller uses PWM square wave generators plus RC filters to
/linux-6.15/Documentation/devicetree/bindings/iio/resolver/
H A Dadi,ad2s1210.yaml15 sinusoidal oscillator that provides sine wave excitation for
/linux-6.15/Documentation/devicetree/bindings/clock/
H A Dnvidia,tegra124-dfll.txt56 - nvidia,pwm-period-nanoseconds: period of PWM square wave in nanoseconds.
/linux-6.15/Documentation/virt/kvm/x86/
H A Dtimekeeping.rst103 This generates a high / low square wave. The count
112 which generates sine-like tones by low-pass filtering the square wave output.
253 bit 3 = Square wave interrupt enable
/linux-6.15/Documentation/driver-api/media/drivers/
H A Dvidtv.rst34 Elementary Stream, which in turn contains a SMPTE 302m encoded sine-wave.
/linux-6.15/Documentation/ABI/testing/
H A Dsysfs-bus-counter123 square wave mode: