Searched refs:RW_T2T_SEGMENT_SIZE (Results 1 – 2 of 2) sorted by relevance
206 #define RW_T2T_SEGMENT_SIZE 16 macro326 …UINT8 attr[RW_T2T_SEGMENT_SIZE]; /* byte information - Reserved/lock/otp or…327 …UINT8 lock_attr[RW_T2T_SEGMENT_SIZE]; /* byte information - read only or read wr…
2075 memset (p_t2t->attr, 0, RW_T2T_SEGMENT_SIZE * sizeof (UINT8)); in rw_t2t_update_attributes()2290 memset (p_t2t->lock_attr, 0, RW_T2T_SEGMENT_SIZE * sizeof (UINT8)); in rw_t2t_update_lock_attributes()2364 if (block_count < RW_T2T_SEGMENT_SIZE) in rw_t2t_update_lock_attributes()