Home
last modified time | relevance | path

Searched refs:nvm_type (Results 1 – 6 of 6) sorted by relevance

/system/nfc/halimpl/bcm2079x/hal/hal/
Dnfc_hal_hci.c133 if (nfc_hal_cb.nvm_cb.nvm_type == NCI_SPD_NVM_TYPE_NONE) { in nfc_hal_hci_enable()
136 nfc_hal_cb.nvm_cb.nvm_type); in nfc_hal_hci_enable()
158 (nfc_hal_cb.nvm_cb.nvm_type == NCI_SPD_NVM_TYPE_EEPROM))) || in nfc_hal_hci_enable()
191 p_nfc_hal_cfg->nfc_hal_hci_uicc_support, nfc_hal_cb.nvm_cb.nvm_type); in nfc_hal_hci_enable()
388 (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()
527 (nfc_hal_cb.nvm_cb.nvm_type == NCI_SPD_NVM_TYPE_UICC))) { in nfc_hal_hci_handle_nv_read()
584 (nfc_hal_cb.nvm_cb.nvm_type == NCI_SPD_NVM_TYPE_UICC)) { in nfc_hal_hci_handle_nv_read()
714 (nfc_hal_cb.nvm_cb.nvm_type == NCI_SPD_NVM_TYPE_EEPROM))) { in nfc_hal_hci_set_next_hci_netwk_config()
728 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 …]
Dnfc_hal_dm.c749 STREAM_TO_UINT8(nfc_hal_cb.nvm_cb.nvm_type, p); in nfc_hal_dm_proc_msg_during_init()
750 if (nfc_hal_cb.nvm_cb.nvm_type == NCI_SPD_NVM_TYPE_NONE) { in nfc_hal_dm_proc_msg_during_init()
757 nfc_hal_cb.nvm_cb.nvm_type); in nfc_hal_dm_proc_msg_during_init()
Dnfc_hal_nci.c681 (nfc_hal_cb.nvm_cb.nvm_type != NCI_SPD_NVM_TYPE_NONE)) in nfc_hal_nci_send_cmd()
/system/nfc/src/hal/int/
Dnfc_hal_post_reset.h71 void nfc_hal_post_reset_init(uint32_t brcm_hw_id, uint8_t nvm_type);
Dnfc_hal_int.h352 uint8_t nvm_type; /* Current NVM Type - UICC/EEPROM */ member
/system/nfc/halimpl/bcm2079x/adaptation/
Dpatchram.cpp485 void nfc_hal_post_reset_init(uint32_t brcm_hw_id, uint8_t nvm_type) { in nfc_hal_post_reset_init() argument
486 ALOGD("%s: brcm_hw_id=0x%lx, nvm_type=%d", __func__, brcm_hw_id, nvm_type); in nfc_hal_post_reset_init()
493 if (nvm_type == NCI_SPD_NVM_TYPE_NONE) { in nfc_hal_post_reset_init()