Searched full:msmc (Results 1 – 14 of 14) sorted by relevance
2 * MSMC controller utilities11 #include <asm/arch/msmc.h>61 struct msms_regs *msmc = (struct msms_regs *)KS2_MSMC_CTRL_BASE; in msmc_share_all_segments() local65 msmc->sms[priv_id][j].mpaxh &= 0xffffff7ful; in msmc_share_all_segments()66 msmc->ses[priv_id][j].mpaxh &= 0xffffff7ful; in msmc_share_all_segments()73 struct msms_regs *msmc = (struct msms_regs *)KS2_MSMC_CTRL_BASE; in msmc_map_ses_segment() local75 msmc->ses[priv_id][ses_pair].mpaxh = src_pfn << 12 | in msmc_map_ses_segment()77 msmc->ses[priv_id][ses_pair].mpaxl = dst_pfn << 8 | 0x3f; in msmc_map_ses_segment()82 struct msms_regs *msmc = (struct msms_regs *)KS2_MSMC_CTRL_BASE; in msmc_get_ses_mpax() local84 *mpax++ = msmc->ses[priv_id][ses_pair].mpaxl; in msmc_get_ses_mpax()[all …]
18 obj-y += msmc.o
136 "listed in official TRM. For instance, to enable MSMC RAM clock\n"
13 #include <asm/arch/msmc.h>
12 #include <asm/arch/msmc.h>
218 /* MSMC control */234 /* KS2 HK/L/E MSMC PRIVIDs for MSMC2 */262 /* MSMC segment size shift bits */
2 * MSMC controller
13 The Multi-System Mode Controller (MSMC) is responsible for sequencing
73 <0x00 0x70000000 0x00 0x70000000 0x00 0x00200000>, /* MSMC SRAM */
131 <0x00 0x70000000 0x00 0x70000000 0x00 0x00800000>, /* MSMC RAM */
145 <0x00 0x70000000 0x00 0x70000000 0x00 0x00800000>, /* MSMC RAM */
43 code that will be installed in MSMC SRAM. There is command available
1152 * in MSMC SRAM), the actual memory used is 0x0c000000-0x0c020000, in knav_get_link_ram()
pax_global_header u-boot-2021.07/ u-boot-2021.07/.azure-pipelines.yml ...