Searched refs:IAC_FIRST_ILAC_IN_REG (Results 1 – 1 of 1) sorted by relevance
64 #define IAC_FIRST_ILAC_IN_REG(x) (__builtin_ffs((x)) - 1) macro65 #define IAC_ILAC_ID(reg_val, offset) (IAC_FIRST_ILAC_IN_REG(reg_val) + \170 BIT(IAC_FIRST_ILAC_IN_REG(isr))); in stm32_iac_itr()