Lines Matching defs:version
44 u16 version;
49 version = kempld_read16(pld, KEMPLD_VERSION);
53 pld->info.minor = KEMPLD_VERSION_GET_MINOR(version);
54 pld->info.major = KEMPLD_VERSION_GET_MAJOR(version);
55 pld->info.number = KEMPLD_VERSION_GET_NUMBER(version);
56 pld->info.type = KEMPLD_VERSION_GET_TYPE(version);
286 /* The Kontron PLD firmware version string has the following format:
290 * x: Major version - 1 alphanumerical digit (0-9A-V)
291 * y: Minor version - 1 alphanumerical digit (0-9A-V)
303 ret = scnprintf(pld->info.version, sizeof(pld->info.version),
353 return scnprintf(buf, PAGE_SIZE, "%s\n", pld->info.version);
417 pld->info.version, kempld_get_type_string(pld),