Searched refs:pVector (Results 1 – 4 of 4) sorted by relevance
134 unsigned int *pVector, // \arg pointer to the AIC registers in AT91F_AIC_SetExceptionVector() argument137 unsigned int oldVector = *pVector; in AT91F_AIC_SetExceptionVector()140 *pVector = (unsigned int) AT91C_AIC_BRANCH_OPCODE; in AT91F_AIC_SetExceptionVector()142 …*pVector = (((((unsigned int) Handler) - ((unsigned int) pVector) - 0x8) >> 2) & 0x00FFFFFF) | 0xE… in AT91F_AIC_SetExceptionVector()
2763 unsigned int *pVector, // \arg pointer to the AIC registers in AT91F_AIC_SetExceptionVector() argument2766 unsigned int oldVector = *pVector; in AT91F_AIC_SetExceptionVector()2769 *pVector = (unsigned int) AT91C_AIC_BRANCH_OPCODE; in AT91F_AIC_SetExceptionVector()2771 …*pVector = (((((unsigned int) Handler) - ((unsigned int) pVector) - 0x8) >> 2) & 0x00FFFFFF) | 0xE… in AT91F_AIC_SetExceptionVector()