Lines Matching +full:80 +full:a
2 * block2mtd.c - create an mtd from a block device
14 * wait a little bit and retry. This timeout, by default 3 seconds, gives
15 * device time to start up. Required on BCM2708 and a few other chipsets.
55 /* erase a specified part of the device */
230 * We can't use early_lookup_bdev from a running system. in mdtblock_early_get_bdev()
245 * was not enough, sleep for a bit in subsequent in mdtblock_early_get_bdev()
278 /* Get a handle on the device */ in add_device()
291 pr_err("attempting to use an MTD device as a block device\n"); in add_device()
297 pr_err("erasesize must be a divisor of device size\n"); in add_device()
348 * allows some suffixes for a more human-readable number format:
402 /* 80 for device, 12 for erase size */
403 static char block2mtd_paramline[80 + 12];
408 /* 80 for device, 12 for erase size, 80 for name, 8 for timeout */ in block2mtd_setup2()
409 char buf[80 + 12 + 80 + 8]; in block2mtd_setup2()
440 if (strlen(name) + 1 > 80) { in block2mtd_setup2()
532 MODULE_DESCRIPTION("Emulate an MTD using a block device");