Home
last modified time | relevance | path

Searched refs:reg_entry (Results 1 – 4 of 4) sorted by relevance

/linux-6.3-rc2/arch/powerpc/platforms/pseries/
A Drtas-fadump.c290 be64_to_cpu(reg_entry->reg_value)); in rtas_fadump_read_regs()
291 reg_entry++; in rtas_fadump_read_regs()
293 reg_entry++; in rtas_fadump_read_regs()
294 return reg_entry; in rtas_fadump_read_regs()
315 struct rtas_fadump_reg_entry *reg_entry; in rtas_fadump_build_cpu_notes() local
352 if (be64_to_cpu(reg_entry->reg_id) != in rtas_fadump_build_cpu_notes()
359 cpu = (be64_to_cpu(reg_entry->reg_value) & in rtas_fadump_build_cpu_notes()
362 RTAS_FADUMP_SKIP_TO_NEXT_CPU(reg_entry); in rtas_fadump_build_cpu_notes()
369 RTAS_FADUMP_SKIP_TO_NEXT_CPU(reg_entry); in rtas_fadump_build_cpu_notes()
371 reg_entry++; in rtas_fadump_build_cpu_notes()
[all …]
A Drtas-fadump.h104 #define RTAS_FADUMP_SKIP_TO_NEXT_CPU(reg_entry) \ argument
106 while (be64_to_cpu(reg_entry->reg_id) != \
108 reg_entry++; \
109 reg_entry++; \
/linux-6.3-rc2/arch/powerpc/platforms/powernv/
A Dopal-fadump.h129 struct hdat_fadump_reg_entry *reg_entry; in opal_fadump_read_regs() local
136 reg_entry = (struct hdat_fadump_reg_entry *)bufp; in opal_fadump_read_regs()
137 val = (cpu_endian ? be64_to_cpu(reg_entry->reg_val) : in opal_fadump_read_regs()
138 (u64)(reg_entry->reg_val)); in opal_fadump_read_regs()
140 be32_to_cpu(reg_entry->reg_type), in opal_fadump_read_regs()
141 be32_to_cpu(reg_entry->reg_num), in opal_fadump_read_regs()
/linux-6.3-rc2/drivers/gpu/drm/tegra/
A Drgb.c31 struct reg_entry { struct
36 static const struct reg_entry rgb_enable[] = { argument
58 static const struct reg_entry rgb_disable[] = {
81 const struct reg_entry *table, in tegra_dc_write_regs()

Completed in 8 milliseconds