Searched refs:thold_att (Results 1 – 1 of 1) sorted by relevance
144 u8 thold_att; member699 thold_att = max_t(unsigned long, thold_att, sdrt->tCH_min); in stm32_fmc2_nfc_calc_timings()700 thold_att = max_t(unsigned long, thold_att, sdrt->tCLH_min); in stm32_fmc2_nfc_calc_timings()701 thold_att = max_t(unsigned long, thold_att, sdrt->tCOH_min); in stm32_fmc2_nfc_calc_timings()702 thold_att = max_t(unsigned long, thold_att, sdrt->tDH_min); in stm32_fmc2_nfc_calc_timings()707 (thold_att < sdrt->tADL_min - tset_mem)) in stm32_fmc2_nfc_calc_timings()708 thold_att = sdrt->tADL_min - tset_mem; in stm32_fmc2_nfc_calc_timings()710 (thold_att < sdrt->tWH_min - tset_mem)) in stm32_fmc2_nfc_calc_timings()711 thold_att = sdrt->tWH_min - tset_mem; in stm32_fmc2_nfc_calc_timings()714 thold_att = sdrt->tWHR_min - tset_mem; in stm32_fmc2_nfc_calc_timings()[all …]
Completed in 5 milliseconds