Searched refs:wPageSize (Results 1 – 7 of 7) sorted by relevance
240 DeviceInfo.wPageSize = GLOB_LLD_PAGE_SIZE; in emu_Read_Device_ID()244 DeviceInfo.wBlockSize = DeviceInfo.wPageSize * GLOB_LLD_PAGES; in emu_Read_Device_ID()310 DeviceInfo.wPageSize * sizeof(u8)); in emu_Erase_Block()442 memset(read_data, 0xFF, DeviceInfo.wPageSize); in emu_Read_Page_Main_Spare()447 DeviceInfo.wPageSize); in emu_Read_Page_Main_Spare()450 read_data += DeviceInfo.wPageSize; in emu_Read_Page_Main_Spare()497 write_data, DeviceInfo.wPageSize); in emu_Write_Page_Main_Spare()498 write_data += DeviceInfo.wPageSize; in emu_Write_Page_Main_Spare()543 (DeviceInfo.wPageSize - DeviceInfo.wPageDataSize)); in emu_Write_Page_Spare()581 (DeviceInfo.wPageSize - DeviceInfo.wPageDataSize)); in emu_Read_Page_Spare()[all …]
113 DeviceInfo.wPageSize = spectra_mtd->writesize + spectra_mtd->oobsize; in mtd_Read_Device_ID()116 DeviceInfo.wBlockSize = DeviceInfo.wPageSize * DeviceInfo.wPagesPerBlock; in mtd_Read_Device_ID()357 read_data += DeviceInfo.wPageSize; in mtd_Read_Page_Main_Spare()417 write_data += DeviceInfo.wPageSize; in mtd_Write_Page_Main_Spare()491 read_data += DeviceInfo.wPageSize; in mtd_Read_Page_Spare()
60 u16 wPageSize; member
421 page_size = DeviceInfo.wPageSize; in allocate_memory()502 mem_size = DeviceInfo.wPageSize - DeviceInfo.wPageDataSize; in allocate_memory()538 2 * DeviceInfo.wPageSize; in allocate_memory()540 mem_size = DeviceInfo.wPageSize; in allocate_memory()555 buf_read_page_main_spare = kmalloc(DeviceInfo.wPageSize, GFP_ATOMIC); in allocate_memory()558 total_bytes += DeviceInfo.wPageSize; in allocate_memory()561 buf_write_page_main_spare = kmalloc(DeviceInfo.wPageSize, GFP_ATOMIC); in allocate_memory()564 total_bytes += DeviceInfo.wPageSize; in allocate_memory()3458 DeviceInfo.wPageSize - (wBytesCopied + 4)); in FTL_Write_Block_Table_Data()3464 DeviceInfo.wPageSize * sizeof(u8)); in FTL_Write_Block_Table_Data()[all …]
628 DeviceInfo.wPageSize); in dump_device_info()740 DeviceInfo.wPageSize = in NAND_Read_Device_ID()743 DeviceInfo.wPageSize * DeviceInfo.wPagesPerBlock; in NAND_Read_Device_ID()1423 const u32 PageSize = DeviceInfo.wPageSize; in Conv_Main_Spare_Data_Log2Phy_Format()1459 const u32 PageSize = DeviceInfo.wPageSize; in Conv_Main_Spare_Data_Phy2Log_Format()1791 u32 PageSize = DeviceInfo.wPageSize; in NAND_Write_Page_Main_Spare()1909 u32 PageSize = DeviceInfo.wPageSize; in NAND_Read_Page_Main_Spare()
246 WORD wPageSize; // must be 0x200 member
354 (be16_to_cpu(SysInfo->wPageSize) != MS_SYSINF_PAGE_SIZE) || in MS_LibProcessBootBlock()