Home
last modified time | relevance | path

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

/linux-6.1.9/drivers/staging/rts5208/
Dms.c2578 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; local
3518 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 …]
Dxd.c1837 u16 log_off, total_sec_cnt = sector_cnt; in xd_rw() local
1958 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()
Drtsx_chip.h611 u32 total_sec_cnt; member