Lines Matching defs:reg
19 struct reg { struct
33 static const struct reg reg_ ## __reg_id = { \ argument
58 const struct reg **reg; member
61 static inline const struct reg *reg(const struct regs *regs, u32 reg_id) in reg() function
71 static inline u32 reg_fmask(const struct reg *reg, u32 field_id) in reg_fmask()
80 static inline u32 reg_bit(const struct reg *reg, u32 field_id) in reg_bit()
91 static inline u32 reg_field_max(const struct reg *reg, u32 field_id) in reg_field_max()
99 static inline u32 reg_encode(const struct reg *reg, u32 field_id, u32 val) in reg_encode()
114 static inline u32 reg_decode(const struct reg *reg, u32 field_id, u32 val) in reg_decode()
122 static inline u32 reg_offset(const struct reg *reg) in reg_offset()
128 static inline u32 reg_n_offset(const struct reg *reg, u32 n) in reg_n_offset()