Home
last modified time | relevance | path

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

/openbmc/linux/drivers/crypto/inside-secure/
H A Dsafexcel.c491 if (priv->flags & SAFEXCEL_HW_EIP197) { in safexcel_hw_setup_cdesc_rings()
547 if (priv->flags & SAFEXCEL_HW_EIP197) { in safexcel_hw_setup_rdesc_rings()
606 if (priv->flags & SAFEXCEL_HW_EIP197) { in safexcel_hw_init()
659 if (priv->flags & SAFEXCEL_HW_EIP197) in safexcel_hw_init()
692 if (priv->flags & SAFEXCEL_HW_EIP197) in safexcel_hw_init()
1360 if (priv->flags & SAFEXCEL_HW_EIP197) { in safexcel_init_register_offsets()
1428 priv->flags |= SAFEXCEL_HW_EIP197; in safexcel_probe_generic()
1434 priv->flags |= SAFEXCEL_HW_EIP197; in safexcel_probe_generic()
1460 if (((priv->flags & SAFEXCEL_HW_EIP197) && in safexcel_probe_generic()
1463 ((!(priv->flags & SAFEXCEL_HW_EIP197) && in safexcel_probe_generic()
[all …]
H A Dsafexcel.h793 SAFEXCEL_HW_EIP197 = BIT(1), enumerator