Home
last modified time | relevance | path

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

/linux-6.15/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-6.15/drivers/mmc/host/
H A Dmtk-sd.c2108 struct msdc_delay_phase delay_phase = { 0, }; in get_best_delay() local
2112 delay_phase.final_phase = final_phase; in get_best_delay()
2113 return delay_phase; in get_best_delay()
2135 delay_phase.maxlen = len_final; in get_best_delay()
2136 delay_phase.start = start_final; in get_best_delay()
2137 delay_phase.final_phase = final_phase; in get_best_delay()
2138 return delay_phase; in get_best_delay()