Searched refs:max_update_size (Results 1 – 2 of 2) sorted by relevance
294 if (length > p_t4t->max_update_size) in rw_t4t_update_file()296 length = (UINT8) (p_t4t->max_update_size); in rw_t4t_update_file()777 p_t4t->max_update_size = 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()785 if (p_t4t->max_update_size >= T4T_MAX_LENGTH_LC) in rw_t4t_sm_detect_ndef()787 p_t4t->max_update_size = T4T_MAX_LENGTH_LC; in rw_t4t_sm_detect_ndef()1284 p_t4t->max_update_size = T4T_MAX_LENGTH_LC; in rw_t4t_select()
458 UINT16 max_update_size; /* max updating size per a command */ member