Lines Matching defs:x
27 #define AT91SAM9_SMC_NWESETUP(x) (x) argument
28 #define AT91SAM9_SMC_NCS_WRSETUP(x) ((x) << 8) argument
29 #define AT91SAM9_SMC_NRDSETUP(x) ((x) << 16) argument
30 #define AT91SAM9_SMC_NCS_NRDSETUP(x) ((x) << 24) argument
33 #define AT91SAM9_SMC_NWEPULSE(x) (x) argument
34 #define AT91SAM9_SMC_NCS_WRPULSE(x) ((x) << 8) argument
35 #define AT91SAM9_SMC_NRDPULSE(x) ((x) << 16) argument
36 #define AT91SAM9_SMC_NCS_NRDPULSE(x) ((x) << 24) argument
39 #define AT91SAM9_SMC_NWECYCLE(x) (x) argument
40 #define AT91SAM9_SMC_NRDCYCLE(x) ((x) << 16) argument
62 #define AT91_SMC_TDF_(x) ((((x) - 1) << 16) & AT91_SMC_TDF) argument