Lines Matching full:part
2964 * - the low part of the timestamp
2965 * - the high part of the timestamp
2980 * Each part of the timestamp is itself split across two 16 bit
3466 struct efx_mcdi_mtd_partition *part,
3508 part->nvram_type = type;
3519 part->fw_subtype = MCDI_DWORD(outbuf,
3522 part->common.dev_type_name = "EF10 NVRAM manager";
3523 part->common.type_name = info->name;
3525 part->common.mtd.type = MTD_NORFLASH;
3526 part->common.mtd.flags = MTD_CAP_NORFLASH;
3527 part->common.mtd.size = size;
3528 part->common.mtd.erasesize = erase_size;
3531 part->common.mtd.flags |= MTD_NO_ERASE;