Home
last modified time | relevance | path

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

/linux/drivers/clk/
H A Dclk-en7523.c17 #define REG_PCI_CONTROL 0x88 macro
443 return !!(readl(cg->base + REG_PCI_CONTROL) & REG_PCI_CONTROL_REFCLK_EN1); in en7523_pci_is_enabled()
453 val = readl(np_base + REG_PCI_CONTROL); in en7523_pci_prepare()
455 writel(val, np_base + REG_PCI_CONTROL); in en7523_pci_prepare()
460 writel(val, np_base + REG_PCI_CONTROL); in en7523_pci_prepare()
476 val = readl(np_base + REG_PCI_CONTROL); in en7523_pci_prepare()
477 writel(val & ~mask, np_base + REG_PCI_CONTROL); in en7523_pci_prepare()
479 writel(val | mask, np_base + REG_PCI_CONTROL); in en7523_pci_prepare()
491 val = readl(np_base + REG_PCI_CONTROL); in en7523_pci_unprepare()
493 writel(val, np_base + REG_PCI_CONTROL); in en7523_pci_unprepare()
[all …]