Searched refs:DATA_PART_ADDR (Results 1 – 2 of 2) sorted by relevance
595 _partition[0].block_total = DATA_PART_ADDR / (chip->blocksize); in rt_hw_mtd_nand_init()597 _partition[0].block_end = DATA_PART_ADDR / (chip->blocksize) - 1; in rt_hw_mtd_nand_init()622 tmp = (DATA_PART_ADDR / 0x4000); //0X4000=512*32=PAGER_SIZE*PAGES_PER_BLOCK in nand_eraseall()624 tmp = (DATA_PART_ADDR / 0x20000); //0X20000=2048*64 in nand_eraseall()
16 #define DATA_PART_ADDR 0x900000 /*nand0=0-9MB;nand1=9MB-END*/ macro
Completed in 7 milliseconds