Home
last modified time | relevance | path

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

/drivers/atm/
Diphase.c315 #define M_MASK 0x1ff in cellrate_to_float() macro
327 flot = NZ | (i << M_BITS) | (cr & M_MASK); in cellrate_to_float()
329 flot = NZ | (i << M_BITS) | ((cr << (M_BITS - i)) & M_MASK); in cellrate_to_float()
331 flot = NZ | (i << M_BITS) | ((cr >> (i - M_BITS)) & M_MASK); in cellrate_to_float()
346 mantissa = rate & M_MASK;
/drivers/iommu/
Dmsm_iommu_hw-8xxx.h1123 #define M (M_MASK << M_SHIFT)
1585 #define M_MASK 0x01 macro