Home
last modified time | relevance | path

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

/u-boot/drivers/video/
A Dmali_dp.c58 #define M13BITS 0x1fff macro
68 #define MALIDP_H_ACTIVE(x) (((x) & M13BITS) << 0)
69 #define MALIDP_V_ACTIVE(x) (((x) & M13BITS) << 16)
71 #define MALIDP_CMP_V_SIZE(x) (((x) & M13BITS) << 16)
72 #define MALIDP_CMP_H_SIZE(x) (((x) & M13BITS) << 0)
74 #define MALIDP_IN_V_SIZE(x) (((x) & M13BITS) << 16)
75 #define MALIDP_IN_H_SIZE(x) (((x) & M13BITS) << 0)

Completed in 3 milliseconds