Home
last modified time | relevance | path

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

/trusted-firmware-a-latest/plat/intel/soc/common/soc/
Dsocfpga_mailbox.c142 if (mmio_read_32(MBOX_OFFSET + MBOX_DOORBELL_FROM_SDM) == 1U) { in mailbox_read_response()
143 mmio_write_32(MBOX_OFFSET + MBOX_DOORBELL_FROM_SDM, 0U); in mailbox_read_response()
196 if (mmio_read_32(MBOX_OFFSET + MBOX_DOORBELL_FROM_SDM) == 1U) { in mailbox_read_response_async()
197 mmio_write_32(MBOX_OFFSET + MBOX_DOORBELL_FROM_SDM, 0U); in mailbox_read_response_async()
289 if (mmio_read_32(MBOX_OFFSET + MBOX_DOORBELL_FROM_SDM) in mailbox_poll_response()
300 mmio_write_32(MBOX_OFFSET + MBOX_DOORBELL_FROM_SDM, 0U); in mailbox_poll_response()
602 mmio_write_32(MBOX_OFFSET + MBOX_DOORBELL_FROM_SDM, 0U); in mailbox_init()
/trusted-firmware-a-latest/plat/intel/soc/common/include/
Dsocfpga_mailbox.h37 #define MBOX_DOORBELL_FROM_SDM 0x480 macro