Home
last modified time | relevance | path

Searched refs:M_MASK (Results 1 – 3 of 3) sorted by relevance

/drivers/phy/freescale/
Dphy-fsl-imx8qm-lvds-phy.c22 #define M_MASK GENMASK(18, 17) macro
23 #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()
/drivers/atm/
Diphase.c314 #define M_MASK 0x1ff in cellrate_to_float() macro
326 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;
/drivers/iommu/
Dmsm_iommu_hw-8xxx.h1123 #define M (M_MASK << M_SHIFT)
1585 #define M_MASK 0x01 macro