Lines Matching refs:rio_mport
92 struct rio_mport *mport[MAX_PORT_NUM];
100 struct rio_mport *mport[MAX_PORT_NUM];
128 extern int fsl_rio_setup_rmu(struct rio_mport *mport,
131 extern int fsl_rio_pw_enable(struct rio_mport *mport, int enable);
135 extern int fsl_rio_doorbell_send(struct rio_mport *mport,
137 extern int fsl_add_outb_message(struct rio_mport *mport,
140 extern int fsl_open_outb_mbox(struct rio_mport *mport,
142 extern void fsl_close_outb_mbox(struct rio_mport *mport, int mbox);
143 extern int fsl_open_inb_mbox(struct rio_mport *mport,
145 extern void fsl_close_inb_mbox(struct rio_mport *mport, int mbox);
146 extern int fsl_add_inb_buffer(struct rio_mport *mport, int mbox, void *buf);
147 extern void *fsl_get_inb_message(struct rio_mport *mport, int mbox);