Home
last modified time | relevance | path

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

/linux-4.1.27/drivers/staging/rts5208/
Dms.c2918 ms_card->total_sec_cnt = 0; in mspro_stop_seq_mode()
3015 || ((ms_card->total_sec_cnt + sector_cnt) > 0xFE00)) { in mspro_rw_multi_sector()
3017 ms_card->total_sec_cnt = 0; in mspro_rw_multi_sector()
3031 ms_card->total_sec_cnt = 0; in mspro_rw_multi_sector()
3087 ms_card->total_sec_cnt += sector_cnt; in mspro_rw_multi_sector()
3822 u16 old_blk = 0, new_blk = 0, log_blk, total_sec_cnt = sector_cnt; in ms_rw_multi_sector() local
3949 while (total_sec_cnt) { in ms_rw_multi_sector()
3950 if ((start_page + total_sec_cnt) > (ms_card->page_off + 1)) in ms_rw_multi_sector()
3953 end_page = start_page + (u8)total_sec_cnt; in ms_rw_multi_sector()
3995 total_sec_cnt -= page_cnt; in ms_rw_multi_sector()
[all …]
Dxd.c1993 u16 log_off, total_sec_cnt = sector_cnt; in xd_rw() local
2126 while (total_sec_cnt) { in xd_rw()
2134 if ((start_page + total_sec_cnt) > (xd_card->page_off + 1)) in xd_rw()
2137 end_page = start_page + (u8)total_sec_cnt; in xd_rw()
2163 total_sec_cnt -= page_cnt; in xd_rw()
2167 if (total_sec_cnt == 0) in xd_rw()
Drtsx_chip.h597 u32 total_sec_cnt; member