Home
last modified time | relevance | path

Searched defs:wave (Results 1 – 8 of 8) 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 Dgfx_v6_0.c3009 static uint32_t wave_read_ind(struct amdgpu_device *adev, uint32_t simd, uint32_t wave, uint32_t ad… in wave_read_ind()
3020 uint32_t wave, uint32_t thread, in wave_read_regs()
3034 …wave_data(struct amdgpu_device *adev, uint32_t xcc_id, uint32_t simd, uint32_t wave, uint32_t *dst… in gfx_v6_0_read_wave_data()
3060 uint32_t wave, uint32_t start, in gfx_v6_0_read_wave_sgprs()
H A Damdgpu_umr.h50 u32 gpr_or_wave, se, sh, cu, wave, simd, xcc_id; member
H A Dgfx_v12_1.c625 static uint32_t wave_read_ind(struct amdgpu_device *adev, in wave_read_ind()
636 uint32_t xcc_id, uint32_t wave, in wave_read_regs()
651 uint32_t simd, uint32_t wave, in gfx_v12_1_read_wave_data()
688 uint32_t wave, uint32_t start, in gfx_v12_1_read_wave_sgprs()
700 uint32_t wave, uint32_t thread, in gfx_v12_1_read_wave_vgprs()
H A Dgfx_v12_0.c823 static uint32_t wave_read_ind(struct amdgpu_device *adev, uint32_t wave, uint32_t address) in wave_read_ind()
831 static void wave_read_regs(struct amdgpu_device *adev, uint32_t wave, in wave_read_regs()
846 uint32_t simd, uint32_t wave, in gfx_v12_0_read_wave_data()
883 uint32_t wave, uint32_t start, in gfx_v12_0_read_wave_sgprs()
895 uint32_t wave, uint32_t thread, in gfx_v12_0_read_wave_vgprs()
H A Dgfx_v11_0.c982 static uint32_t wave_read_ind(struct amdgpu_device *adev, uint32_t wave, uint32_t address) in wave_read_ind()
990 static void wave_read_regs(struct amdgpu_device *adev, uint32_t wave, in wave_read_regs()
1003 …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()
1030 uint32_t wave, uint32_t start, in gfx_v11_0_read_wave_sgprs()
1041 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()