Lines Matching refs:res_ptr
296 for(; res_ptr < res_end; ++res_ptr) { \
299 idx = (unsigned int)((unsigned long)res_ptr - (unsigned long)ioc->res_map); \
301 if ((0 == (*res_ptr & mask)) && !ret) { \
302 *res_ptr |= mask; \
310 u##size *res_ptr = (u##size *)&((ioc)->res_map[ioa->res_hint & ~((size >> 3) - 1)]); \
313 res_ptr = (u##size *)&(ioc)->res_map[0]; \
418 u##size *res_ptr = (u##size *)&((ioc)->res_map[res_idx]); \
419 BUG_ON((*res_ptr & mask) != mask); \
420 *res_ptr &= ~(mask);
1178 u8 *res_ptr; in ccio_cujo20_fixup() local
1181 res_ptr = ioc->res_map; in ccio_cujo20_fixup()
1185 res_ptr[idx] |= 0xff; in ccio_cujo20_fixup()