HomeSort by: relevance | last modified time | path
    Searched defs:GPR (Results 1 - 5 of 5) sorted by relevancy

  /src/sys/arch/sparc/sparc/
emul.c 50 #define GPR(tf, i) ((int32_t *) &tf->tf_global)[i]
73 *(int32_t *) val = GPR(tf, i);
89 GPR(tf, i) = *(const int32_t *) val;
  /src/sys/arch/sparc64/sparc64/
emul.c 51 #define GPR(tf, i) ((int32_t *)(u_long)&tf->tf_global)[i]
74 *(int32_t *) val = GPR(tf, i);
90 GPR(tf, i) = *(const int32_t *) val;
  /src/bin/ed/
ed.h 64 #define GPR 002 /* print after command */
  /src/sys/arch/evbarm/stand/boot2440/
dm9000.c 89 #define GPR 0x1f /* gpio control */
204 CSR_WRITE_1(l, GPR, GPR_PHYPWROFF);
217 CSR_WRITE_1(l, GPR, 0);
  /src/sys/external/bsd/drm2/dist/drm/radeon/
nid.h 889 #define GPR(x) ((x) << 16)

Completed in 17 milliseconds