Searched refs:smcconf (Results 1 - 1 of 1) sorted by relevance

/u-boot/drivers/mtd/nand/raw/atmel/
H A Dnand-controller.c170 struct atmel_smc_cs_conf smcconf; member in struct:atmel_nand_cs
1130 struct atmel_smc_cs_conf *smcconf)
1149 atmel_smc_cs_conf_init(smcconf);
1161 ret = atmel_smc_cs_conf_set_pulse(smcconf, ATMEL_SMC_NWE_SHIFT,
1183 ret = atmel_smc_cs_conf_set_setup(smcconf, ATMEL_SMC_NWE_SHIFT,
1210 ret = atmel_smc_cs_conf_set_cycle(smcconf, ATMEL_SMC_NWE_SHIFT,
1222 ret = atmel_smc_cs_conf_set_pulse(smcconf, ATMEL_SMC_NCS_WR_SHIFT,
1254 smcconf->mode |= ATMEL_SMC_MODE_TDF(ncycles) |
1264 ret = atmel_smc_cs_conf_set_pulse(smcconf, ATMEL_SMC_NRD_SHIFT,
1280 ret = atmel_smc_cs_conf_set_cycle(smcconf, ATMEL_SMC_NRD_SHIF
1128 atmel_smc_nand_prepare_smcconf(struct atmel_nand *nand, const struct nand_data_interface *conf, struct atmel_smc_cs_conf *smcconf) argument
1364 struct atmel_smc_cs_conf smcconf; local
1391 struct atmel_smc_cs_conf smcconf; local
[all...]

Completed in 55 milliseconds