Searched refs:total_sec_cnt (Results 1 – 3 of 3) sorted by relevance
2580 ms_card->total_sec_cnt = 0;2672 ((ms_card->total_sec_cnt + sector_cnt) > 0xFE00)) {2674 ms_card->total_sec_cnt = 0;2687 ms_card->total_sec_cnt = 0;2741 ms_card->total_sec_cnt += sector_cnt;3399 u16 old_blk = 0, new_blk = 0, log_blk, total_sec_cnt = sector_cnt; local3520 while (total_sec_cnt) {3521 if ((start_page + total_sec_cnt) > (ms_card->page_off + 1))3524 end_page = start_page + (u8)total_sec_cnt;3566 total_sec_cnt -= page_cnt;[all …]
1839 u16 log_off, total_sec_cnt = sector_cnt; in xd_rw() local1960 while (total_sec_cnt) { in xd_rw()1967 if ((start_page + total_sec_cnt) > (xd_card->page_off + 1)) in xd_rw()1970 end_page = start_page + (u8)total_sec_cnt; in xd_rw()1994 total_sec_cnt -= page_cnt; in xd_rw()1998 if (total_sec_cnt == 0) in xd_rw()
611 u32 total_sec_cnt; member