Home
last modified time | relevance | path

Searched refs:delay_phase (Results 1 – 2 of 2) sorted by relevance

/linux/drivers/mtd/nand/raw/
H A Drenesas-nand-controller.c698 delay_phase = 0, delays = 0; in rnandc_exec_op() local
736 if (delay_phase == 0) in rnandc_exec_op()
737 delay_phase = 1; in rnandc_exec_op()
800 if (delay_phase == 0) in rnandc_exec_op()
801 delay_phase = 1; in rnandc_exec_op()
809 switch (delay_phase++) { in rnandc_exec_op()
/linux/drivers/mmc/host/
H A Dmtk-sd.c2187 struct msdc_delay_phase delay_phase = { 0, }; in get_best_delay() local
2191 delay_phase.final_phase = final_phase; in get_best_delay()
2192 return delay_phase; in get_best_delay()
2214 delay_phase.maxlen = len_final; in get_best_delay()
2215 delay_phase.start = start_final; in get_best_delay()
2216 delay_phase.final_phase = final_phase; in get_best_delay()
2217 return delay_phase; in get_best_delay()