Lines Matching refs:mpic_msgr
28 static struct mpic_msgr **mpic_msgrs;
32 static inline void _mpic_msgr_mer_write(struct mpic_msgr *msgr, u32 value) in _mpic_msgr_mer_write()
37 static inline u32 _mpic_msgr_mer_read(struct mpic_msgr *msgr) in _mpic_msgr_mer_read()
42 static inline void _mpic_msgr_disable(struct mpic_msgr *msgr) in _mpic_msgr_disable()
49 struct mpic_msgr *mpic_msgr_get(unsigned int reg_num) in mpic_msgr_get()
52 struct mpic_msgr *msgr; in mpic_msgr_get()
70 void mpic_msgr_put(struct mpic_msgr *msgr) in mpic_msgr_put()
81 void mpic_msgr_enable(struct mpic_msgr *msgr) in mpic_msgr_enable()
93 void mpic_msgr_disable(struct mpic_msgr *msgr) in mpic_msgr_disable()
226 struct mpic_msgr *msgr; in mpic_msgr_probe()
229 msgr = kzalloc_obj(struct mpic_msgr); in mpic_msgr_probe()