Searched refs:version2 (Results 1 – 11 of 11) sorted by relevance
/openbmc/linux/arch/sparc/kernel/ |
H A D | adi_64.c | 332 unsigned long paddr, tmp, version1, version2; in adi_restore_tags() local 346 version2 = (*tag) & 0x0f; in adi_restore_tags() 355 : "r" (version2), "r" (tmp), in adi_restore_tags() 375 unsigned long version1, version2, paddr, tmp; in adi_save_tags() local 389 : "=r" (version2) in adi_save_tags() 391 *tag = (version1 << 4) | version2; in adi_save_tags()
|
/openbmc/linux/fs/smb/server/ |
H A D | ndr.c | 232 unsigned int version2; in ndr_decode_dos_attr() local 249 ret = ndr_read_int32(n, &version2); in ndr_decode_dos_attr() 253 if (da->version != version2) { in ndr_decode_dos_attr() 255 da->version, version2); in ndr_decode_dos_attr() 452 unsigned int version2; in ndr_decode_v4_ntacl() local 464 ret = ndr_read_int32(n, &version2); in ndr_decode_v4_ntacl() 467 if (acl->version != version2) { in ndr_decode_v4_ntacl() 469 acl->version, version2); in ndr_decode_v4_ntacl()
|
/openbmc/u-boot/drivers/mmc/ |
H A D | arm_pl180_mmci.h | 191 int version2; member
|
H A D | arm_pl180_mmci.c | 232 if (!host->version2) { in do_data_transfer() 442 host->version2 = dev_get_driver_data(dev); in arm_pl180_mmc_probe()
|
/openbmc/linux/drivers/char/tpm/ |
H A D | tpm-sysfs.c | 228 sizeof(cap.version2))) { in caps_show() 229 version = &cap.version2.version; in caps_show()
|
H A D | tpm.h | 130 struct tpm1_version2 version2; member
|
H A D | tpm_tis_core.c | 637 sizeof(cap.version2)); in tpm_tis_update_durations() 639 version = &cap.version2.version; in tpm_tis_update_durations()
|
/openbmc/linux/drivers/staging/media/av7110/ |
H A D | av7110_v4l.c | 700 u16 version1, version2; in av7110_init_analog_module() local 717 msp_readreg(av7110, MSP_RD_DSP, 0x001f, &version2); in av7110_init_analog_module() 719 av7110->dvb_adapter.num, version1, version2); in av7110_init_analog_module()
|
/openbmc/linux/drivers/net/ethernet/8390/ |
H A D | ne.c | 38 static const char version2[] = variable 328 netdev_info(dev, "%s%s", version1, version2); in ne_probe1()
|
/openbmc/linux/drivers/net/ethernet/smsc/ |
H A D | epic100.c | 95 static char version2[] = variable 334 pr_info_once("%s%s\n", version, version2); in epic_init_one() 1572 pr_info("%s%s\n", version, version2); in epic_init()
|
/openbmc/linux/drivers/ptp/ |
H A D | ptp_clockmatrix.c | 164 static int idtcm_strverscmp(const char *version1, const char *version2) in idtcm_strverscmp() argument 172 if (sscanf(version2, "%hhu.%hhu.%hhu", in idtcm_strverscmp()
|