REG_               89 arch/x86/math-emu/get_address.c 		offset = REG_(base);
REG_               97 arch/x86/math-emu/get_address.c 		offset += (REG_(index)) << ss;
REG_              232 arch/x86/math-emu/get_address.c 		cpu_reg_ptr = &REG_(rm);
REG_               10 arch/x86/um/os-Linux/mcontext.c #define COPY2(X,Y) regs->gp[X] = mc->gregs[REG_##Y]
REG_               11 arch/x86/um/os-Linux/mcontext.c #define COPY(X) regs->gp[X] = mc->gregs[REG_##X]
REG_               12 arch/x86/um/os-Linux/mcontext.c #define COPY_SEG(X) regs->gp[X] = mc->gregs[REG_##X] & 0xffff;
REG_               13 arch/x86/um/os-Linux/mcontext.c #define COPY_SEG_CPL3(X) regs->gp[X] = (mc->gregs[REG_##X] & 0xffff) | 3;
REG_               20 arch/x86/um/os-Linux/mcontext.c #define COPY2(X,Y) regs->gp[X/sizeof(unsigned long)] = mc->gregs[REG_##Y]
REG_               21 arch/x86/um/os-Linux/mcontext.c #define COPY(X) regs->gp[X/sizeof(unsigned long)] = mc->gregs[REG_##X]
REG_             1637 drivers/hwmon/w83627ehf.c 	w83627ehf_write_value(data, data->REG_##REG[nr], val); \
REG_             1676 drivers/hwmon/w83627ehf.c 	w83627ehf_write_value(data, data->REG_##REG[nr], val); \
REG_              171 drivers/thermal/rcar_thermal.c #define rcar_thermal_read(p, r) _rcar_thermal_read(p, REG_ ##r)
REG_              177 drivers/thermal/rcar_thermal.c #define rcar_thermal_write(p, r, d) _rcar_thermal_write(p, REG_ ##r, d)
REG_              184 drivers/thermal/rcar_thermal.c #define rcar_thermal_bset(p, r, m, d) _rcar_thermal_bset(p, REG_ ##r, m, d)
REG_               76 drivers/usb/host/xhci-debugfs.h 	.offset	= REG_ ##nm,				\
REG_              335 sound/soc/sh/fsi.c 	__fsi_reg_write((p->base + REG_##r), d)
REG_              338 sound/soc/sh/fsi.c 	__fsi_reg_read((p->base + REG_##r))
REG_              341 sound/soc/sh/fsi.c 	__fsi_reg_mask_set((p->base + REG_##r), m, d)