Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/crypto/ccree/
Dcc_driver.c186 struct cc_drvdata *new_drvdata; in init_cc_resources() local
196 new_drvdata = devm_kzalloc(dev, sizeof(*new_drvdata), GFP_KERNEL); in init_cc_resources()
197 if (!new_drvdata) in init_cc_resources()
205 new_drvdata->hw_rev_name = hw_rev->name; in init_cc_resources()
206 new_drvdata->hw_rev = hw_rev->rev; in init_cc_resources()
209 new_drvdata->hash_len_sz = HASH_LEN_SIZE_712; in init_cc_resources()
210 new_drvdata->axim_mon_offset = CC_REG(AXIM_MON_COMP); in init_cc_resources()
211 new_drvdata->sig_offset = CC_REG(HOST_SIGNATURE_712); in init_cc_resources()
212 new_drvdata->ver_offset = CC_REG(HOST_VERSION_712); in init_cc_resources()
214 new_drvdata->hash_len_sz = HASH_LEN_SIZE_630; in init_cc_resources()
[all …]