Searched refs:T1T_BLOCKS_PER_SEGMENT (Results 1 – 4 of 4) sorted by relevance
892 if (block < T1T_BLOCKS_PER_SEGMENT) in RW_T1tWriteErase()945 if (block < T1T_BLOCKS_PER_SEGMENT) in RW_T1tWriteNoErase()1062 if (block < T1T_BLOCKS_PER_SEGMENT) in RW_T1tWriteErase8()1112 if (block < T1T_BLOCKS_PER_SEGMENT) in RW_T1tWriteNoErase8()
1359 p_t1t->block_read = ((p_t1t->segment + 1) * T1T_BLOCKS_PER_SEGMENT) - 1; in rw_t1t_handle_ndef_read_rsp()1943 while (count < T1T_BLOCKS_PER_SEGMENT) in rw_t1t_update_attributes()2139 while (block_count < T1T_BLOCKS_PER_SEGMENT) in rw_t1t_update_lock_attributes()2213 if (block_count < T1T_BLOCKS_PER_SEGMENT) in rw_t1t_update_lock_attributes()
175 …UINT8 attr[T1T_BLOCKS_PER_SEGMENT]; /* byte information - Reserved/lock/otp or…176 …UINT8 lock_attr[T1T_BLOCKS_PER_SEGMENT]; /* byte information - read only or read wr…
58 #define T1T_BLOCKS_PER_SEGMENT 0x10 /* Number of blocks present in a segment */ macro