Searched refs:mfg_info (Results 1 – 4 of 4) sorted by relevance
/drivers/staging/cxt1e1/ |
D | hwprobe.c | 69 memcpy (sn, (FLD_TYPE1 *) (hi->mfg_info.pft1.Serial), 6); in show_two() 72 memcpy (sn, (FLD_TYPE2 *) (hi->mfg_info.pft2.Serial), 6); in show_two() 113 pmc_eeprom_read_buffer (addr, 0, (char *) hi->mfg_info.data, sizeof (FLD_TYPE2)); in hdw_sn_get() 117 unsigned char *ucp = (unsigned char *) &hi->mfg_info.data; in hdw_sn_get() 135 hi->mfg_info.Serial[0], in hdw_sn_get() 136 hi->mfg_info.Serial[1], in hdw_sn_get() 137 hi->mfg_info.Serial[2], in hdw_sn_get() 138 hi->mfg_info.Serial[3], in hdw_sn_get() 139 hi->mfg_info.Serial[4], in hdw_sn_get() 140 hi->mfg_info.Serial[5]); in hdw_sn_get() [all …]
|
D | sbeproc.c | 52 bsn = (u_int8_t *) hi->mfg_info.pft1.Serial; in sbecom_proc_get_brdinfo() 55 bsn = (u_int8_t *) hi->mfg_info.pft2.Serial; in sbecom_proc_get_brdinfo()
|
D | linux.c | 465 memcpy (dev->dev_addr, (FLD_TYPE1 *) (hi->mfg_info.pft1.Serial), 6); in create_chan() 468 memcpy (dev->dev_addr, (FLD_TYPE2 *) (hi->mfg_info.pft2.Serial), 6); in create_chan() 1057 memcpy (ndev->dev_addr, (FLD_TYPE1 *) (hi->mfg_info.pft1.Serial), 6); in c4_add_dev() 1058 memcpy (&tmp, (FLD_TYPE1 *) (hi->mfg_info.pft1.Id), 4); /* unaligned data in c4_add_dev() 1063 memcpy (ndev->dev_addr, (FLD_TYPE2 *) (hi->mfg_info.pft2.Serial), 6); in c4_add_dev() 1064 memcpy (&tmp, (FLD_TYPE2 *) (hi->mfg_info.pft2.Id), 4); /* unaligned data in c4_add_dev()
|
D | pmcc4_private.h | 274 } mfg_info; member
|