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.c692 delay_phase = 0, delays = 0; in rnandc_exec_op() local
730 if (delay_phase == 0) in rnandc_exec_op()
731 delay_phase = 1; in rnandc_exec_op()
794 if (delay_phase == 0) in rnandc_exec_op()
795 delay_phase = 1; in rnandc_exec_op()
803 switch (delay_phase++) { in rnandc_exec_op()
/linux/drivers/mmc/host/
H A Dmtk-sd.c2100 struct msdc_delay_phase delay_phase = { 0, }; in get_best_delay() local
2104 delay_phase.final_phase = final_phase; in get_best_delay()
2105 return delay_phase; in get_best_delay()
2127 delay_phase.maxlen = len_final; in get_best_delay()
2128 delay_phase.start = start_final; in get_best_delay()
2129 delay_phase.final_phase = final_phase; in get_best_delay()
2130 return delay_phase; in get_best_delay()