Home
last modified time | relevance | path

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

/linux/drivers/clk/
H A Dclk-en7523.c35 #define REG_RESET_CONTROL1 0x834 macro
571 val = readl(np_base + REG_RESET_CONTROL1); in en7523_pci_prepare()
574 writel(val & ~mask, np_base + REG_RESET_CONTROL1); in en7523_pci_prepare()
576 writel(val | mask, np_base + REG_RESET_CONTROL1); in en7523_pci_prepare()
578 writel(val & ~mask, np_base + REG_RESET_CONTROL1); in en7523_pci_prepare()