Home
last modified time | relevance | path

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

/rk3399_rockchip-uboot/arch/arm/mach-socfpga/
H A Dwrap_sdram_config.c294 void socfpga_get_seq_ac_init(const u32 **init, unsigned int *nelem) in socfpga_get_seq_ac_init() argument
297 *nelem = ARRAY_SIZE(ac_rom_init); in socfpga_get_seq_ac_init()
300 void socfpga_get_seq_inst_init(const u32 **init, unsigned int *nelem) in socfpga_get_seq_inst_init() argument
303 *nelem = ARRAY_SIZE(inst_rom_init); in socfpga_get_seq_inst_init()
/rk3399_rockchip-uboot/arch/arm/mach-socfpga/include/mach/
H A Dsdram.h17 void socfpga_get_seq_ac_init(const u32 **init, unsigned int *nelem);
18 void socfpga_get_seq_inst_init(const u32 **init, unsigned int *nelem);
/rk3399_rockchip-uboot/drivers/ddr/altera/
H A Dsequencer.c3583 unsigned int nelem = 0; in hc_initialize_rom_data() local
3587 socfpga_get_seq_inst_init(&rom_init, &nelem); in hc_initialize_rom_data()
3589 for (i = 0; i < nelem; i++) in hc_initialize_rom_data()
3592 socfpga_get_seq_ac_init(&rom_init, &nelem); in hc_initialize_rom_data()
3594 for (i = 0; i < nelem; i++) in hc_initialize_rom_data()