Home
last modified time | relevance | path

Searched refs:urgent (Results 1 – 4 of 4) sorted by relevance

/arm-trusted-firmware-2.8.0/plat/intel/soc/common/soc/
A Dsocfpga_mailbox.c266 int mailbox_poll_response(uint32_t job_id, uint32_t urgent, uint32_t *response, in mailbox_poll_response() argument
292 if ((urgent & 1U) != 0U) { in mailbox_poll_response()
296 (urgent & MBOX_STATUS_UA_MASK)) { in mailbox_poll_response()
415 unsigned int len, uint32_t urgent, uint32_t *response, in mailbox_send_cmd() argument
420 if (urgent != 0U) { in mailbox_send_cmd()
421 urgent |= mmio_read_32(MBOX_OFFSET + MBOX_STATUS) & in mailbox_send_cmd()
439 status = mailbox_poll_response(job_id, urgent, response, resp_len); in mailbox_send_cmd()
/arm-trusted-firmware-2.8.0/plat/intel/soc/common/include/
A Dsocfpga_mailbox.h213 unsigned int len, uint32_t urgent, uint32_t *response,
/arm-trusted-firmware-2.8.0/plat/intel/soc/common/
A Dsocfpga_sip_svc.c520 unsigned int len, uint32_t urgent, uint64_t response, in intel_mbox_send_cmd() argument
531 int status = mailbox_send_cmd(MBOX_JOB_ID, cmd, args, len, urgent, in intel_mbox_send_cmd()
/arm-trusted-firmware-2.8.0/docs/process/
A Dcode-review-guidelines.rst59 - Ping the reviewers on Gerrit or on the mailing list. If it is urgent,

Completed in 6 milliseconds