Home
last modified time | relevance | path

Searched defs:wave (Results 1 – 10 of 10) sorted by relevance

/linux/sound/pci/emu10k1/
H A Demu10k1.c76 struct snd_seq_device *wave = NULL; in snd_card_emu10k1_probe() local
/linux/drivers/gpu/drm/amd/amdgpu/
H A Damdgpu_umr.h50 u32 gpr_or_wave, se, sh, cu, wave, simd, xcc_id; member
H A Dgfx_v9_4_3.c715 …_read_ind(struct amdgpu_device *adev, uint32_t xcc_id, uint32_t simd, uint32_t wave, uint32_t addr… in wave_read_ind()
726 uint32_t wave, uint32_t thread, in wave_read_regs()
741 uint32_t xcc_id, uint32_t simd, uint32_t wave, in gfx_v9_4_3_read_wave_data()
764 uint32_t wave, uint32_t start, in gfx_v9_4_3_read_wave_sgprs()
772 uint32_t wave, uint32_t thread, in gfx_v9_4_3_read_wave_vgprs()
H A Dgfx_v12_1.c752 static uint32_t wave_read_ind(struct amdgpu_device *adev, in wave_read_ind()
763 uint32_t xcc_id, uint32_t wave, in wave_read_regs()
778 uint32_t simd, uint32_t wave, in gfx_v12_1_read_wave_data()
815 uint32_t wave, uint32_t start, in gfx_v12_1_read_wave_sgprs()
827 uint32_t wave, uint32_t thread, in gfx_v12_1_read_wave_vgprs()
H A Dgfx_v12_0.c824 static uint32_t wave_read_ind(struct amdgpu_device *adev, uint32_t wave, uint32_t address) in wave_read_ind()
832 static void wave_read_regs(struct amdgpu_device *adev, uint32_t wave, in wave_read_regs()
847 uint32_t simd, uint32_t wave, in gfx_v12_0_read_wave_data()
884 uint32_t wave, uint32_t start, in gfx_v12_0_read_wave_sgprs()
896 uint32_t wave, uint32_t thread, in gfx_v12_0_read_wave_vgprs()
H A Dgfx_v8_0.c5064 static uint32_t wave_read_ind(struct amdgpu_device *adev, uint32_t simd, uint32_t wave, uint32_t ad… in wave_read_ind()
5075 uint32_t wave, uint32_t thread, in wave_read_regs()
5089 …wave_data(struct amdgpu_device *adev, uint32_t xcc_id, uint32_t simd, uint32_t wave, uint32_t *dst… in gfx_v8_0_read_wave_data()
5115 uint32_t wave, uint32_t start, in gfx_v8_0_read_wave_sgprs()
H A Dgfx_v10_0.c4477 static uint32_t wave_read_ind(struct amdgpu_device *adev, uint32_t wave, uint32_t address) in wave_read_ind()
4485 static void wave_read_regs(struct amdgpu_device *adev, uint32_t wave, in wave_read_regs()
4498 …wave_data(struct amdgpu_device *adev, uint32_t xcc_id, uint32_t simd, uint32_t wave, uint32_t *dst… in gfx_v10_0_read_wave_data()
4527 uint32_t wave, uint32_t start, in gfx_v10_0_read_wave_sgprs()
4538 uint32_t wave, uint32_t thread, in gfx_v10_0_read_wave_vgprs()
H A Dgfx_v11_0.c995 static uint32_t wave_read_ind(struct amdgpu_device *adev, uint32_t wave, uint32_t address) in wave_read_ind()
1003 static void wave_read_regs(struct amdgpu_device *adev, uint32_t wave, in wave_read_regs()
1016 …wave_data(struct amdgpu_device *adev, uint32_t xcc_id, uint32_t simd, uint32_t wave, uint32_t *dst… in gfx_v11_0_read_wave_data()
1043 uint32_t wave, uint32_t start, in gfx_v11_0_read_wave_sgprs()
1054 uint32_t wave, uint32_t thread, in gfx_v11_0_read_wave_vgprs()
H A Dgfx_v9_0.c1930 static uint32_t wave_read_ind(struct amdgpu_device *adev, uint32_t simd, uint32_t wave, uint32_t ad… in wave_read_ind()
1941 uint32_t wave, uint32_t thread, in wave_read_regs()
1955 …wave_data(struct amdgpu_device *adev, uint32_t xcc_id, uint32_t simd, uint32_t wave, uint32_t *dst… in gfx_v9_0_read_wave_data()
1977 uint32_t wave, uint32_t start, in gfx_v9_0_read_wave_sgprs()
1986 uint32_t wave, uint32_t thread, in gfx_v9_0_read_wave_vgprs()
/linux/drivers/gpu/ipu-v3/
H A Dipu-dc.c120 int map, int wave, int glue, int sync, int stop) in dc_write_tmpl()