Lines Matching refs:hw_rev
131 if (drvdata->hw_rev <= CC_HW_REV_710) in init_cc_cache_params()
253 if (drvdata->hw_rev <= CC_HW_REV_712) in cc_wait_for_reset_completion()
279 if (drvdata->hw_rev <= CC_HW_REV_712) { in init_cc_regs()
294 if (drvdata->hw_rev >= CC_HW_REV_712) in init_cc_regs()
300 if (drvdata->hw_rev >= CC_HW_REV_712) in init_cc_regs()
314 const struct cc_hw_data *hw_rev; in init_cc_resources() local
323 hw_rev = of_device_get_match_data(dev); in init_cc_resources()
324 new_drvdata->hw_rev_name = hw_rev->name; in init_cc_resources()
325 new_drvdata->hw_rev = hw_rev->rev; in init_cc_resources()
326 new_drvdata->std_bodies = hw_rev->std_bodies; in init_cc_resources()
328 if (hw_rev->rev >= CC_HW_REV_712) { in init_cc_resources()
404 if (hw_rev->rev <= CC_HW_REV_712) { in init_cc_resources()
407 if (val != hw_rev->sig) { in init_cc_resources()
409 val, hw_rev->sig); in init_cc_resources()
418 if (val != hw_rev->pidr_0124) { in init_cc_resources()
420 val, hw_rev->pidr_0124); in init_cc_resources()
427 if (val != hw_rev->cidr_0123) { in init_cc_resources()
429 val, hw_rev->cidr_0123); in init_cc_resources()
470 hw_rev->name, hw_rev_pidr, sig_cidr, DRV_MODULE_VERSION); in init_cc_resources()
605 if (drvdata->hw_rev >= CC_HW_REV_712) in cc_get_default_hash_len()