Home
last modified time | relevance | path

Searched refs:RW_T2T_SEGMENT_BYTES (Results 1 – 2 of 2) sorted by relevance

/external/libnfc-nci/src/nfc/tags/
Drw_t2t_ndef.c2078 lower_offset = p_t2t->segment * RW_T2T_SEGMENT_BYTES; in rw_t2t_update_attributes()
2080 upper_offset = (p_t2t->segment + 1) * RW_T2T_SEGMENT_BYTES; in rw_t2t_update_attributes()
2092 offset %= RW_T2T_SEGMENT_BYTES; in rw_t2t_update_attributes()
2115 offset %= RW_T2T_SEGMENT_BYTES; in rw_t2t_update_attributes()
2164 lower_offset = segment * RW_T2T_SEGMENT_BYTES; in rw_t2t_get_lock_bits_for_segment()
2169 upper_offset = (segment + 1) * RW_T2T_SEGMENT_BYTES; in rw_t2t_get_lock_bits_for_segment()
2396 p_t2t->segment = (UINT8) (index / RW_T2T_SEGMENT_BYTES); in rw_t2t_is_lock_res_byte()
2405 index = index % RW_T2T_SEGMENT_BYTES; in rw_t2t_is_lock_res_byte()
2434 p_t2t->segment = (UINT8) (index / RW_T2T_SEGMENT_BYTES); in rw_t2t_is_read_only_byte()
2443 index = index % RW_T2T_SEGMENT_BYTES; in rw_t2t_is_read_only_byte()
/external/libnfc-nci/src/nfc/int/
Drw_int.h205 #define RW_T2T_SEGMENT_BYTES 128 macro