Home
last modified time | relevance | path

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

/linux-6.1.9/drivers/clk/
Dclk-en7523.c11 #define REG_PCI_CONTROL 0x88 macro
195 return !!(readl(cg->base + REG_PCI_CONTROL) & REG_PCI_CONTROL_REFCLK_EN1); in en7523_pci_is_enabled()
205 val = readl(np_base + REG_PCI_CONTROL); in en7523_pci_prepare()
207 writel(val, np_base + REG_PCI_CONTROL); in en7523_pci_prepare()
212 writel(val, np_base + REG_PCI_CONTROL); in en7523_pci_prepare()
228 val = readl(np_base + REG_PCI_CONTROL); in en7523_pci_prepare()
229 writel(val & ~mask, np_base + REG_PCI_CONTROL); in en7523_pci_prepare()
231 writel(val | mask, np_base + REG_PCI_CONTROL); in en7523_pci_prepare()
243 val = readl(np_base + REG_PCI_CONTROL); in en7523_pci_unprepare()
245 writel(val, np_base + REG_PCI_CONTROL); in en7523_pci_unprepare()