Home
last modified time | relevance | path

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

/openbmc/linux/drivers/crypto/inside-secure/
H A Dsafexcel.c677 if (priv->hwconfig.hwnumpes > 4) { in safexcel_hw_init()
1332 priv->config.pes = priv->hwconfig.hwnumpes; in safexcel_configure()
1512 priv->hwconfig.hwnumpes = (hiaopt >> EIP197_N_PES_OFFSET) & in safexcel_probe_generic()
1562 priv->hwconfig.hwnumpes = 1; /* by definition */ in safexcel_probe_generic()
1587 peid, priv->hwconfig.hwver, hwctg, priv->hwconfig.hwnumpes, in safexcel_probe_generic()
H A Dsafexcel.h812 int hwnumpes; member