Home
last modified time | relevance | path

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

/linux-6.12.1/drivers/crypto/inside-secure/
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()
788 } else if (priv->flags & SAFEXCEL_HW_EIP197) { in safexcel_hw_init()
1356 if (priv->flags & SAFEXCEL_HW_EIP197) { in safexcel_init_register_offsets()
1424 priv->flags |= SAFEXCEL_HW_EIP197; in safexcel_probe_generic()
1430 priv->flags |= SAFEXCEL_HW_EIP197; in safexcel_probe_generic()
1456 if (((priv->flags & SAFEXCEL_HW_EIP197) && in safexcel_probe_generic()
[all …]
Dsafexcel.h793 SAFEXCEL_HW_EIP197 = BIT(1), enumerator