Searched refs:total_sec_cnt (Results 1 – 3 of 3) sorted by relevance
2578 ms_card->total_sec_cnt = 0;2670 ((ms_card->total_sec_cnt + sector_cnt) > 0xFE00)) {2672 ms_card->total_sec_cnt = 0;2685 ms_card->total_sec_cnt = 0;2739 ms_card->total_sec_cnt += sector_cnt;3397 u16 old_blk = 0, new_blk = 0, log_blk, total_sec_cnt = sector_cnt; local3518 while (total_sec_cnt) {3519 if ((start_page + total_sec_cnt) > (ms_card->page_off + 1))3522 end_page = start_page + (u8)total_sec_cnt;3564 total_sec_cnt -= page_cnt;[all …]
1837 u16 log_off, total_sec_cnt = sector_cnt; in xd_rw() local1958 while (total_sec_cnt) { in xd_rw()1965 if ((start_page + total_sec_cnt) > (xd_card->page_off + 1)) in xd_rw()1968 end_page = start_page + (u8)total_sec_cnt; in xd_rw()1992 total_sec_cnt -= page_cnt; in xd_rw()1996 if (total_sec_cnt == 0) in xd_rw()
611 u32 total_sec_cnt; member