Home
last modified time | relevance | path

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

/linux/drivers/firmware/
H A Dti_sci.h105 #define TI_SCI_FLAG_RESP_GENERIC_ACK TI_SCI_MSG_FLAG(1) macro
H A Dti_sci.c499 return hdr->flags & TI_SCI_FLAG_RESP_GENERIC_ACK ? true : false; in ti_sci_is_response_ack()