Searched refs:T1T_BLOCK_SIZE (Results 1 – 4 of 4) sorted by relevance
199 start = p_t1t->block_read * T1T_BLOCK_SIZE; in rw_t1t_extract_lock_bytes()200 end = start + T1T_BLOCK_SIZE; in rw_t1t_extract_lock_bytes()228 lock_offset = (offset % T1T_BLOCK_SIZE); in rw_t1t_extract_lock_bytes()319 else if (offset < (p_t1t->mem[T1T_CC_TMS_BYTE] + 1) * T1T_BLOCK_SIZE) in rw_t1t_read_locks()322 p_t1t->block_read = (UINT8) (offset/T1T_BLOCK_SIZE); in rw_t1t_read_locks()367 UINT8 write_block[T1T_BLOCK_SIZE]; in rw_t1t_handle_write_rsp()388 if (p_t1t->work_offset < (T1T_BLOCK_SIZE - 1)) in rw_t1t_handle_write_rsp()426 memset (write_block,0,T1T_BLOCK_SIZE); in rw_t1t_handle_write_rsp()479 memset (write_block,0,T1T_BLOCK_SIZE); in rw_t1t_handle_write_rsp()481 write_block[(UINT8) (offset%T1T_BLOCK_SIZE)] |= tags_pow (2,num_bits) - 1; in rw_t1t_handle_write_rsp()[all …]
876 ||(byte >= T1T_BLOCK_SIZE ) ) in RW_T1tWriteErase()929 ||(byte >= T1T_BLOCK_SIZE ) ) in RW_T1tWriteNoErase()
52 #define T1T_BLOCK_SIZE 0x08 /* T1T Block size in bytes */ macro54 #define T1T_STATIC_SIZE T1T_STATIC_BLOCKS * T1T_BLOCK_SIZE /* Static Tag size */
154 …UINT8 ndef_first_block[T1T_BLOCK_SIZE]; /* Buffer for ndef first block …155 …UINT8 ndef_final_block[T1T_BLOCK_SIZE]; /* Buffer for ndef last block …