nBlock             45 drivers/char/nwflash.c static int erase_block(int nBlock);
nBlock            149 drivers/char/nwflash.c 	int nBlock, temp, rc;
nBlock            182 drivers/char/nwflash.c 	nBlock = (int) p >> 16;	//block # of 64K bytes
nBlock            187 drivers/char/nwflash.c 	temp = ((int) (p + count) >> 16) - nBlock + 1;
nBlock            197 drivers/char/nwflash.c 			"starting at %d.\n", temp, nBlock);
nBlock            199 drivers/char/nwflash.c 	for (; temp; temp--, nBlock++) {
nBlock            201 drivers/char/nwflash.c 			printk(KERN_DEBUG "flash_write: erasing block %d.\n", nBlock);
nBlock            210 drivers/char/nwflash.c 			rc = erase_block(nBlock);
nBlock            292 drivers/char/nwflash.c static int erase_block(int nBlock)
nBlock            319 drivers/char/nwflash.c 	pWritePtr = (unsigned char *) ((unsigned int) (FLASH_BASE + 0x8000 + (nBlock << 16)));
nBlock            380 drivers/char/nwflash.c 	pWritePtr = (unsigned char *) ((unsigned int) (FLASH_BASE + (nBlock << 16)));