Searched refs:T1T_STATIC_SIZE (Results 1 – 3 of 3) sorted by relevance
205 end = T1T_STATIC_SIZE; in rw_t1t_extract_lock_bytes()314 if (offset < T1T_STATIC_SIZE) in rw_t1t_read_locks()868 memcpy (p_t1t->mem, (UINT8 *) p_data, T1T_STATIC_SIZE); in rw_t1t_handle_rall_rsp()909 UINT8 end_offset = T1T_STATIC_SIZE - (2*T1T_BLOCK_SIZE); in rw_t1t_handle_tlv_detect_rsp()910 UINT8 bytes_read = T1T_STATIC_SIZE; in rw_t1t_handle_tlv_detect_rsp()1252 while (count < T1T_STATIC_SIZE && p_t1t->work_offset < p_t1t->ndef_msg_len) in rw_t1t_handle_ndef_rall_rsp()1806 if ( (tag_size < T1T_STATIC_SIZE) in rw_t1t_get_ndef_max_size()
54 #define T1T_STATIC_SIZE T1T_STATIC_BLOCKS * T1T_BLOCK_SIZE /* Static Tag size */ macro
130 #define T1T_BUFFER_SIZE T1T_STATIC_SIZE /* Buffer 0-E block, for easier tlv operati…