1RIO_OPEN_OUTB_MBOX(9) Internals RIO_OPEN_OUTB_MBOX(9)
2
3
4
6 rio_open_outb_mbox - Initialize MPC85xx outbound mailbox
7
9 int rio_open_outb_mbox(struct rio_mport * mport, void * dev_id,
10 int mbox, int entries);
11
13 mport
14 Master port implementing the outbound message unit
15
16 dev_id
17 Device specific pointer to pass on event
18
19 mbox
20 Mailbox to open
21
22 entries
23 Number of entries in the outbound mailbox ring
24
26 Initializes buffer ring, request the outbound message interrupt, and
27 enables the outbound message unit. Returns 0 on success and -EINVAL or
28 -ENOMEM on failure.
29
31 Matt Porter <mporter@kernel.crashing.org>, <mporter@mvista.com>
32 Author.
33
35Kernel Hackers Manual 2.6. June 2019 RIO_OPEN_OUTB_MBOX(9)