Lines Matching refs:hw_rev
202 if (drvdata->hw_rev <= CC_HW_REV_712) in cc_wait_for_reset_completion()
228 if (drvdata->hw_rev <= CC_HW_REV_712) { in init_cc_regs()
243 if (drvdata->hw_rev >= CC_HW_REV_712) in init_cc_regs()
273 const struct cc_hw_data *hw_rev; in init_cc_resources() local
282 hw_rev = of_device_get_match_data(dev); in init_cc_resources()
283 new_drvdata->hw_rev_name = hw_rev->name; in init_cc_resources()
284 new_drvdata->hw_rev = hw_rev->rev; in init_cc_resources()
285 new_drvdata->std_bodies = hw_rev->std_bodies; in init_cc_resources()
287 if (hw_rev->rev >= CC_HW_REV_712) { in init_cc_resources()
372 if (hw_rev->rev <= CC_HW_REV_712) { in init_cc_resources()
375 if (val != hw_rev->sig) { in init_cc_resources()
377 val, hw_rev->sig); in init_cc_resources()
386 if (val != hw_rev->pidr_0124) { in init_cc_resources()
388 val, hw_rev->pidr_0124); in init_cc_resources()
395 if (val != hw_rev->cidr_0123) { in init_cc_resources()
397 val, hw_rev->cidr_0123); in init_cc_resources()
438 hw_rev->name, hw_rev_pidr, sig_cidr, DRV_MODULE_VERSION); in init_cc_resources()
569 if (drvdata->hw_rev >= CC_HW_REV_712) in cc_get_default_hash_len()