Lines Matching refs:hiaopt
1399 u32 peid, version, mask, val, hiaopt, hwopt, peopt;
1495 hiaopt = readl(EIP197_HIA_AIC(priv) + EIP197_HIA_OPTIONS);
1504 priv->hwconfig.hwdataw = (hiaopt >> EIP197_HWDATAW_OFFSET) &
1506 priv->hwconfig.hwcfsize = ((hiaopt >> EIP197_CFSIZE_OFFSET) &
1509 priv->hwconfig.hwrfsize = ((hiaopt >> EIP197_RFSIZE_OFFSET) &
1512 priv->hwconfig.hwnumpes = (hiaopt >> EIP197_N_PES_OFFSET) &
1514 priv->hwconfig.hwnumrings = (hiaopt >> EIP197_N_RINGS_OFFSET) &
1516 if (hiaopt & EIP197_HIA_OPT_HAS_PE_ARB)
1556 priv->hwconfig.hwdataw = (hiaopt >> EIP197_HWDATAW_OFFSET) &
1558 priv->hwconfig.hwcfsize = (hiaopt >> EIP97_CFSIZE_OFFSET) &
1560 priv->hwconfig.hwrfsize = (hiaopt >> EIP97_RFSIZE_OFFSET) &
1563 priv->hwconfig.hwnumrings = (hiaopt >> EIP197_N_RINGS_OFFSET) &