Home
last modified time | relevance | path

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

/hardware/samsung/nfc/halimpl/include/
Dhal_msg.h31 uint8_t oct0; member
41 #define NCI_MT(x) ((x)->oct0 & 0xE0)
42 #define NCI_PBF(x) ((x)->oct0 & 0x10)
43 #define NCI_GID(x) ((x)->oct0 & 0x0F)
/hardware/samsung/nfc/halimpl/src/
Dhal_nci.cc49 nci_pkt.oct0 = NCI_MT_CMD | NCI_PBF_LAST | NCI_GID_CORE; in hal_nci_send_reset()
66 nci_pkt.oct0 = NCI_MT_CMD | NCI_PBF_LAST | NCI_GID_CORE; in hal_nci_send_init()
85 nci_pkt.oct0 = NCI_MT_CMD | NCI_PBF_LAST | NCI_GID_RF_MANAGE; in hal_nci_send_clearLmrt()
114 nci_pkt.oct0 = NCI_MT_CMD | NCI_PBF_LAST | NCI_GID_PROP; in hal_nci_send_prop_fw_cfg()
176 dummy_rsp.oct0 = NCI_MT_RSP | NCI_PBF_LAST | NCI_GID_PROP; in nfc_hal_prehandler()
205 pkt->oct0 = NCI_MT_RSP | NCI_PBF_LAST | NCI_GID_PROP; in nfc_hal_prehandler()