Searched refs:yflash_Page (Results 1 – 3 of 3) sorted by relevance
45 } yflash_Page; typedef49 yflash_Page page[32]; // The pages in the block73 yflash_Page p; in CheckInit()102 memset(&p,0xff,sizeof(yflash_Page)); in CheckInit()106 written = write(filedisk.handle,&p,sizeof(yflash_Page)); in CheckInit()108 if(written != sizeof(yflash_Page)) in CheckInit()194 yflash_Page pg; in yflash_EraseBlockInNAND()196 memset(&pg,0xff,sizeof(yflash_Page)); in yflash_EraseBlockInNAND()
40 } yflash_Page; typedef44 yflash_Page page[PAGES_PER_BLOCK]; // The pages in the block110 yflash_Page p; in CheckInit()
39 } yflash_Page; typedef43 yflash_Page page[32]; // The pages in the block