Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/drivers/crypto/inside-secure/
Dsafexcel.c483 if (priv->flags & SAFEXCEL_HW_EIP197) { in safexcel_hw_setup_cdesc_rings()
539 if (priv->flags & SAFEXCEL_HW_EIP197) { in safexcel_hw_setup_rdesc_rings()
598 if (priv->flags & SAFEXCEL_HW_EIP197) { in safexcel_hw_init()
651 if (priv->flags & SAFEXCEL_HW_EIP197) in safexcel_hw_init()
684 if (priv->flags & SAFEXCEL_HW_EIP197) in safexcel_hw_init()
780 } else if (priv->flags & SAFEXCEL_HW_EIP197) { in safexcel_hw_init()
1366 if (priv->flags & SAFEXCEL_HW_EIP197) { in safexcel_init_register_offsets()
1434 priv->flags |= SAFEXCEL_HW_EIP197; in safexcel_probe_generic()
1440 priv->flags |= SAFEXCEL_HW_EIP197; in safexcel_probe_generic()
1466 if (((priv->flags & SAFEXCEL_HW_EIP197) && in safexcel_probe_generic()
[all …]
Dsafexcel.h786 SAFEXCEL_HW_EIP197 = BIT(1), enumerator