Lines Matching defs:name
260 * Expand a register's short name (eg: LPID) into two parameters:
261 * - the register's short name in string form ("LPID"), and
262 * - the name of the macro (eg: VAS_LPID_OFFSET), defining the
343 char *name;
441 static inline void vas_log_write(struct pnv_vas_window *win, char *name,
447 name, regptr, val);
450 static inline void write_uwc_reg(struct pnv_vas_window *win, char *name,
456 vas_log_write(win, name, regptr, val);
461 static inline void write_hvwc_reg(struct pnv_vas_window *win, char *name,
467 vas_log_write(win, name, regptr, val);
473 char *name __maybe_unused, s32 reg)