Searched refs:eeprom_sum (Results 1 – 4 of 4) sorted by relevance
131 u32 eeprom_sum; member
423 state->eeprom_sum *= GOLDEN_RATIO_PRIME_32; in af9015_eeprom_hash()424 state->eeprom_sum += le32_to_cpu(((__le32 *)buf)[i]); in af9015_eeprom_hash()431 __func__, state->eeprom_sum); in af9015_eeprom_hash()1298 rc->map_name = af9015_rc_setup_match(state->eeprom_sum, in af9015_get_rc_config()
587 memcpy(&priv->eeprom_sum, priv->rxp, sizeof(priv->eeprom_sum)); in hostif_mib_get_confirm()589 priv->eeprom_sum.type, priv->eeprom_sum.result); in hostif_mib_get_confirm()590 if (priv->eeprom_sum.type == 0) { in hostif_mib_get_confirm()592 } else if (priv->eeprom_sum.type == 1) { in hostif_mib_get_confirm()593 if (priv->eeprom_sum.result == 0) { in hostif_mib_get_confirm()596 } else if (priv->eeprom_sum.result == 1) { in hostif_mib_get_confirm()
491 struct local_eeprom_sum_t eeprom_sum; member