Searched defs:COMP1_MODE_EN (Results 1 – 2 of 2) sorted by relevance
90 #define COMP1_MODE_EN(r) (((r) & BIT(4)) >> 4) macro
77 #define COMP1_MODE_EN(r) FIELD_GET(BIT(4), (r)) macro