Home
last modified time | relevance | path

Searched refs:JS2_TBLCNT (Results 1 – 1 of 1) sorted by relevance

/external/arm-trusted-firmware/drivers/renesas/common/ddr/ddr_b/
Dboot_init_dram.c938 #define JS2_TBLCNT 23 macro
940 #define js2_trcpb (JS2_TBLCNT)
941 #define js2_trcab (JS2_TBLCNT + 1)
942 #define js2_trfcab (JS2_TBLCNT + 2)
943 #define JS2_CNT (JS2_TBLCNT + 3)
948 const struct _jedec_spec2 jedec_spec2[2][JS2_TBLCNT] = {
1031 for (i = 0; i < JS2_TBLCNT; i++) { in _f_scale_js2()