Searched refs:src_type (Results 1 – 5 of 5) sorted by relevance
58 … unsigned int src_type, /* \arg activation and sense of activation */ in AT91F_AIC_ConfigureIt() argument72 pAic->AIC_SMR[ irq_id ] = src_type | priority; in AT91F_AIC_ConfigureIt()
2539 … unsigned int src_type, /* \arg activation and sense of activation */ in AT91F_AIC_ConfigureIt() argument2553 pAic->AIC_SMR[ irq_id ] = src_type | priority; in AT91F_AIC_ConfigureIt()
2743 #define AT91F_AIC_ConfigureIt( irq_id, priority, src_type, newHandler ) \ argument2753 AT91C_BASE_AIC->AIC_SMR[ irq_id ] = src_type | priority; \