Home
last modified time | relevance | path

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

/kernel/linux/linux-6.6/drivers/clk/
H A Dclk-en7523.c10 #define REG_PCI_CONTROL 0x88 macro
194 return !!(readl(cg->base + REG_PCI_CONTROL) & REG_PCI_CONTROL_REFCLK_EN1); in en7523_pci_is_enabled()
204 val = readl(np_base + REG_PCI_CONTROL); in en7523_pci_prepare()
206 writel(val, np_base + REG_PCI_CONTROL); in en7523_pci_prepare()
211 writel(val, np_base + REG_PCI_CONTROL); in en7523_pci_prepare()
227 val = readl(np_base + REG_PCI_CONTROL); in en7523_pci_prepare()
228 writel(val & ~mask, np_base + REG_PCI_CONTROL); in en7523_pci_prepare()
230 writel(val | mask, np_base + REG_PCI_CONTROL); in en7523_pci_prepare()
242 val = readl(np_base + REG_PCI_CONTROL); in en7523_pci_unprepare()
244 writel(val, np_base + REG_PCI_CONTROL); in en7523_pci_unprepare()
[all...]

Completed in 2 milliseconds