Lines Matching defs:hp_flags

415 	/* Host private flags (hp_flags) */
438 #define IS_GEN_I(hpriv) ((hpriv)->hp_flags & MV_HP_GEN_I)
439 #define IS_GEN_II(hpriv) ((hpriv)->hp_flags & MV_HP_GEN_II)
440 #define IS_GEN_IIE(hpriv) ((hpriv)->hp_flags & MV_HP_GEN_IIE)
441 #define IS_PCIE(hpriv) ((hpriv)->hp_flags & MV_HP_PCIE)
442 #define IS_SOC(hpriv) ((hpriv)->hp_flags & MV_HP_FLAG_SOC)
538 u32 hp_flags;
1376 if (hpriv->hp_flags & MV_HP_FIX_LP_PHY_CTL) {
1563 if (hpriv->hp_flags & MV_HP_QUIRK_LED_BLINK_EN)
1565 hpriv->hp_flags |= MV_HP_QUIRK_LED_BLINK_EN;
1579 if (!(hpriv->hp_flags & MV_HP_QUIRK_LED_BLINK_EN))
1591 hpriv->hp_flags &= ~MV_HP_QUIRK_LED_BLINK_EN;
1641 if (hpriv->hp_flags & MV_HP_CUT_THROUGH)
1722 if (hpriv->hp_flags & MV_HP_ERRATA_60X1C0)
3004 int using_msi = hpriv->hp_flags & MV_HP_FLAG_MSI;
3132 int fix_apm_sq = (hpriv->hp_flags & MV_HP_ERRATA_50XXB0);
3344 u32 hp_flags = hpriv->hp_flags;
3346 hp_flags & (MV_HP_ERRATA_60X1B2 | MV_HP_ERRATA_60X1C0);
3348 hp_flags & (MV_HP_ERRATA_60X1B2 | MV_HP_ERRATA_60X1C0);
3767 u32 hp_flags = hpriv->hp_flags;
3772 hp_flags |= MV_HP_GEN_I;
3776 hp_flags |= MV_HP_ERRATA_50XXB0;
3779 hp_flags |= MV_HP_ERRATA_50XXB2;
3784 hp_flags |= MV_HP_ERRATA_50XXB2;
3792 hp_flags |= MV_HP_GEN_I;
3796 hp_flags |= MV_HP_ERRATA_50XXB0;
3799 hp_flags |= MV_HP_ERRATA_50XXB2;
3804 hp_flags |= MV_HP_ERRATA_50XXB2;
3812 hp_flags |= MV_HP_GEN_II;
3817 hp_flags |= MV_HP_ERRATA_60X1B2;
3820 hp_flags |= MV_HP_ERRATA_60X1C0;
3825 hp_flags |= MV_HP_ERRATA_60X1B2;
3831 hp_flags |= MV_HP_PCIE | MV_HP_CUT_THROUGH;
3864 hp_flags |= MV_HP_GEN_IIE;
3866 hp_flags |= MV_HP_CUT_THROUGH;
3870 hp_flags |= MV_HP_ERRATA_60X1C0;
3875 hp_flags |= MV_HP_ERRATA_60X1C0;
3884 hp_flags |= MV_HP_FLAG_SOC | MV_HP_GEN_IIE |
3893 hpriv->hp_flags = hp_flags;
3894 if (hp_flags & MV_HP_PCIE) {
4175 hpriv->hp_flags |= MV_HP_FIX_LP_PHY_CTL;
4354 scc_s, (MV_HP_FLAG_MSI & hpriv->hp_flags) ? "MSI" : "INTx");
4426 hpriv->hp_flags |= MV_HP_FLAG_MSI;