Home
last modified time | relevance | path

Searched refs:res_ptr (Results 1 – 1 of 1) sorted by relevance

/arch/parisc/kernel/
A Dpci-dma.c63 u_long *res_ptr = (unsigned long *)pcxl_res_map; in dump_resmap() local
68 printk("%08lx ", *res_ptr); in dump_resmap()
230 for(; res_ptr < res_end; ++res_ptr) \
232 if(0 == ((*res_ptr) & mask)) { \
233 *res_ptr |= mask; \
234 idx = (int)((u_long)res_ptr - (u_long)pcxl_res_map); \
244 res_ptr = (u##size *)&pcxl_res_map[0]; \
299 *res_ptr &= ~m;
342 unsigned long *res_ptr = (u_long *)pcxl_res_map; in proc_pcxl_dma_show()
363 for(; i < (pcxl_res_size / sizeof(u_long)); ++i, ++res_ptr) { in proc_pcxl_dma_show()
[all …]

Completed in 4 milliseconds