• Home
  • History
  • Annotate
  • Raw
  • Download
  • only in /asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/drivers/staging/spectra/

Lines Matching refs:wResult

968 	int wResult = FAIL;
984 wResult = GLOB_LLD_Read_Page_Main(read_data, phy_blk, Page, 1);
997 return wResult;
1178 int wResult = PASS;
1209 return wResult;
1220 wResult = GLOB_LLD_Read_Page_Main_cdma(pData, Block, Page,
1254 wResult = GLOB_LLD_Read_Page_Main(pData, Block, Page, PageCount);
1255 if (wResult == FAIL)
1256 return wResult;
1269 return wResult;
1287 u16 wResult = PASS;
1311 wResult = FAIL;
1320 wResult = FAIL;
1323 return wResult;
1336 int i, r1, r2, wResult = PASS;
1347 wResult = FAIL;
1352 return wResult;
1870 int wResult = PASS;
1895 wResult = FAIL;
1903 return wResult;
2344 int wResult = FAIL;
2425 for (; (j >= last_erased) && (FAIL == wResult); j--) {
2434 while ((search_result == PASS) && (FAIL == wResult)) {
2463 wResult = FTL_Check_Block_Table(FAIL);
2464 if (FAIL == wResult) {
2475 if (PASS == wResult) {
2499 if (FAIL == wResult)
2504 if (FAIL == wResult) {
2506 wResult = FTL_Format_Flash(0);
2510 return wResult;
2945 int wResult = FAIL;
2968 return wResult;
2976 wResult = do_garbage_collection(wDiscard);
2982 return wResult;
3529 int wResult = PASS;
3547 return wResult;
3553 wResult = GLOB_FTL_Garbage_Collection();
3555 return wResult;
3666 int wResult = PASS;
3674 wResult = FTL_Cache_Write();
3676 wResult = FTL_Replace_Block(dwPageAddr);
3678 if (wResult == FAIL)
3682 wResult = ERR;
3694 return wResult;
3800 int wResult = PASS;
3865 return wResult;
3877 int wResult = PASS;
3898 wResult = GLOB_LLD_Write_Page_Main_Spare_cdma(g_pIPF,
3901 if (wResult == FAIL) {
3916 wResult = GLOB_LLD_Write_Page_Main_Spare(g_pIPF,
3918 if (wResult == FAIL) {
3937 return wResult;
3949 int wResult = FAIL;
4000 wResult = GLOB_FTL_Garbage_Collection();
4001 if (PASS == wResult)
4033 wResult = GLOB_LLD_Read_Page_Main_cdma(g_pTempBuf,
4036 if (wResult == FAIL)
4037 return wResult;
4041 if (wResult != FAIL) {
4052 wResult = FAIL;
4058 wResult = GLOB_LLD_Read_Page_Main(g_pTempBuf,
4060 if (wResult == FAIL)
4061 return wResult;
4063 if (wResult != FAIL) {
4070 wResult = GLOB_LLD_Write_Page_Main(g_pTempBuf,
4073 if (wResult == FAIL) {
4088 if ((wResult == PASS) && (g_cBlockTableStatus !=
4095 } while (wResult != PASS)
4102 return wResult;