Lines Matching defs:reg
53 reg(struct rnndomain *dom, const char *type, const char *name)
60 printf("invalid %s reg: %s\n", type, name);
81 * Map control reg name to offset.
86 return reg(control_regs, "control", name);
90 * Map offset to control reg name (or NULL), caller frees
99 * Map pipe reg name to offset.
104 return reg(pipe_regs, "pipe", name);
126 * Map offset to pipe reg name (or NULL), caller frees
135 * Map GPU reg name to offset.
147 printf("invalid control reg: %s\n", name);
155 * Map offset to gpu reg name (or NULL), caller frees
204 printf("invalid gpr reg: %s\n", name);