Home
last modified time | relevance | path

Searched defs:GPR (Results 1 – 4 of 4) sorted by relevance

/openbmc/linux/include/uapi/sound/
H A Demu10k1.h157 #define GPR(x) (FXGPREGBASE + (x)) /* free GPRs: x = 0x00 - 0xff */ macro
/openbmc/u-boot/arch/arm/include/asm/arch-imx/
H A Dimx-regs.h125 #define GPR(x) __REG2(IMX_GPIO_BASE + 0x38, ((x) & 3) << 8) macro
/openbmc/linux/drivers/gpu/drm/radeon/
H A Dnid.h887 #define GPR(x) ((x) << 16) macro
/openbmc/qemu/disas/
H A Dnanomips.c405 static const char *GPR(uint64 reg, Dis_info *info) in GPR() function