reg_entry         129 arch/powerpc/platforms/powernv/opal-fadump.h 	struct hdat_fadump_reg_entry *reg_entry;
reg_entry         136 arch/powerpc/platforms/powernv/opal-fadump.h 		reg_entry = (struct hdat_fadump_reg_entry *)bufp;
reg_entry         137 arch/powerpc/platforms/powernv/opal-fadump.h 		val = (cpu_endian ? be64_to_cpu(reg_entry->reg_val) :
reg_entry         138 arch/powerpc/platforms/powernv/opal-fadump.h 		       reg_entry->reg_val);
reg_entry         140 arch/powerpc/platforms/powernv/opal-fadump.h 					      be32_to_cpu(reg_entry->reg_type),
reg_entry         141 arch/powerpc/platforms/powernv/opal-fadump.h 					      be32_to_cpu(reg_entry->reg_num),
reg_entry         276 arch/powerpc/platforms/pseries/rtas-fadump.c rtas_fadump_read_regs(struct rtas_fadump_reg_entry *reg_entry,
reg_entry         281 arch/powerpc/platforms/pseries/rtas-fadump.c 	while (be64_to_cpu(reg_entry->reg_id) != fadump_str_to_u64("CPUEND")) {
reg_entry         282 arch/powerpc/platforms/pseries/rtas-fadump.c 		rtas_fadump_set_regval(regs, be64_to_cpu(reg_entry->reg_id),
reg_entry         283 arch/powerpc/platforms/pseries/rtas-fadump.c 				       be64_to_cpu(reg_entry->reg_value));
reg_entry         284 arch/powerpc/platforms/pseries/rtas-fadump.c 		reg_entry++;
reg_entry         286 arch/powerpc/platforms/pseries/rtas-fadump.c 	reg_entry++;
reg_entry         287 arch/powerpc/platforms/pseries/rtas-fadump.c 	return reg_entry;
reg_entry         308 arch/powerpc/platforms/pseries/rtas-fadump.c 	struct rtas_fadump_reg_entry *reg_entry;
reg_entry         333 arch/powerpc/platforms/pseries/rtas-fadump.c 	reg_entry = (struct rtas_fadump_reg_entry *)vaddr;
reg_entry         345 arch/powerpc/platforms/pseries/rtas-fadump.c 		if (be64_to_cpu(reg_entry->reg_id) !=
reg_entry         352 arch/powerpc/platforms/pseries/rtas-fadump.c 		cpu = (be64_to_cpu(reg_entry->reg_value) &
reg_entry         355 arch/powerpc/platforms/pseries/rtas-fadump.c 			RTAS_FADUMP_SKIP_TO_NEXT_CPU(reg_entry);
reg_entry         362 arch/powerpc/platforms/pseries/rtas-fadump.c 			RTAS_FADUMP_SKIP_TO_NEXT_CPU(reg_entry);
reg_entry         364 arch/powerpc/platforms/pseries/rtas-fadump.c 			reg_entry++;
reg_entry         365 arch/powerpc/platforms/pseries/rtas-fadump.c 			reg_entry = rtas_fadump_read_regs(reg_entry, &regs);
reg_entry         104 arch/powerpc/platforms/pseries/rtas-fadump.h #define RTAS_FADUMP_SKIP_TO_NEXT_CPU(reg_entry)				\
reg_entry         106 arch/powerpc/platforms/pseries/rtas-fadump.h 	while (be64_to_cpu(reg_entry->reg_id) !=			\
reg_entry         108 arch/powerpc/platforms/pseries/rtas-fadump.h 		reg_entry++;						\
reg_entry         109 arch/powerpc/platforms/pseries/rtas-fadump.h 	reg_entry++;							\
reg_entry          33 drivers/gpu/drm/tegra/rgb.c static const struct reg_entry rgb_enable[] = {
reg_entry          55 drivers/gpu/drm/tegra/rgb.c static const struct reg_entry rgb_disable[] = {
reg_entry          78 drivers/gpu/drm/tegra/rgb.c 				const struct reg_entry *table,