Home
last modified time | relevance | path

Searched refs:total_sec_cnt (Results 1 – 3 of 3) sorted by relevance

/Linux-v4.19/drivers/staging/rts5208/
Dms.c2711 ms_card->total_sec_cnt = 0;
2806 ((ms_card->total_sec_cnt + sector_cnt) > 0xFE00)) {
2808 ms_card->total_sec_cnt = 0;
2822 ms_card->total_sec_cnt = 0;
2876 ms_card->total_sec_cnt += sector_cnt;
3562 u16 old_blk = 0, new_blk = 0, log_blk, total_sec_cnt = sector_cnt; local
3683 while (total_sec_cnt) {
3684 if ((start_page + total_sec_cnt) > (ms_card->page_off + 1))
3687 end_page = start_page + (u8)total_sec_cnt;
3729 total_sec_cnt -= page_cnt;
[all …]
Dxd.c1913 u16 log_off, total_sec_cnt = sector_cnt; in xd_rw() local
2035 while (total_sec_cnt) { in xd_rw()
2042 if ((start_page + total_sec_cnt) > (xd_card->page_off + 1)) in xd_rw()
2045 end_page = start_page + (u8)total_sec_cnt; in xd_rw()
2069 total_sec_cnt -= page_cnt; in xd_rw()
2073 if (total_sec_cnt == 0) in xd_rw()
Drtsx_chip.h623 u32 total_sec_cnt; member