Home
last modified time | relevance | path

Searched refs:ATMEL_SFR_AICREDIR_NSAIC (Results 1 – 2 of 2) sorted by relevance

/openbmc/u-boot/arch/arm/mach-at91/
H A Datmel_sfr.c17 if (!(readl(&sfr->aicredir) & ATMEL_SFR_AICREDIR_NSAIC)) { in redirect_int_from_saic_to_aic()
19 writel((key32 | ATMEL_SFR_AICREDIR_NSAIC), &sfr->aicredir); in redirect_int_from_saic_to_aic()
/openbmc/u-boot/arch/arm/mach-at91/include/mach/
H A Dsama5_sfr.h64 #define ATMEL_SFR_AICREDIR_NSAIC 0x00000001 macro