Searched refs:M_MASK (Results 1 – 3 of 3) sorted by relevance
22 #define M_MASK GENMASK(18, 17) macro23 #define M(n) FIELD_PREP(M_MASK, (n))39 #define CTRL_INIT_MASK (M_MASK | CCM_MASK | CA_MASK | TST_MASK | NB | RFB)117 regmap_update_bits(priv->regmap, PHY_CTRL, M_MASK | NB, val); in mixel_lvds_phy_power_on()
314 #define M_MASK 0x1ff in cellrate_to_float() macro326 flot = NZ | (i << M_BITS) | (cr & M_MASK); in cellrate_to_float()328 flot = NZ | (i << M_BITS) | ((cr << (M_BITS - i)) & M_MASK); in cellrate_to_float()330 flot = NZ | (i << M_BITS) | ((cr >> (i - M_BITS)) & M_MASK); in cellrate_to_float()345 mantissa = rate & M_MASK;
1123 #define M (M_MASK << M_SHIFT)1585 #define M_MASK 0x01 macro