Searched refs:sg_base (Results 1 – 13 of 13) sorted by relevance
20 if ((readl(sg_base + SG_PINMON0) & BIT(27)) && in uniphier_ld11_clk_init()22 writel(1, sg_base + SG_ETPHYPSHUT); in uniphier_ld11_clk_init()23 writel(1, sg_base + SG_ETPHYCNT); in uniphier_ld11_clk_init()27 writel(3, sg_base + SG_ETPHYCNT); in uniphier_ld11_clk_init()28 writel(3, sg_base + SG_ETPHYPSHUT); in uniphier_ld11_clk_init()29 writel(7, sg_base + SG_ETPHYCNT); in uniphier_ld11_clk_init()40 void __iomem *phyctrl = sg_base + SG_USBPHYCTRL; in uniphier_ld11_clk_init()
19 tmp = readl(sg_base + SG_PINMON0); in upll_init()59 tmp = readl(sg_base + SG_PINMON0); in vpll_init()
20 tmp = readl(sg_base + SG_PINMON0); in vpll_init()
16 u32 rev = readl(sg_base + SG_REVISION); in uniphier_get_soc_id()23 u32 rev = readl(sg_base + SG_REVISION); in uniphier_get_soc_model()30 u32 rev = readl(sg_base + SG_REVISION); in uniphier_get_soc_revision()
25 void __iomem *sg_base = (void *)0xdeadbeef; variable58 sg_base = ioremap(base, SZ_8K); in uniphier_base_address_init()
18 extern void __iomem *sg_base;20 #define sg_base ((void __iomem *)SG_BASE) macro
142 writel(val, sg_base + SG_MEMCONF); in __uniphier_memconf_init()
34 val = readl(sg_base + SG_MEMCONF); in uniphier_memconf_decode()
34 void __iomem *reg = sg_base + SG_PINCTRL_BASE + in sg_set_pinsel()48 void __iomem *reg = sg_base + SG_IECTRL + pin / 32 * 4; in sg_set_iectrl()
23 writel(1, sg_base + SG_LOADPINCTRL); in uniphier_pro4_debug_uart_init()
26 writel(1, sg_base + SG_LOADPINCTRL); in uniphier_pro5_debug_uart_init()
152 pinmon = readl(sg_base + SG_PINMON0); in UNIPHIER_DEFINE_SOCDATA_FUNC()213 return !!(readl(sg_base + SG_PINMON0) & BIT(27)); in uniphier_boot_from_backend()240 pinmon = readl(sg_base + SG_PINMON0); in do_pinmon()
39 return !!(readl(sg_base + SG_PINMON2) & BIT(31)); in uniphier_pxs3_boot_device_is_usb()
Completed in 11 milliseconds