Home
last modified time | relevance | path

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

/Linux-v6.1/drivers/clk/
Dclk-en7523.c22 #define REG_RESET_CONTROL 0x834 macro
216 val = readl(np_base + REG_RESET_CONTROL); in en7523_pci_prepare()
219 writel(val & ~mask, np_base + REG_RESET_CONTROL); in en7523_pci_prepare()
221 writel(val | mask, np_base + REG_RESET_CONTROL); in en7523_pci_prepare()
223 writel(val & ~mask, np_base + REG_RESET_CONTROL); in en7523_pci_prepare()