Home | History | Annotate | Download | only in include

Lines Matching refs:CLEAR_RATIO

1277 /* If a clear memory operation would take CLEAR_RATIO or more simple
1280 #ifndef CLEAR_RATIO
1282 #define CLEAR_RATIO(speed) 2
1285 #define CLEAR_RATIO(speed) ((speed) ? 15 :3)