Searched refs:hiaopt (Results 1 - 1 of 1) sorted by last modified time

/linux-master/drivers/crypto/inside-secure/
H A Dsafexcel.c1395 u32 peid, version, mask, val, hiaopt, hwopt, peopt; local
1491 hiaopt = readl(EIP197_HIA_AIC(priv) + EIP197_HIA_OPTIONS);
1500 priv->hwconfig.hwdataw = (hiaopt >> EIP197_HWDATAW_OFFSET) &
1502 priv->hwconfig.hwcfsize = ((hiaopt >> EIP197_CFSIZE_OFFSET) &
1505 priv->hwconfig.hwrfsize = ((hiaopt >> EIP197_RFSIZE_OFFSET) &
1508 priv->hwconfig.hwnumpes = (hiaopt >> EIP197_N_PES_OFFSET) &
1510 priv->hwconfig.hwnumrings = (hiaopt >> EIP197_N_RINGS_OFFSET) &
1512 if (hiaopt & EIP197_HIA_OPT_HAS_PE_ARB)
1552 priv->hwconfig.hwdataw = (hiaopt >> EIP197_HWDATAW_OFFSET) &
1554 priv->hwconfig.hwcfsize = (hiaopt >> EIP97_CFSIZE_OFFSE
[all...]

Completed in 159 milliseconds