Searched refs:np_base (Results 1 – 1 of 1) sorted by relevance
87 int (*hw_init)(struct platform_device *pdev, void __iomem *np_base);302 void __iomem *np_base = cg->base; in en7523_pci_prepare() local306 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 …]