Searched refs:max_update_size (Results 1 – 2 of 2) sorted by relevance
775 if (length > p_t4t->max_update_size) { in rw_t4t_update_file()776 length = (uint8_t)(p_t4t->max_update_size); in rw_t4t_update_file()1406 p_t4t->max_update_size = RW_T4T_MAX_DATA_PER_WRITE; in rw_t4t_sm_detect_ndef()1408 p_t4t->max_update_size = p_t4t->cc_file.max_lc; in rw_t4t_sm_detect_ndef()1412 if (p_t4t->max_update_size >= T4T_MAX_LENGTH_LC) { in rw_t4t_sm_detect_ndef()1413 p_t4t->max_update_size = T4T_MAX_LENGTH_LC; in rw_t4t_sm_detect_ndef()1921 p_t4t->max_update_size = T4T_MAX_LENGTH_LC; in rw_t4t_select()
589 uint16_t max_update_size; /* max updating size per a command */ member