Searched refs:type_rate (Results 1 – 5 of 5) sorted by relevance
1284 u32 type_rate = HZIP_SHAPER_RATE_COMPRESS; in hisi_zip_probe_init() local1294 type_rate |= QM_SHAPER_ENABLE; in hisi_zip_probe_init()1297 type_rate |= HZIP_SHAPER_RATE_DECOMPRESS << QM_SHAPER_TYPE1_OFFSET; in hisi_zip_probe_init()1298 qm->type_rate = type_rate; in hisi_zip_probe_init()
1188 u32 type_rate = SEC_SHAPER_TYPE_RATE; in sec_probe_init() local1198 type_rate |= QM_SHAPER_ENABLE; in sec_probe_init()1199 qm->type_rate = type_rate; in sec_probe_init()
1381 u32 type_rate = HPRE_SHAPER_TYPE_RATE; in hpre_probe_init() local1391 type_rate |= QM_SHAPER_ENABLE; in hpre_probe_init()1392 qm->type_rate = type_rate; in hpre_probe_init()
384 u32 type_rate; member
1288 writel(qm->type_rate, qm->io_base + QM_SHAPER_CFG); in qm_shaper_init_vft()