Searched refs:max (Results 1 - 4 of 4) sorted by path

/broadcom-cfe-1.4.2/cfe/arch/mips/cpu/bcm1480/src/
H A Dbcm1480_draminit.c295 #define max(a,b) ((a) > (b) ? (a) : (b)) macro
1167 tRCw = max(tRC, tRP + max(tRAS, tRCD + tCwD + BURSTLEN/2 + tWR));
1168 tRCr = max(tRC, tRP + max(tRAS, tRCD + BURSTLEN/2));
/broadcom-cfe-1.4.2/cfe/arch/mips/cpu/sb1250/src/
H A Dsb1250_draminit.c273 #define max(a,b) ((a) > (b) ? (a) : (b)) macro
1098 tRCw = max(tRC, tRP + max(tRAS, tRCD + tCwD + BURSTLEN/2 + tWR));
1099 tRCr = max(tRC, tRP + max(tRAS, tRCD + BURSTLEN/2));
/broadcom-cfe-1.4.2/cfe/dev/
H A Ddev_newflash.c72 #define max(a,b) ((a) > (b) ? (a) : (b)) macro
395 start = (int) (max(sector->flash_sector_offset,
900 * "fill to max" and that partitions beyond the "0" are aligned
/broadcom-cfe-1.4.2/cfe/x86emu/
H A Dvalidate.c258 #define VAL_START_UNARY(parm_type,max,incr) \
264 for (d = 0; d < max; d += incr) { \

Completed in 57 milliseconds