Home
last modified time | relevance | path

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

/linux-6.15/drivers/clk/
H A Dclk-en7523.c31 #define REG_RESET_CONTROL1 0x834 macro
413 val = readl(np_base + REG_RESET_CONTROL1); in en7523_pci_prepare()
416 writel(val & ~mask, np_base + REG_RESET_CONTROL1); in en7523_pci_prepare()
418 writel(val | mask, np_base + REG_RESET_CONTROL1); in en7523_pci_prepare()
420 writel(val & ~mask, np_base + REG_RESET_CONTROL1); in en7523_pci_prepare()