Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/arch/mips/include/asm/netlogic/xlp-hal/
H A Dxlp.h93 int nlm_get_dram_map(int node, uint64_t *dram_map, int nentries);
/OK3568_Linux_fs/kernel/arch/mips/netlogic/xlp/
H A Dsetup.c84 n = nlm_get_dram_map(-1, map, ARRAY_SIZE(map)); /* -1 : all nodes */ in xlp_init_mem_from_bars()
H A Dnlm_hal.c466 int nlm_get_dram_map(int node, uint64_t *dram_map, int nentries) in nlm_get_dram_map() function