Lines Matching refs:res_ptr
295 for(; res_ptr < res_end; ++res_ptr) { \
298 idx = (unsigned int)((unsigned long)res_ptr - (unsigned long)ioc->res_map); \
300 if ((0 == (*res_ptr & mask)) && !ret) { \
301 *res_ptr |= mask; \
309 u##size *res_ptr = (u##size *)&((ioc)->res_map[ioa->res_hint & ~((size >> 3) - 1)]); \
312 res_ptr = (u##size *)&(ioc)->res_map[0]; \
417 u##size *res_ptr = (u##size *)&((ioc)->res_map[res_idx]); \
418 BUG_ON((*res_ptr & mask) != mask); \
419 *res_ptr &= ~(mask);
1107 u32 *res_ptr = (u32 *)ioc->res_map; in ccio_proc_bitmap_info() local
1113 len += seq_printf(m, "%08x", *res_ptr); in ccio_proc_bitmap_info()
1114 res_ptr++; in ccio_proc_bitmap_info()
1188 u8 *res_ptr; in ccio_cujo20_fixup() local
1191 res_ptr = ioc->res_map; in ccio_cujo20_fixup()
1195 res_ptr[idx] |= 0xff; in ccio_cujo20_fixup()