sysctrl 59 arch/arm/mach-hisi/platmcpm.c static void __iomem *sysctrl, *fabric; sysctrl 108 arch/arm/mach-hisi/platmcpm.c if (!sysctrl) sysctrl 118 arch/arm/mach-hisi/platmcpm.c sys_dreq = sysctrl + SC_CPU_RESET_DREQ(cluster); sysctrl 119 arch/arm/mach-hisi/platmcpm.c sys_status = sysctrl + SC_CPU_RESET_STATUS(cluster); sysctrl 208 arch/arm/mach-hisi/platmcpm.c data = readl_relaxed(sysctrl + SC_CPU_RESET_STATUS(cluster)); sysctrl 220 arch/arm/mach-hisi/platmcpm.c writel_relaxed(data, sysctrl + SC_CPU_RESET_REQ(cluster)); sysctrl 223 arch/arm/mach-hisi/platmcpm.c data = readl_relaxed(sysctrl + SC_CPU_RESET_STATUS(cluster)); sysctrl 298 arch/arm/mach-hisi/platmcpm.c sysctrl = of_iomap(np_sctl, 0); sysctrl 299 arch/arm/mach-hisi/platmcpm.c if (!sysctrl) { sysctrl 338 arch/arm/mach-hisi/platmcpm.c iounmap(sysctrl); sysctrl 86 drivers/pci/controller/dwc/pcie-kirin.c struct regmap *sysctrl; sysctrl 175 drivers/pci/controller/dwc/pcie-kirin.c kirin_pcie->sysctrl = sysctrl 177 drivers/pci/controller/dwc/pcie-kirin.c if (IS_ERR(kirin_pcie->sysctrl)) sysctrl 178 drivers/pci/controller/dwc/pcie-kirin.c return PTR_ERR(kirin_pcie->sysctrl); sysctrl 215 drivers/pci/controller/dwc/pcie-kirin.c regmap_read(kirin_pcie->sysctrl, SCTRL_PCIE_OE_OFFSET, &val); sysctrl 218 drivers/pci/controller/dwc/pcie-kirin.c regmap_write(kirin_pcie->sysctrl, SCTRL_PCIE_OE_OFFSET, val); sysctrl 273 drivers/pci/controller/dwc/pcie-kirin.c regmap_write(kirin_pcie->sysctrl, sysctrl 283 drivers/pci/controller/dwc/pcie-kirin.c regmap_write(kirin_pcie->sysctrl, sysctrl 287 drivers/pci/controller/dwc/pcie-kirin.c regmap_write(kirin_pcie->sysctrl, sysctrl 385 include/linux/mfd/abx500/ab8500.h struct ab8500_sysctrl_platform_data *sysctrl; sysctrl 41 sound/soc/hisilicon/hi6210-i2s.c struct regmap *sysctrl; sysctrl 99 sound/soc/hisilicon/hi6210-i2s.c regmap_read(i2s->sysctrl, SC_PERIPH_RSTSTAT2, &val); sysctrl 101 sound/soc/hisilicon/hi6210-i2s.c regmap_write(i2s->sysctrl, SC_PERIPH_RSTDIS2, BIT(4)); sysctrl 120 sound/soc/hisilicon/hi6210-i2s.c regmap_write(i2s->sysctrl, SC_PERIPH_CLKEN12, BIT(9)); sysctrl 123 sound/soc/hisilicon/hi6210-i2s.c regmap_write(i2s->sysctrl, SC_PERIPH_CLKEN1, BIT(5)); sysctrl 126 sound/soc/hisilicon/hi6210-i2s.c regmap_write(i2s->sysctrl, SC_PERIPH_RSTEN1, BIT(5)); sysctrl 127 sound/soc/hisilicon/hi6210-i2s.c regmap_write(i2s->sysctrl, SC_PERIPH_RSTDIS1, BIT(5)); sysctrl 179 sound/soc/hisilicon/hi6210-i2s.c regmap_write(i2s->sysctrl, SC_PERIPH_RSTEN1, BIT(5)); sysctrl 567 sound/soc/hisilicon/hi6210-i2s.c i2s->sysctrl = syscon_regmap_lookup_by_phandle(node, sysctrl 569 sound/soc/hisilicon/hi6210-i2s.c if (IS_ERR(i2s->sysctrl)) sysctrl 570 sound/soc/hisilicon/hi6210-i2s.c return PTR_ERR(i2s->sysctrl);