Home
last modified time | relevance | path

Searched refs:AT91C_AES_START (Results 1 – 6 of 6) sorted by relevance

/Kernel-v11.0.1/portable/IAR/AtmelSAM7S64/
DAT91SAM7X128_inc.h1481 #define AT91C_AES_START ( 0x1 << 0 ) /* (AES) Starts Processing */ macro
DAT91SAM7X256_inc.h1481 #define AT91C_AES_START ( 0x1 << 0 ) /* (AES) Starts Processing */ macro
DAT91SAM7X128.h1770 #define AT91C_AES_START ( ( unsigned int ) 0x1 << 0 ) /* (AES) Starts Processing … macro
DAT91SAM7X256.h1770 #define AT91C_AES_START ( ( unsigned int ) 0x1 << 0 ) /* (AES) Starts Processing … macro
/Kernel-v11.0.1/portable/GCC/ARM7_AT91SAM7S/
DAT91SAM7X256.h1770 #define AT91C_AES_START ( ( unsigned int ) 0x1 << 0 ) /* (AES) Starts Processing … macro
Dioat91sam7x256.h1770 #define AT91C_AES_START ( ( unsigned int ) 0x1 << 0 ) /* (AES) Starts Processing … macro
4576 AT91C_AES_START EQU( 0x1 << 0 );