Lines Matching refs:res_ptr
64 u_long *res_ptr = (unsigned long *)pcxl_res_map; in dump_resmap() local
68 for(; i < (pcxl_res_size / sizeof(unsigned long)); ++i, ++res_ptr) in dump_resmap()
69 printk("%08lx ", *res_ptr); in dump_resmap()
226 for(; res_ptr < res_end; ++res_ptr) \
228 if(0 == ((*res_ptr) & mask)) { \
229 *res_ptr |= mask; \
230 idx = (int)((u_long)res_ptr - (u_long)pcxl_res_map); \
237 u##size *res_ptr = (u##size *)&(pcxl_res_map[pcxl_res_hint & ~((size >> 3) - 1)]); \
240 res_ptr = (u##size *)&pcxl_res_map[0]; \
293 …u##size *res_ptr = (u##size *)&(pcxl_res_map[(idx) + (((size >> 3) - 1) & (~((size >> 3) - 1)))]);…
295 *res_ptr &= ~m;
338 unsigned long *res_ptr = (u_long *)pcxl_res_map; in proc_pcxl_dma_show()
359 for(; i < (pcxl_res_size / sizeof(u_long)); ++i, ++res_ptr) { in proc_pcxl_dma_show()
362 seq_printf(m, "%s %08lx", buf, *res_ptr); in proc_pcxl_dma_show()