HomeSort by: relevance | last modified time | path
    Searched defs:ftb (Results 1 - 2 of 2) sorted by relevancy

  /src/sys/dev/ic/
spdmem.c 772 u_int mtb, ftb; /* in picoseconds */ local in function:ddr3_value_pico
778 ftb = (u_int)s->sm_ddr3.ddr3_ftb_dividend * 1000 /
784 ((txx_ftb > 127) ? signed_txx_ftb : txx_ftb) * ftb / 1000;
966 * For now, the only value for mtb is 0 = 125ps, and ftb = 1ps
spdmem.c 772 u_int mtb, ftb; /* in picoseconds */ local in function:ddr3_value_pico
778 ftb = (u_int)s->sm_ddr3.ddr3_ftb_dividend * 1000 /
784 ((txx_ftb > 127) ? signed_txx_ftb : txx_ftb) * ftb / 1000;
966 * For now, the only value for mtb is 0 = 125ps, and ftb = 1ps

Completed in 22 milliseconds