Lines Matching defs:reg
22 struct reg { struct
36 static const struct reg reg_ ## __reg_id = { \ argument
61 const struct reg **reg; member
64 static inline const struct reg *reg(const struct regs *regs, u32 reg_id) in reg() function
74 static inline u32 reg_fmask(const struct reg *reg, u32 field_id) in reg_fmask()
83 static inline u32 reg_bit(const struct reg *reg, u32 field_id) in reg_bit()
94 static inline u32 reg_field_max(const struct reg *reg, u32 field_id) in reg_field_max()
102 static inline u32 reg_encode(const struct reg *reg, u32 field_id, u32 val) in reg_encode()
117 static inline u32 reg_decode(const struct reg *reg, u32 field_id, u32 val) in reg_decode()
125 static inline u32 reg_offset(const struct reg *reg) in reg_offset()
131 static inline u32 reg_n_offset(const struct reg *reg, u32 n) in reg_n_offset()