Searched refs:total_sec_cnt (Results 1 – 3 of 3) sorted by relevance
2917 ms_card->total_sec_cnt = 0;3014 || ((ms_card->total_sec_cnt + sector_cnt) > 0xFE00)) {3016 ms_card->total_sec_cnt = 0;3030 ms_card->total_sec_cnt = 0;3086 ms_card->total_sec_cnt += sector_cnt;3821 u16 old_blk = 0, new_blk = 0, log_blk, total_sec_cnt = sector_cnt; local3948 while (total_sec_cnt) {3949 if ((start_page + total_sec_cnt) > (ms_card->page_off + 1))3952 end_page = start_page + (u8)total_sec_cnt;3994 total_sec_cnt -= page_cnt;[all …]
1992 u16 log_off, total_sec_cnt = sector_cnt; in xd_rw() local2125 while (total_sec_cnt) { in xd_rw()2133 if ((start_page + total_sec_cnt) > (xd_card->page_off + 1)) in xd_rw()2136 end_page = start_page + (u8)total_sec_cnt; in xd_rw()2162 total_sec_cnt -= page_cnt; in xd_rw()2166 if (total_sec_cnt == 0) in xd_rw()
597 u32 total_sec_cnt; member