Searched refs:NCI_OID (Results 1 – 3 of 3) sorted by relevance
154 if (NCI_OID(pkt) == NCI_PROP_AGAIN) { in nfc_hal_prehandler()168 if (NCI_OID(pkt) == NCI_PROP_WR_RESET) { in nfc_hal_prehandler()174 if (NCI_OID(pkt) == NCI_PROP_SET_SLEEP_TIME) { in nfc_hal_prehandler()177 dummy_rsp.oid = NCI_OID(pkt); in nfc_hal_prehandler()204 if (NCI_OID(pkt) == NCI_CORE_RESET) { in nfc_hal_prehandler()
92 NCI_OID(pkt) != NCI_PROP_FW_CFG) { in nfc_hal_open_sm()136 if (NCI_OID(pkt) == NCI_CORE_RESET && NCI_LEN(pkt) == 1) { in nfc_hal_postinit_sm()143 } else if (NCI_OID(pkt) == NCI_CORE_INIT && in nfc_hal_postinit_sm()159 if (NCI_OID(pkt) == NCI_CORE_RESET) { in nfc_hal_postinit_sm()172 } else if (NCI_OID(pkt) == NCI_CORE_INIT) { in nfc_hal_postinit_sm()
44 #define NCI_OID(x) ((x)->oid & 0x3F) macro