Home
last modified time | relevance | path

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

/linux-6.3-rc2/drivers/media/dvb-frontends/
A Dstb6100.h64 #define CHKRANGE(val, x, y) (((val >= x) && (val < y)) ? 1 : 0) macro
A Dstb6100.c367 (ptr->val_high != 0) && !CHKRANGE(frequency, ptr->val_low, ptr->val_high); in stb6100_set_frequency()

Completed in 57 milliseconds