Searched defs:checkmask (Results 1 - 2 of 2) sorted by relevance

/drivers/iio/adc/
H A Dmax1363.c937 static inline int __max1363_check_event_mask(int thismask, int checkmask) argument
942 if (checkmask & ~0x0F) {
947 if (checkmask & ~0x30) {
951 } else if (checkmask & ~0xC0)
/drivers/video/fbdev/sis/
H A Dinit301.c199 unsigned short checkmask=0, modeid, infoflag; local
207 checkmask |= SupportRAMDAC2;
209 checkmask |= SupportRAMDAC2_135;
211 checkmask |= SupportRAMDAC2_162;
213 checkmask |= SupportRAMDAC2_202;
220 checkmask |= SupportLCD;
224 if(modeid == 0x2e) checkmask |= Support64048060Hz;
231 checkmask |= SupportHiVision;
235 checkmask |= SupportTV;
237 checkmask |
[all...]

Completed in 101 milliseconds