Home
last modified time | relevance | path

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

/linux-6.15/drivers/crypto/hisilicon/hpre/
H A Dhpre_main.c85 #define HPRE_CLUSTER_DYN_CTL 0x302010 macro
630 val = readl(qm->io_base + offset + HPRE_CLUSTER_DYN_CTL); in hpre_enable_clock_gate()
632 writel(val, qm->io_base + offset + HPRE_CLUSTER_DYN_CTL); in hpre_enable_clock_gate()
663 val = readl(qm->io_base + offset + HPRE_CLUSTER_DYN_CTL); in hpre_disable_clock_gate()
665 writel(val, qm->io_base + offset + HPRE_CLUSTER_DYN_CTL); in hpre_disable_clock_gate()