Home
last modified time | relevance | path

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

/openbmc/u-boot/drivers/video/
H A Dmali_dp.c54 #define M13BITS 0x1fff macro
64 #define MALIDP_H_ACTIVE(x) (((x) & M13BITS) << 0)
65 #define MALIDP_V_ACTIVE(x) (((x) & M13BITS) << 16)
67 #define MALIDP_CMP_V_SIZE(x) (((x) & M13BITS) << 16)
68 #define MALIDP_CMP_H_SIZE(x) (((x) & M13BITS) << 0)
70 #define MALIDP_IN_V_SIZE(x) (((x) & M13BITS) << 16)
71 #define MALIDP_IN_H_SIZE(x) (((x) & M13BITS) << 0)