Searched refs:SUNXI_MSGBOX_BASE (Results 1 – 3 of 3) sorted by relevance
45 uint32_t stat = mmio_read_32(SUNXI_MSGBOX_BASE + REMOTE_IRQ_STAT_REG); in sunxi_msgbox_last_tx_done()52 uint32_t stat = mmio_read_32(SUNXI_MSGBOX_BASE + MSG_STAT_REG(chan)); in sunxi_msgbox_peek_data()70 mmio_write_32(SUNXI_MSGBOX_BASE + MSG_DATA_REG(TX_CHAN), BIT(slot_id)); in mhu_secure_message_send()84 msg = mmio_read_32(SUNXI_MSGBOX_BASE + MSG_DATA_REG(RX_CHAN)); in mhu_secure_message_wait()92 mmio_write_32(SUNXI_MSGBOX_BASE + LOCAL_IRQ_STAT_REG, RX_IRQ(RX_CHAN)); in mhu_secure_message_end()
31 #define SUNXI_MSGBOX_BASE 0x03003000 macro
36 #define SUNXI_MSGBOX_BASE 0x01c17000 macro