Home
last modified time | relevance | path

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

/linux-6.6.21/drivers/mtd/nand/raw/
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.6.21/drivers/mmc/host/
Dmtk-sd.c1950 struct msdc_delay_phase delay_phase = { 0, }; in get_best_delay() local
1954 delay_phase.final_phase = final_phase; in get_best_delay()
1955 return delay_phase; in get_best_delay()
1977 delay_phase.maxlen = len_final; in get_best_delay()
1978 delay_phase.start = start_final; in get_best_delay()
1979 delay_phase.final_phase = final_phase; in get_best_delay()
1980 return delay_phase; in get_best_delay()