Lines Matching refs:mpic_msgr
20 #include <asm/mpic_msgr.h>
28 static struct mpic_msgr **mpic_msgrs;
32 static inline void _mpic_msgr_mer_write(struct mpic_msgr *msgr, u32 value)
37 static inline u32 _mpic_msgr_mer_read(struct mpic_msgr *msgr)
42 static inline void _mpic_msgr_disable(struct mpic_msgr *msgr)
49 struct mpic_msgr *mpic_msgr_get(unsigned int reg_num)
52 struct mpic_msgr *msgr;
70 void mpic_msgr_put(struct mpic_msgr *msgr)
81 void mpic_msgr_enable(struct mpic_msgr *msgr)
93 void mpic_msgr_disable(struct mpic_msgr *msgr)
227 struct mpic_msgr *msgr;
230 msgr = kzalloc(sizeof(struct mpic_msgr), GFP_KERNEL);