Searched refs:nBlock (Results 1 - 3 of 3) sorted by relevance

/linux-4.4.14/fs/proc/
H A Ddevices.c19 seq_puts(f, "\nBlock devices:\n"); devinfo_show()
/linux-4.4.14/drivers/char/
H A Dnwflash.c44 static int erase_block(int nBlock);
148 int nBlock, temp, rc; flash_write() local
181 nBlock = (int) p >> 16; //block # of 64K bytes flash_write()
186 temp = ((int) (p + count) >> 16) - nBlock + 1; flash_write()
196 "starting at %d.\n", temp, nBlock); flash_write()
198 for (; temp; temp--, nBlock++) { flash_write()
200 printk(KERN_DEBUG "flash_write: erasing block %d.\n", nBlock); flash_write()
209 rc = erase_block(nBlock); flash_write()
320 static int erase_block(int nBlock) erase_block() argument
347 pWritePtr = (unsigned char *) ((unsigned int) (FLASH_BASE + 0x8000 + (nBlock << 16))); erase_block()
408 pWritePtr = (unsigned char *) ((unsigned int) (FLASH_BASE + (nBlock << 16))); erase_block()
/linux-4.4.14/drivers/acpi/acpica/
H A Ddbdisply.c775 ("\nBlock %u - Info %p DeviceNode %p [%s] - %s\n", acpi_db_display_gpes()

Completed in 148 milliseconds