Home
last modified time | relevance | path

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

/linux/arch/powerpc/platforms/pseries/
A Drtas-fadump.c283 be64_to_cpu(reg_entry->reg_value)); in rtas_fadump_read_regs()
284 reg_entry++; in rtas_fadump_read_regs()
286 reg_entry++; in rtas_fadump_read_regs()
287 return reg_entry; in rtas_fadump_read_regs()
308 struct rtas_fadump_reg_entry *reg_entry; in rtas_fadump_build_cpu_notes() local
345 if (be64_to_cpu(reg_entry->reg_id) != in rtas_fadump_build_cpu_notes()
352 cpu = (be64_to_cpu(reg_entry->reg_value) & in rtas_fadump_build_cpu_notes()
355 RTAS_FADUMP_SKIP_TO_NEXT_CPU(reg_entry); in rtas_fadump_build_cpu_notes()
362 RTAS_FADUMP_SKIP_TO_NEXT_CPU(reg_entry); in rtas_fadump_build_cpu_notes()
364 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/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 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/drivers/gpu/drm/tegra/
A Drgb.c29 struct reg_entry { struct
34 static const struct reg_entry rgb_enable[] = { argument
56 static const struct reg_entry rgb_disable[] = {
79 const struct reg_entry *table, in tegra_dc_write_regs()

Completed in 11 milliseconds