Lines Matching refs:btBlk1st
1558 static int ms_lib_scan_logicalblocknumber(struct us_data *us, u16 btBlk1st)
1611 if (ms_lib_check_disableblock(us, btBlk1st)) {
1954 u16 btBlk1st, btBlk2nd;
1970 btBlk1st = btBlk2nd = MS_LB_NOT_USED;
1994 if (btBlk1st != MS_LB_NOT_USED) {
1999 btBlk1st = TmpBlock;
2005 if (btBlk1st == MS_LB_NOT_USED) {
2017 result = ms_lib_process_bootblock(us, btBlk1st, PageBuffer1);
2028 for (TmpBlock = 0; TmpBlock < btBlk1st; TmpBlock++)
2031 info->MS_Lib.Phy2LogMap[btBlk1st] = MS_LB_BOOT_BLOCK;
2034 for (TmpBlock = btBlk1st + 1; TmpBlock < btBlk2nd; TmpBlock++)
2040 result = ms_lib_scan_logicalblocknumber(us, btBlk1st);