Home
last modified time | relevance | path

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

/linux-3.4.99/drivers/staging/rts5139/
Dms.c2694 ms_card->total_sec_cnt = 0;
2785 || ((ms_card->total_sec_cnt + sector_cnt) > 0xFE00)) {
2787 ms_card->total_sec_cnt = 0;
2801 ms_card->total_sec_cnt = 0;
2845 ms_card->total_sec_cnt += sector_cnt;
3846 u16 old_blk = 0, new_blk = 0, log_blk, total_sec_cnt = sector_cnt; local
3972 while (total_sec_cnt) {
3973 if ((start_page + total_sec_cnt) > (ms_card->page_off + 1))
3976 end_page = start_page + (u8) total_sec_cnt;
4016 total_sec_cnt -= page_cnt;
[all …]
Dxd.c1958 u16 log_off, total_sec_cnt = sector_cnt; in xd_rw() local
2084 while (total_sec_cnt) { in xd_rw()
2085 if ((start_page + total_sec_cnt) > (xd_card->page_off + 1)) in xd_rw()
2088 end_page = start_page + (u8) total_sec_cnt; in xd_rw()
2112 total_sec_cnt -= page_cnt; in xd_rw()
2114 if (total_sec_cnt == 0) in xd_rw()
Drts51x_chip.h687 u32 total_sec_cnt; member
/linux-3.4.99/drivers/staging/rts_pstor/
Dms.c2544 ms_card->total_sec_cnt = 0; in mspro_stop_seq_mode()
2637 || ((ms_card->total_sec_cnt + sector_cnt) > 0xFE00)) { in mspro_rw_multi_sector()
2639 ms_card->total_sec_cnt = 0; in mspro_rw_multi_sector()
2652 ms_card->total_sec_cnt = 0; in mspro_rw_multi_sector()
2705 ms_card->total_sec_cnt += sector_cnt; in mspro_rw_multi_sector()
3346 u16 old_blk = 0, new_blk = 0, log_blk, total_sec_cnt = sector_cnt; in ms_rw_multi_sector() local
3451 while (total_sec_cnt) { in ms_rw_multi_sector()
3452 if ((start_page + total_sec_cnt) > (ms_card->page_off + 1)) { in ms_rw_multi_sector()
3455 end_page = start_page + (u8)total_sec_cnt; in ms_rw_multi_sector()
3492 total_sec_cnt -= page_cnt; in ms_rw_multi_sector()
[all …]
Dxd.c1758 u16 log_off, total_sec_cnt = sector_cnt; in xd_rw() local
1867 while (total_sec_cnt) { in xd_rw()
1874 if ((start_page + total_sec_cnt) > (xd_card->page_off + 1)) in xd_rw()
1877 end_page = start_page + (u8)total_sec_cnt; in xd_rw()
1896 total_sec_cnt -= page_cnt; in xd_rw()
1900 if (total_sec_cnt == 0) in xd_rw()
Drtsx_chip.h589 u32 total_sec_cnt; member