Lines Matching refs:hw_rev
132 if (drvdata->hw_rev <= CC_HW_REV_710) in init_cc_cache_params()
254 if (drvdata->hw_rev <= CC_HW_REV_712) in cc_wait_for_reset_completion()
280 if (drvdata->hw_rev <= CC_HW_REV_712) { in init_cc_regs()
295 if (drvdata->hw_rev >= CC_HW_REV_712) in init_cc_regs()
301 if (drvdata->hw_rev >= CC_HW_REV_712) in init_cc_regs()
315 const struct cc_hw_data *hw_rev; in init_cc_resources() local
324 hw_rev = of_device_get_match_data(dev); in init_cc_resources()
325 new_drvdata->hw_rev_name = hw_rev->name; in init_cc_resources()
326 new_drvdata->hw_rev = hw_rev->rev; in init_cc_resources()
327 new_drvdata->std_bodies = hw_rev->std_bodies; in init_cc_resources()
329 if (hw_rev->rev >= CC_HW_REV_712) { in init_cc_resources()
405 if (hw_rev->rev <= CC_HW_REV_712) { in init_cc_resources()
408 if (val != hw_rev->sig) { in init_cc_resources()
410 val, hw_rev->sig); in init_cc_resources()
419 if (val != hw_rev->pidr_0124) { in init_cc_resources()
421 val, hw_rev->pidr_0124); in init_cc_resources()
428 if (val != hw_rev->cidr_0123) { in init_cc_resources()
430 val, hw_rev->cidr_0123); in init_cc_resources()
471 hw_rev->name, hw_rev_pidr, sig_cidr, DRV_MODULE_VERSION); in init_cc_resources()
606 if (drvdata->hw_rev >= CC_HW_REV_712) in cc_get_default_hash_len()