Home
last modified time | relevance | path

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

/kernel/linux/linux-6.6/drivers/clk/
H A Dclk-en7523.c21 #define REG_RESET_CONTROL 0x834 macro
215 val = readl(np_base + REG_RESET_CONTROL); in en7523_pci_prepare()
218 writel(val & ~mask, np_base + REG_RESET_CONTROL); in en7523_pci_prepare()
220 writel(val | mask, np_base + REG_RESET_CONTROL); in en7523_pci_prepare()
222 writel(val & ~mask, np_base + REG_RESET_CONTROL); in en7523_pci_prepare()

Completed in 2 milliseconds