Home
last modified time | relevance | path

Searched refs:NOR_SECS_PAGE (Results 1 – 6 of 6) sorted by relevance

/OK3568_Linux_fs/u-boot/drivers/rkflash/
H A Drkflash_api.c65 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 Dsfc_nor.c706 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 Dsfc_nor.h15 #define NOR_SECS_PAGE 8 macro
/OK3568_Linux_fs/kernel/drivers/rkflash/
H A Dsfc_nor_boot.c52 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 Dsfc_nor.c664 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 Dsfc_nor.h13 #define NOR_SECS_PAGE 8 macro