Lines Matching full:mailboxes
321 * mailbox is disabled. The next 11 mailboxes are used as a in at91_setup_mailboxes()
343 /* The last 4 mailboxes are used for transmitting. */ in at91_setup_mailboxes()
429 * is the lowest. If two mailboxes have the same priority level the
433 * the next mailbox with prio 0, and so on, until all mailboxes are
505 * at91_activate_rx_low - activate lower rx mailboxes
508 * Reenables the lower mailboxes for reception of new CAN messages
624 * at91_poll_rx - read multiple CAN messages from mailboxes
630 * About 3/4 of the mailboxes (get_mb_rx_first()...get_mb_rx_last())
658 * message from. As long we're in the lower mailboxes we just read the
661 * With completion of the last of the lower mailboxes, we re-enable the
662 * whole first group, but continue to look for filled mailboxes in the
663 * upper mailboxes. Imagine the second group like overflow mailboxes,
692 /* reactivate mailboxes */ in at91_poll_rx()
800 /* enable IRQs for frame errors and all mailboxes >= rx_next */ in at91_poll()