Home
last modified time | relevance | path

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

/external/arm-trusted-firmware/drivers/renesas/rzg/ddr/ddr_b/
Dboot_init_dram.c832 #define JS2_TBLCNT 23 macro
834 #define js2_trcpb (JS2_TBLCNT)
835 #define js2_trcab (JS2_TBLCNT + 1)
836 #define js2_trfcab (JS2_TBLCNT + 2)
837 #define JS2_CNT (JS2_TBLCNT + 3)
842 static const struct _jedec_spec2 jedec_spec2[2][JS2_TBLCNT] = {
929 for (i = 0; i < JS2_TBLCNT; i++) { in _f_scale_js2()
/external/arm-trusted-firmware/drivers/renesas/rcar/ddr/ddr_b/
Dboot_init_dram.c934 #define JS2_TBLCNT 23 macro
936 #define js2_trcpb (JS2_TBLCNT)
937 #define js2_trcab (JS2_TBLCNT + 1)
938 #define js2_trfcab (JS2_TBLCNT + 2)
939 #define JS2_CNT (JS2_TBLCNT + 3)
944 const struct _jedec_spec2 jedec_spec2[2][JS2_TBLCNT] = {
1027 for (i = 0; i < JS2_TBLCNT; i++) { in _f_scale_js2()