Home
last modified time | relevance | path

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

/linux/include/acpi/
H A Dpcc.h61 #define PCC_CMD_COMPLETION_NOTIFY BIT(0) macro
/linux/drivers/mailbox/
H A Dpcc.c304 if (ioread32(&pcc_hdr->flags) & PCC_CMD_COMPLETION_NOTIFY) in pcc_chan_acknowledge()
366 if (pcc_header->flags & PCC_CMD_COMPLETION_NOTIFY) in pcc_mbox_irq()