Searched refs:AT91_SMC_NCS_RDPULSE (Results 1 – 2 of 2) sorted by relevance
67 #define AT91_SMC_NCS_RDPULSE (0x7f << 24) /* NCS Pulse Length in Read Access */ macro
107 config->ncs_read_pulse = (val & AT91_SMC_NCS_RDPULSE) >> 24; in sam9_smc_cs_read()