Searched refs:mbox_dbg (Results 1 – 1 of 1) sorted by relevance
/linux/drivers/mailbox/ |
H A D | sun6i-msgbox.c | 44 #define mbox_dbg(mbox, ...) dev_dbg((mbox)->controller.dev, __VA_ARGS__) macro 88 mbox_dbg(mbox, "Channel %d received 0x%08x\n", n, msg); in sun6i_msgbox_irq() 110 mbox_dbg(mbox, "Channel %d sent 0x%08x\n", n, msg); in sun6i_msgbox_send_data() 134 mbox_dbg(mbox, "Channel %d startup complete\n", n); in sun6i_msgbox_startup() 159 mbox_dbg(mbox, "Channel %d shutdown complete\n", n); in sun6i_msgbox_shutdown()
|