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
508 * at91_activate_rx_low - activate lower rx mailboxes
511 * Reenables the lower mailboxes for reception of new CAN messages
629 * at91_poll_rx - read multiple CAN messages from mailboxes
635 * About 3/4 of the mailboxes (get_mb_rx_first()...get_mb_rx_last())
663 * message from. As long we're in the lower mailboxes we just read the
666 * With completion of the last of the lower mailboxes, we re-enable the
667 * whole first group, but continue to look for filled mailboxes in the
668 * upper mailboxes. Imagine the second group like overflow mailboxes,
697 /* reactivate mailboxes */ in at91_poll_rx()
807 /* enable IRQs for frame errors and all mailboxes >= rx_next */ in at91_poll()