Home
last modified time | relevance | path

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

/openbmc/linux/drivers/crypto/ccree/
H A Dcc_driver.c309 struct cc_drvdata *new_drvdata; in init_cc_resources() local
319 new_drvdata = devm_kzalloc(dev, sizeof(*new_drvdata), GFP_KERNEL); in init_cc_resources()
320 if (!new_drvdata) 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()
329 new_drvdata->axim_mon_offset = CC_REG(AXIM_MON_COMP); in init_cc_resources()
330 new_drvdata->sig_offset = CC_REG(HOST_SIGNATURE_712); in init_cc_resources()
331 new_drvdata->ver_offset = CC_REG(HOST_VERSION_712); in init_cc_resources()
333 new_drvdata->axim_mon_offset = CC_REG(AXIM_MON_COMP8); in init_cc_resources()
[all …]