Home
last modified time | relevance | path

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

/Linux-v6.1/drivers/firmware/
Dti_sci.h97 #define TI_SCI_FLAG_RESP_GENERIC_ACK TI_SCI_MSG_FLAG(1) macro
Dti_sci.c509 return hdr->flags & TI_SCI_FLAG_RESP_GENERIC_ACK ? true : false; in ti_sci_is_response_ack()