Searched refs:AT91_SMC_NCS_RDSETUP (Results 1 – 2 of 2) sorted by relevance
57 #define AT91_SMC_NCS_RDSETUP (0x3f << 24) /* NCS Setup Length in Read Access */ macro
99 config->ncs_read_setup = (val & AT91_SMC_NCS_RDSETUP) >> 24; in sam9_smc_cs_read()