Home
last modified time | relevance | path

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

/rk3399_rockchip-uboot/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.h15 #define NOR_SECS_PAGE 8 macro
H A Dsfc_nor.c715 p_dev->page_size = NOR_SECS_PAGE; in snor_parse_flash_table()
790 p_dev->page_size = NOR_SECS_PAGE; in snor_init()
830 g_spi_flash_info.sector_size = NOR_SECS_PAGE; in snor_reinit_from_table_packet()