Home
last modified time | relevance | path

Searched refs:aemif_cs_timings (Results 1 – 3 of 3) sorted by relevance

/linux/include/linux/memory/
H A Dti-aemif.h17 struct aemif_cs_timings { struct
29 int aemif_set_cs_timings(struct aemif_device *aemif, u8 cs, struct aemif_cs_timings *timings); argument
30 int aemif_check_cs_timings(struct aemif_cs_timings *timings);
/linux/drivers/memory/
H A Dti-aemif.c93 struct aemif_cs_timings timings;
126 int aemif_check_cs_timings(struct aemif_cs_timings *timings) in aemif_check_cs_timings()
162 struct aemif_cs_timings *timings) in aemif_set_cs_timings()
/linux/drivers/mtd/nand/raw/
H A Ddavinci_nand.c827 struct aemif_cs_timings timings; in davinci_nand_setup_interface()