Searched refs:reg_entry (Results 1 - 8 of 8) sorted by last modified time

/linux-master/drivers/gpu/drm/tegra/
H A Drgb.c32 struct reg_entry { struct
37 static const struct reg_entry rgb_enable[] = {
59 static const struct reg_entry rgb_disable[] = {
82 const struct reg_entry *table,
/linux-master/drivers/gpu/drm/amd/amdgpu/
H A Dgfx_v9_4_3.c3845 for (k = 0; k < gfx_v9_4_3_ce_reg_list[i].reg_entry.reg_inst; k++) {
3848 gfx_v9_4_3_ce_reg_list[i].reg_entry.reg_inst > 1)
3852 &(gfx_v9_4_3_ce_reg_list[i].reg_entry),
3861 &(gfx_v9_4_3_ue_reg_list[i].reg_entry),
3875 for (k = 0; k < gfx_v9_4_3_ue_reg_list[i].reg_entry.reg_inst; k++) {
3878 gfx_v9_4_3_ue_reg_list[i].reg_entry.reg_inst > 1)
3882 &(gfx_v9_4_3_ue_reg_list[i].reg_entry),
3913 for (k = 0; k < gfx_v9_4_3_ce_reg_list[i].reg_entry.reg_inst; k++) {
3916 gfx_v9_4_3_ce_reg_list[i].reg_entry.reg_inst > 1)
3920 &(gfx_v9_4_3_ce_reg_list[i].reg_entry),
[all...]
H A Damdgpu_ras.h902 const struct amdgpu_ras_err_status_reg_entry *reg_entry,
906 const struct amdgpu_ras_err_status_reg_entry *reg_entry,
H A Damdgpu_ras.c4066 const struct amdgpu_ras_err_status_reg_entry *reg_entry,
4072 if (!reg_entry)
4076 AMDGPU_RAS_REG_ENTRY_OFFSET(reg_entry->hwip, instance,
4077 reg_entry->seg_lo, reg_entry->reg_lo);
4080 if ((reg_entry->flags & AMDGPU_RAS_ERR_STATUS_VALID) &&
4090 const struct amdgpu_ras_err_status_reg_entry *reg_entry,
4096 if (!reg_entry)
4100 AMDGPU_RAS_REG_ENTRY_OFFSET(reg_entry->hwip, instance,
4101 reg_entry
3777 amdgpu_ras_inst_get_memory_id_field(struct amdgpu_device *adev, const struct amdgpu_ras_err_status_reg_entry *reg_entry, uint32_t instance, uint32_t *memory_id) argument
3801 amdgpu_ras_inst_get_err_cnt_field(struct amdgpu_device *adev, const struct amdgpu_ras_err_status_reg_entry *reg_entry, uint32_t instance, unsigned long *err_cnt) argument
[all...]
H A Damdgpu_gfx.h443 struct amdgpu_ras_err_status_reg_entry reg_entry;
440 struct amdgpu_ras_err_status_reg_entry reg_entry; member in struct:amdgpu_gfx_ras_reg_entry
/linux-master/arch/powerpc/platforms/powernv/
H A Dopal-fadump.h129 struct hdat_fadump_reg_entry *reg_entry; local
136 reg_entry = (struct hdat_fadump_reg_entry *)bufp;
137 val = (cpu_endian ? be64_to_cpu(reg_entry->reg_val) :
138 (u64 __force)(reg_entry->reg_val));
140 be32_to_cpu(reg_entry->reg_type),
141 be32_to_cpu(reg_entry->reg_num),
/linux-master/arch/powerpc/platforms/pseries/
H A Drtas-fadump.c333 rtas_fadump_read_regs(struct rtas_fadump_reg_entry *reg_entry,
338 while (be64_to_cpu(reg_entry->reg_id) != fadump_str_to_u64("CPUEND")) {
339 rtas_fadump_set_regval(regs, be64_to_cpu(reg_entry->reg_id),
340 be64_to_cpu(reg_entry->reg_value));
341 reg_entry++;
343 reg_entry++;
344 return reg_entry;
365 struct rtas_fadump_reg_entry *reg_entry;
388 reg_entry = (struct rtas_fadump_reg_entry *)vaddr;
400 if (be64_to_cpu(reg_entry
283 rtas_fadump_read_regs(struct rtas_fadump_reg_entry *reg_entry, struct pt_regs *regs) argument
315 struct rtas_fadump_reg_entry *reg_entry; local
[all...]
H A Drtas-fadump.h111 #define RTAS_FADUMP_SKIP_TO_NEXT_CPU(reg_entry) \
113 while (be64_to_cpu(reg_entry->reg_id) != \
115 reg_entry++; \
116 reg_entry++; \

Completed in 328 milliseconds