Home
last modified time | relevance | path

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

/openbmc/linux/drivers/crypto/hisilicon/hpre/
H A Dhpre_main.c86 #define HPRE_CLKGATE_CTL 0x301a10 macro
602 val = readl(qm->io_base + HPRE_CLKGATE_CTL); in hpre_enable_clock_gate()
604 writel(val, qm->io_base + HPRE_CLKGATE_CTL); in hpre_enable_clock_gate()
626 val = readl(qm->io_base + HPRE_CLKGATE_CTL); in hpre_disable_clock_gate()
628 writel(val, qm->io_base + HPRE_CLKGATE_CTL); in hpre_disable_clock_gate()