Home
last modified time | relevance | path

Searched defs:INRANGE (Results 1 – 4 of 4) sorted by relevance

/linux-4.19.296/drivers/media/dvb-frontends/
Dstb6100.h73 #define INRANGE(val, x, y) (((x <= val) && (val <= y)) || \ macro
Dstv0367_priv.h40 #define INRANGE(X, Y, Z) \ macro
Dstb0899_priv.h50 #define INRANGE(val, x, y) (((x <= val) && (val <= y)) || \ macro
Dstv0900_priv.h27 #define INRANGE(X, Y, Z) ((((X) <= (Y)) && ((Y) <= (Z))) \ macro