Home
last modified time | relevance | path

Searched refs:SM_SECTOR_SIZE (Results 1 – 4 of 4) sorted by relevance

/linux/drivers/mtd/
A Dsm_ftl.c194 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 …]
/linux/drivers/mtd/nand/raw/
A Dsm_common.h22 #define SM_SECTOR_SIZE 512 macro
A Dsm_common.c171 if (mtd->writesize == SM_SECTOR_SIZE) in sm_attach_chip()
A Dr852.c911 dev->tmp_buffer = kzalloc(SM_SECTOR_SIZE, GFP_KERNEL); in r852_probe()

Completed in 14 milliseconds