Searched refs:DPIO_TX2_STAGGER_MASK (Results 1 – 2 of 2) sorted by relevance
954 val |= DPIO_TX2_STAGGER_MASK(0x1f); in chv_phy_pre_encoder_enable()959 val |= DPIO_TX2_STAGGER_MASK(0x1f); in chv_phy_pre_encoder_enable()
342 #define DPIO_TX2_STAGGER_MASK(x) ((x) << 24) macro