Searched refs:T2T_CC3_RWA_RO (Results 1 – 2 of 2) sorted by relevance
230 &&(p_t2t->tag_hdr[T2T_CC3_RWA_BYTE] != T2T_CC3_RWA_RO) ) in rw_t2t_handle_cc_read_rsp()1467 if ((p_t2t->tag_hdr[T2T_CC3_RWA_BYTE] & T2T_CC3_RWA_RO) == T2T_CC3_RWA_RO) in rw_t2t_get_ndef_flags()1856 p_t2t->tag_hdr[T2T_CC3_RWA_BYTE] = T2T_CC3_RWA_RO; in rw_t2t_handle_config_tag_readonly()2746 if ((p_t2t->tag_hdr[T2T_CC3_RWA_BYTE] & T2T_CC3_RWA_RO) == T2T_CC3_RWA_RO) in rw_t2t_soft_lock_tag()2774 write_block[(T2T_CC3_RWA_BYTE % T2T_BLOCK_SIZE)] = T2T_CC3_RWA_RO; in rw_t2t_soft_lock_tag()
173 #define T2T_CC3_RWA_RO 0x0F /* RWA - Read only */ macro