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

/drivers/staging/iio/adc/
H A Dmax1363_core.c751 static inline int __max1363_check_event_mask(int thismask, int checkmask) argument
756 if (checkmask & ~0x0F) {
761 if (checkmask & ~0x30) {
765 } else if (checkmask & ~0xC0)
/drivers/video/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 555 milliseconds