Home
last modified time | relevance | path

Searched refs:mbox_seq_test (Results 1 – 2 of 2) sorted by relevance

/arch/arm/plat-omap/
Dmailbox.h42 static inline int mbox_seq_test(struct omap_mbox *mbox, mbox_msg_t msg) in mbox_seq_test() function
57 static inline int mbox_seq_test(struct omap_mbox *mbox, mbox_msg_t msg) in mbox_seq_test() function
Dmailbox.c193 if (unlikely(mbox_seq_test(mbox, msg))) { in __mbox_rx_interrupt()
267 if (unlikely(mbox_seq_test(mbox, *p))) { in omap_mbox_read()