Searched refs:PCC_ACK_FLAG_MASK (Results 1 – 2 of 2) sorted by relevance
/linux/include/acpi/ | ||
H A D | pcc.h | 35 #define PCC_ACK_FLAG_MASK 0x1 macro |
/linux/drivers/mailbox/ | ||
H A D | pcc.c | 295 if (le32_to_cpup(&pcc_hdr.flags) & PCC_ACK_FLAG_MASK) in check_and_ack() |