Searched refs:reg_entry (Results 1 – 4 of 4) sorted by relevance
290 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() local352 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 …]
104 #define RTAS_FADUMP_SKIP_TO_NEXT_CPU(reg_entry) \ argument106 while (be64_to_cpu(reg_entry->reg_id) != \108 reg_entry++; \109 reg_entry++; \
129 struct hdat_fadump_reg_entry *reg_entry; in opal_fadump_read_regs() local136 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()
31 struct reg_entry { struct36 static const struct reg_entry rgb_enable[] = { argument58 static const struct reg_entry rgb_disable[] = {81 const struct reg_entry *table, in tegra_dc_write_regs()
Completed in 8 milliseconds