Lines Matching refs:btBlk1st
1557 static int ms_lib_scan_logicalblocknumber(struct us_data *us, u16 btBlk1st)
1610 if (ms_lib_check_disableblock(us, btBlk1st)) {
1953 u16 btBlk1st, btBlk2nd;
1969 btBlk1st = btBlk2nd = MS_LB_NOT_USED;
1993 if (btBlk1st != MS_LB_NOT_USED) {
1998 btBlk1st = TmpBlock;
2004 if (btBlk1st == MS_LB_NOT_USED) {
2016 result = ms_lib_process_bootblock(us, btBlk1st, PageBuffer1);
2027 for (TmpBlock = 0; TmpBlock < btBlk1st; TmpBlock++)
2030 info->MS_Lib.Phy2LogMap[btBlk1st] = MS_LB_BOOT_BLOCK;
2033 for (TmpBlock = btBlk1st + 1; TmpBlock < btBlk2nd; TmpBlock++)
2039 result = ms_lib_scan_logicalblocknumber(us, btBlk1st);