Home
last modified time | relevance | path

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

/rk3399_ARM-atf/drivers/renesas/common/ddr/ddr_b/
H A Dboot_init_dram.c234 static inline uint32_t vch_nxt(uint32_t pos);
331 static inline uint32_t vch_nxt(uint32_t pos) in vch_nxt() function
343 for (ch = vch_nxt(0); ch < DRAM_CH_CNT; ch = vch_nxt(ch + 1))