Searched refs:FM25_SN_LEN (Results 1 – 1 of 1) sorted by relevance
36 #define FM25_SN_LEN 8 /* serial number length */ macro46 u8 sernum[FM25_SN_LEN];380 u8 sernum[FM25_SN_LEN]; in at25_fram_to_chip()420 fm25_aux_read(at25, sernum, FM25_RDSN, FM25_SN_LEN); in at25_fram_to_chip()422 for (i = 0; i < FM25_SN_LEN; i++) in at25_fram_to_chip()423 at25->sernum[i] = sernum[FM25_SN_LEN - 1 - i]; in at25_fram_to_chip()