Lines Matching defs:mask
522 u64 mask)524 WREG32(LOWER_GPIO_ENABLE, mask & 0xffffffff);525 WREG32(UPPER_GPIO_ENABLE, upper_32_bits(mask));532 u32 tmp, mask;537 mask = 7 << (3 * ix);539 tmp = (tmp & ~mask) | ((pins >> (32 - (3 * ix))) & mask);544 u64 mask)549 gpio &= ~mask;553 gpio &= ~mask;557 gpio &= ~mask;