Searched refs:SCHAR_MIN (Results 1 – 2 of 2) sorted by relevance
/linux/include/linux/mfd/ | ||
H A D | wl1273-core.h | 207 #define SCHAR_MIN (-128) macro |
/linux/drivers/media/radio/ | ||
H A D | radio-wl1273.c | 806 if (level < SCHAR_MIN || level > SCHAR_MAX) in wl1273_fm_set_seek() |