Searched refs:DECTO10THS (Results 1 - 4 of 4) sorted by relevance

/broadcom-cfe-1.4.2/cfe/arch/mips/cpu/sb1250/src/
H A Dsb1250_draminit.c297 * DECTO10THS(x) - this converts a BCD-style number found in
303 #define DECTO10THS(x) ((((x) >> 4)*10)+((x) & 0x0F)) macro
756 spd_tCK_25 = DECTO10THS(tdata->spd_tCK_25);
757 spd_tCK_20 = DECTO10THS(tdata->spd_tCK_20);
758 spd_tCK_10 = DECTO10THS(tdata->spd_tCK_10);
1245 tMemClk = DECTO10THS(mc->tCK);
1776 mc->mintmemclk = DECTO10THS(init->cfg.cfg_mintmemclk);
1795 mc->roundtrip = DECTO10THS(init->cfg.cfg_roundtrip);
/broadcom-cfe-1.4.2/cfe/hosttools/
H A Dmemconfig.c77 #define DECTO10THS(x) ((((x) >> 4)*10)+((x) & 0x0F)) macro
H A Dmemconfig1480.c78 #define DECTO10THS(x) ((((x) >> 4)*10)+((x) & 0x0F)) macro
/broadcom-cfe-1.4.2/cfe/arch/mips/cpu/bcm1480/src/
H A Dbcm1480_draminit.c353 * DECTO10THS(x) - this converts a BCD-style number found in
359 #define DECTO10THS(x) ((((x) >> 4)*10)+((x) & 0x0F)) macro
1434 tMemClk = DECTO10THS(mc->tCK);
1882 mc->roundtrip = DECTO10THS(init->cfg.cfg_roundtrip);

Completed in 48 milliseconds