Home | History | Annotate | Download | only in tegra124

Lines Matching defs:divm

1066 	u32 divm, divn, divp, cpcon;
1086 for (divm = 1; divm < max_m && best_diff; divm++) {
1087 cf = ref / divm;
1107 best_m = divm;