Home
last modified time | relevance | path

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

/linux/drivers/clk/
H A Dclk-en7523.c87 int (*hw_init)(struct platform_device *pdev, void __iomem *np_base);
302 void __iomem *np_base = cg->base; in en7523_pci_prepare() local
306 val = readl(np_base + REG_PCI_CONTROL); in en7523_pci_prepare()
308 writel(val, np_base + REG_PCI_CONTROL); in en7523_pci_prepare()
313 writel(val, np_base + REG_PCI_CONTROL); in en7523_pci_prepare()
317 val = readl(np_base + REG_RESET_CONTROL1); in en7523_pci_prepare()
320 writel(val & ~mask, np_base + REG_RESET_CONTROL1); in en7523_pci_prepare()
322 writel(val | mask, np_base + REG_RESET_CONTROL1); in en7523_pci_prepare()
324 writel(val & ~mask, np_base + REG_RESET_CONTROL1); in en7523_pci_prepare()
329 val = readl(np_base + REG_PCI_CONTROL); in en7523_pci_prepare()
[all …]