Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/firmware/
Dti_sci.h54 #define TI_SCI_FLAG_RESP_GENERIC_ACK TI_SCI_MSG_FLAG(1) macro
Dti_sci.c505 return hdr->flags & TI_SCI_FLAG_RESP_GENERIC_ACK ? true : false; in ti_sci_is_response_ack()