Searched refs:max_credits (Results 1 – 3 of 3) sorted by relevance
521 UINT8 max_credits = 1, allow_no_nvm=0; in nfc_hal_post_reset_init() local542 … if (GetNumValue(MAX_RF_DATA_CREDITS, &max_credits, sizeof(max_credits)) && (max_credits > 0)) in nfc_hal_post_reset_init()544 ALOGD("%s : max_credits=%d", __FUNCTION__, max_credits); in nfc_hal_post_reset_init()545 HAL_NfcSetMaxRfDataCredits(max_credits); in nfc_hal_post_reset_init()
279 void HAL_NfcSetMaxRfDataCredits (UINT8 max_credits);
895 void HAL_NfcSetMaxRfDataCredits (UINT8 max_credits) in HAL_NfcSetMaxRfDataCredits() argument897 HAL_TRACE_DEBUG2 ("HAL_NfcSetMaxRfDataCredits %d->%d", nfc_hal_cb.max_rf_credits, max_credits); in HAL_NfcSetMaxRfDataCredits()898 nfc_hal_cb.max_rf_credits = max_credits; in HAL_NfcSetMaxRfDataCredits()