Lines Matching defs:mask
361 /* Search word at a time - no mask needed */
385 unsigned long mask;
391 mask = RESMAP_MASK(bits_wanted) >> bitshiftcnt;
396 DBG_RES(" %p %lx %lx\n", res_ptr, mask, *res_ptr);
397 WARN_ON(mask == 0);
402 if ((((*res_ptr) & mask) == 0) && !ret) {
403 *res_ptr |= mask; /* mark resources busy! */
407 mask >>= o;
409 if (mask == 0) {
410 mask = RESMAP_MASK(bits_wanted);
673 * @mask: number of address bits this PCI device can handle
677 static int sba_dma_supported( struct device *dev, u64 mask)
692 * check if mask is >= than the current max IO Virt Address
695 return((int)(mask >= (ioc->ibase - 1 +
1472 DBG_INIT("%s() IOV base %#lx mask %#0lx\n",