Searched refs:NOR_SECS_PAGE (Results 1 – 6 of 6) sorted by relevance
| /OK3568_Linux_fs/u-boot/drivers/rkflash/ |
| H A D | rkflash_api.c | 65 idb_tag = kzalloc(NOR_SECS_PAGE * 512, GFP_KERNEL); in rksfc_nor_init() 70 snor_read(p_dev, IDB_ALIGN_32, NOR_SECS_PAGE, in rksfc_nor_init() 73 snor_read(p_dev, IDB_ALIGN_64, NOR_SECS_PAGE, in rksfc_nor_init() 143 addr_aligned = sec / NOR_SECS_PAGE * NOR_SECS_PAGE; in rksfc_nor_simply_over_write() 145 remain = (offset + n_sec + NOR_SECS_PAGE - 1) / NOR_SECS_PAGE * NOR_SECS_PAGE; in rksfc_nor_simply_over_write()
|
| H A D | sfc_nor.c | 706 p_dev->page_size = NOR_SECS_PAGE; in snor_parse_flash_table() 781 p_dev->page_size = NOR_SECS_PAGE; in snor_init() 821 g_spi_flash_info.sector_size = NOR_SECS_PAGE; in snor_reinit_from_table_packet()
|
| H A D | sfc_nor.h | 15 #define NOR_SECS_PAGE 8 macro
|
| /OK3568_Linux_fs/kernel/drivers/rkflash/ |
| H A D | sfc_nor_boot.c | 52 idb_tag = kzalloc(NOR_SECS_PAGE * 512, GFP_KERNEL); in spi_nor_init() 59 snor_read(sfnor_dev, IDB_ALIGN_32, NOR_SECS_PAGE, in spi_nor_init() 62 snor_read(sfnor_dev, IDB_ALIGN_64, NOR_SECS_PAGE, in spi_nor_init()
|
| H A D | sfc_nor.c | 664 p_dev->page_size = NOR_SECS_PAGE; in snor_parse_flash_table() 739 p_dev->page_size = NOR_SECS_PAGE; in snor_init() 779 g_spi_flash_info.sector_size = NOR_SECS_PAGE; in snor_reinit_from_table_packet()
|
| H A D | sfc_nor.h | 13 #define NOR_SECS_PAGE 8 macro
|