Home
last modified time | relevance | path

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

/drivers/crypto/hisilicon/zip/
Dzip_main.c879 u32 type_rate = HZIP_SHAPER_RATE_COMPRESS; in hisi_zip_probe_init() local
889 type_rate |= QM_SHAPER_ENABLE; in hisi_zip_probe_init()
892 type_rate |= HZIP_SHAPER_RATE_DECOMPRESS << QM_SHAPER_TYPE1_OFFSET; in hisi_zip_probe_init()
893 qm->type_rate = type_rate; in hisi_zip_probe_init()
/drivers/crypto/hisilicon/sec2/
Dsec_main.c928 u32 type_rate = SEC_SHAPER_TYPE_RATE; in sec_probe_init() local
938 type_rate |= QM_SHAPER_ENABLE; in sec_probe_init()
939 qm->type_rate = type_rate; in sec_probe_init()
/drivers/crypto/hisilicon/hpre/
Dhpre_main.c1054 u32 type_rate = HPRE_SHAPER_TYPE_RATE; in hpre_probe_init() local
1064 type_rate |= QM_SHAPER_ENABLE; in hpre_probe_init()
1065 qm->type_rate = type_rate; in hpre_probe_init()
/drivers/crypto/hisilicon/
Dqm.h279 u32 type_rate; member
Dqm.c1121 writel(qm->type_rate, qm->io_base + QM_SHAPER_CFG); in qm_shaper_init_vft()