Searched refs:SM_SECTOR_SIZE (Results 1 – 4 of 4) sorted by relevance
194 WARN_ON(boffset & (SM_SECTOR_SIZE - 1)); in sm_mkoffset()250 memset(buffer, 0xFF, SM_SECTOR_SIZE); in sm_read_sector()262 ops.len = SM_SECTOR_SIZE; in sm_read_sector()297 WARN_ON(buffer && ops.retlen != SM_SECTOR_SIZE); in sm_read_sector()341 ops.len = SM_SECTOR_SIZE; in sm_write_sector()361 WARN_ON(buffer && ops.retlen != SM_SECTOR_SIZE); in sm_write_sector()386 boffset += SM_SECTOR_SIZE) { in sm_write_block()390 if (test_bit(boffset / SM_SECTOR_SIZE, &invalid_bitmap)) { in sm_write_block()394 boffset / SM_SECTOR_SIZE, lba, zone); in sm_write_block()456 for (boffset = 0; boffset < ftl->block_size; boffset += SM_SECTOR_SIZE) in sm_mark_block_bad()[all …]
22 #define SM_SECTOR_SIZE 512 macro
171 if (mtd->writesize == SM_SECTOR_SIZE) in sm_attach_chip()
911 dev->tmp_buffer = kzalloc(SM_SECTOR_SIZE, GFP_KERNEL); in r852_probe()