Lines Matching full:part
591 * any opcodes (it handles them automatically as part of a command).
859 struct mtd_partition *part)
864 memset(part, 0, sizeof(*part));
867 part->size = 4096;
868 part->name = "BIOS";
892 part->mask_flags |= MTD_WRITEABLE;
895 if (end > part->size)
896 part->size = end;
916 struct mtd_partition part;
948 intel_spi_fill_partition(ispi, &part);
950 ret = mtd_device_register(&ispi->nor.mtd, &part, 1);