Home
last modified time | relevance | path

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

/openbmc/openbmc/meta-phosphor/dynamic-layers/aspeed-layer/recipes-bsp/u-boot/files/
H A D0001-aspeed-Disable-unnecessary-features.patch163 + val = readl(AST_SCU_BASE + AST_SCU_HW_STRAP1);
165 + writel(val, AST_SCU_BASE + AST_SCU_HW_STRAP1);
172 + val = readl(AST_SCU_BASE + AST_SCU_PCIE_CONFIG_SET);
177 + writel(val, AST_SCU_BASE + AST_SCU_PCIE_CONFIG_SET);
232 + val = readl(AST_SCU_BASE + AST_SCU_HW_STRAP1);
234 + writel(val, AST_SCU_BASE + AST_SCU_HW_STRAP1);
241 + val = readl(AST_SCU_BASE + AST_SCU_PCIE_CONFIG_SET);
246 + writel(val, AST_SCU_BASE + AST_SCU_PCIE_CONFIG_SET);
249 + val = readl(AST_SCU_BASE + AST_SCU_MISC1_CTRL);
251 + writel(val, AST_SCU_BASE + AST_SCU_MISC1_CTRL);
/openbmc/u-boot/arch/arm/mach-aspeed/ast2600/
H A Dutils.S11 #define AST_SCU_BASE (0x1E6E2000) macro
12 #define AST_SCU_HW_STRAP1 (AST_SCU_BASE + 0x500)
13 #define AST_SCU_HW_STRAP2 (AST_SCU_BASE + 0x510)