Searched refs:nvm_type (Results 1 – 6 of 6) sorted by relevance
/external/libnfc-nci/halimpl/bcm2079x/hal/hal/ |
D | nfc_hal_hci.c | 131 if (nfc_hal_cb.nvm_cb.nvm_type == NCI_SPD_NVM_TYPE_NONE) in nfc_hal_hci_enable() 133 …nfc_hal_hci_enable (): No HCI NETWK CMD to send for NVM Type: 0x%02x", nfc_hal_cb.nvm_cb.nvm_type); in nfc_hal_hci_enable() 153 …_HOST) && ((!nfc_hal_cb.hci_cb.hci_fw_workaround) || (nfc_hal_cb.nvm_cb.nvm_type == NCI_SPD_NVM_TY… in nfc_hal_hci_enable() 181 …: 0x%02x & NVM Type: 0x%02x", p_nfc_hal_cfg->nfc_hal_hci_uicc_support, nfc_hal_cb.nvm_cb.nvm_type); in nfc_hal_hci_enable() 384 &&(nfc_hal_cb.nvm_cb.nvm_type == NCI_SPD_NVM_TYPE_UICC) ) in nfc_hal_hci_handle_hcp_pkt_to_hc() 405 &&(nfc_hal_cb.nvm_cb.nvm_type == NCI_SPD_NVM_TYPE_UICC) in nfc_hal_hci_handle_hcp_pkt_to_hc() 536 …b.hci_fw_workaround) && (block == HC_F4_NV_BLOCK) && (nfc_hal_cb.nvm_cb.nvm_type == NCI_SPD_NVM_TY… in nfc_hal_hci_handle_nv_read() 575 …if ((nfc_hal_cb.hci_cb.hci_fw_workaround) && (nfc_hal_cb.nvm_cb.nvm_type == NCI_SPD_NVM_TYPE_UICC)) in nfc_hal_hci_handle_nv_read() 701 …&&((!nfc_hal_cb.hci_cb.hci_fw_workaround) || (nfc_hal_cb.nvm_cb.nvm_type == NCI_SPD_NVM_TYPE_EEPRO… in nfc_hal_hci_set_next_hci_netwk_config() 709 …: 0x%02x & NVM Type: 0x%02x", p_nfc_hal_cfg->nfc_hal_hci_uicc_support, nfc_hal_cb.nvm_cb.nvm_type); in nfc_hal_hci_set_next_hci_netwk_config() [all …]
|
D | nfc_hal_dm.c | 795 STREAM_TO_UINT8 (nfc_hal_cb.nvm_cb.nvm_type, p); in nfc_hal_dm_proc_msg_during_init() 796 if (nfc_hal_cb.nvm_cb.nvm_type == NCI_SPD_NVM_TYPE_NONE) in nfc_hal_dm_proc_msg_during_init() 803 nfc_hal_post_reset_init (nfc_hal_cb.dev_cb.brcm_hw_id, nfc_hal_cb.nvm_cb.nvm_type); in nfc_hal_dm_proc_msg_during_init()
|
D | nfc_hal_nci.c | 744 &&(nfc_hal_cb.nvm_cb.nvm_type != NCI_SPD_NVM_TYPE_NONE) ) in nfc_hal_nci_send_cmd()
|
/external/libnfc-nci/halimpl/bcm2079x/adaptation/ |
D | patchram.cpp | 517 void nfc_hal_post_reset_init (UINT32 brcm_hw_id, UINT8 nvm_type) in nfc_hal_post_reset_init() argument 519 ALOGD("%s: brcm_hw_id=0x%lx, nvm_type=%d", __FUNCTION__, brcm_hw_id, nvm_type); in nfc_hal_post_reset_init() 525 if (nvm_type == NCI_SPD_NVM_TYPE_NONE) in nfc_hal_post_reset_init()
|
/external/libnfc-nci/src/hal/int/ |
D | nfc_hal_post_reset.h | 72 void nfc_hal_post_reset_init (UINT32 brcm_hw_id, UINT8 nvm_type);
|
D | nfc_hal_int.h | 348 UINT8 nvm_type; /* Current NVM Type - UICC/EEPROM */ member
|