Lines Matching refs:hiaopt
1405 u32 peid, version, mask, val, hiaopt, hwopt, peopt;
1501 hiaopt = readl(EIP197_HIA_AIC(priv) + EIP197_HIA_OPTIONS);
1510 priv->hwconfig.hwdataw = (hiaopt >> EIP197_HWDATAW_OFFSET) &
1512 priv->hwconfig.hwcfsize = ((hiaopt >> EIP197_CFSIZE_OFFSET) &
1515 priv->hwconfig.hwrfsize = ((hiaopt >> EIP197_RFSIZE_OFFSET) &
1518 priv->hwconfig.hwnumpes = (hiaopt >> EIP197_N_PES_OFFSET) &
1520 priv->hwconfig.hwnumrings = (hiaopt >> EIP197_N_RINGS_OFFSET) &
1522 if (hiaopt & EIP197_HIA_OPT_HAS_PE_ARB)
1562 priv->hwconfig.hwdataw = (hiaopt >> EIP197_HWDATAW_OFFSET) &
1564 priv->hwconfig.hwcfsize = (hiaopt >> EIP97_CFSIZE_OFFSET) &
1566 priv->hwconfig.hwrfsize = (hiaopt >> EIP97_RFSIZE_OFFSET) &
1569 priv->hwconfig.hwnumrings = (hiaopt >> EIP197_N_RINGS_OFFSET) &