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()341 ops.len = SM_SECTOR_SIZE; in sm_write_sector()386 boffset += SM_SECTOR_SIZE) { in sm_write_block()515 boffset += SM_SECTOR_SIZE) { in sm_check_block()629 if (mtd->writesize > SM_SECTOR_SIZE) in sm_get_media_info()704 boffset += SM_SECTOR_SIZE) { in sm_find_cis()952 ftl->block_size / SM_SECTOR_SIZE) { in sm_cache_flush()1042 memset(buf, 0xFF, SM_SECTOR_SIZE); in sm_read()[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()
Completed in 14 milliseconds