Searched refs:max_d (Results 1 - 5 of 5) sorted by relevance

/linux-master/drivers/staging/sm750fb/
H A Dddk750_chip.c325 int max_d = 6; local
346 max_d = 3;
358 for (d = max_d; d >= 0; d--) {
/linux-master/arch/mips/include/asm/
H A Dfpu_emulator.h114 unsigned long max_d; member in struct:mips_fpu_emulator_stats
/linux-master/arch/mips/math-emu/
H A Dme-debugfs.c143 __this_cpu_write((fpuemustats).max_d, 0);
311 FPU_STAT_CREATE_EX(max_d);
H A Dcp1emu.c2265 MIPS_FPU_EMU_INC_STATS(max_d);
/linux-master/drivers/phy/freescale/
H A Dphy-fsl-imx8-mipi-dphy.c159 static void get_best_ratio(u32 *pnum, u32 *pdenom, u32 max_n, u32 max_d) argument
174 if ((n[i] > max_n) || (d[i] > max_d)) {

Completed in 294 milliseconds