Home
last modified time | relevance | path

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

/external/u-boot/cmd/
Dfdc.c119 #define FDC_CAL_RETRIES 3 /* calibration and seek retries */ macro
468 if (retriescal++>FDC_CAL_RETRIES) { in fdc_read_data()