Lines Matching refs:mpic_msgr
18 #include <asm/mpic_msgr.h>
26 static struct mpic_msgr **mpic_msgrs;
30 static inline void _mpic_msgr_mer_write(struct mpic_msgr *msgr, u32 value)
35 static inline u32 _mpic_msgr_mer_read(struct mpic_msgr *msgr)
40 static inline void _mpic_msgr_disable(struct mpic_msgr *msgr)
47 struct mpic_msgr *mpic_msgr_get(unsigned int reg_num)
50 struct mpic_msgr *msgr;
68 void mpic_msgr_put(struct mpic_msgr *msgr)
79 void mpic_msgr_enable(struct mpic_msgr *msgr)
91 void mpic_msgr_disable(struct mpic_msgr *msgr)
218 struct mpic_msgr *msgr;
221 msgr = kzalloc(sizeof(struct mpic_msgr), GFP_KERNEL);