Searched refs:snor_erase (Results 1 – 5 of 5) sorted by relevance
| /OK3568_Linux_fs/kernel/drivers/rkflash/ |
| H A D | sfc_nor_mtd.c | 54 ret = snor_erase(p_dev->snor, 0, ERASE_CHIP); in sfc_erase_mtd() 64 ret = snor_erase(p_dev->snor, addr, ERASE_BLOCK64K); in sfc_erase_mtd()
|
| H A D | sfc_nor.h | 167 int snor_erase(struct SFNOR_DEV *p_dev,
|
| H A D | sfc_nor.c | 333 int snor_erase(struct SFNOR_DEV *p_dev, in snor_erase() function 561 ret = snor_erase(p_dev, sec << 9, (blk_size == 8) ? in snor_write()
|
| /OK3568_Linux_fs/u-boot/drivers/rkflash/ |
| H A D | sfc_nor.h | 169 int snor_erase(struct SFNOR_DEV *p_dev,
|
| H A D | sfc_nor.c | 375 int snor_erase(struct SFNOR_DEV *p_dev, in snor_erase() function 603 ret = snor_erase(p_dev, sec << 9, (blk_size == 8) ? in snor_write()
|