Searched refs:thold_att (Results 1 – 1 of 1) sorted by relevance
230 u8 thold_att; member1516 thold_att = max_t(unsigned long, thold_att, sdrt->tCH_min); in stm32_fmc2_nfc_calc_timings()1517 thold_att = max_t(unsigned long, thold_att, sdrt->tCLH_min); in stm32_fmc2_nfc_calc_timings()1518 thold_att = max_t(unsigned long, thold_att, sdrt->tCOH_min); in stm32_fmc2_nfc_calc_timings()1519 thold_att = max_t(unsigned long, thold_att, sdrt->tDH_min); in stm32_fmc2_nfc_calc_timings()1524 (thold_att < sdrt->tADL_min - tset_mem)) in stm32_fmc2_nfc_calc_timings()1525 thold_att = sdrt->tADL_min - tset_mem; in stm32_fmc2_nfc_calc_timings()1527 (thold_att < sdrt->tWH_min - tset_mem)) in stm32_fmc2_nfc_calc_timings()1528 thold_att = sdrt->tWH_min - tset_mem; in stm32_fmc2_nfc_calc_timings()1531 thold_att = sdrt->tWHR_min - tset_mem; in stm32_fmc2_nfc_calc_timings()[all …]