Searched refs:max_lc (Results 1 – 4 of 4) sorted by relevance
477 if (p_t4t->cc_file.max_lc < 0x0001) in rw_t4t_validate_cc_file()480 p_t4t->cc_file.max_lc); in rw_t4t_validate_cc_file()681 BE_STREAM_TO_UINT16 (p_t4t->cc_file.max_lc, p); in rw_t4t_sm_detect_ndef()699 RW_TRACE_DEBUG1 (" MaxLc: 0x%04X", p_t4t->cc_file.max_lc); in rw_t4t_sm_detect_ndef()775 if (p_t4t->cc_file.max_lc >= RW_T4T_MAX_DATA_PER_WRITE) in rw_t4t_sm_detect_ndef()781 p_t4t->max_update_size = p_t4t->cc_file.max_lc; in rw_t4t_sm_detect_ndef()
1073 UINT16 max_lc) in CE_T4TTestSetCC() argument1080 cc_len, version, max_le, max_lc); in CE_T4TTestSetCC()1117 if (max_lc != 0xFFFF) in CE_T4TTestSetCC()1119 UINT16_TO_BE_STREAM (p, max_lc); in CE_T4TTestSetCC()
211 UINT16 max_lc);
429 UINT16 max_lc; /* the max data size by a single UpdateBinary */ member