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

/k10sensor/src/
H A Dpciinspect.c54 mask(char *res, int to, int from) { function
178 mask(buf2, op2, op3);
H A Dcommon.c590 uint32_t mask = core1 ? (1 << 2) : 0; local
591 if ((data & ((1<<6) || (1<<2))) != mask) {
593 data = (data & ~((1<<6) | (1<<2))) | mask;

Completed in 6 milliseconds