Searched refs:res_map (Results 1 - 4 of 4) sorted by relevance

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/ia64/hp/common/
H A Dsba_iommu.c199 char *res_map; /* resource map, bit == pdir entry */ member in struct:ioc
316 unsigned long *rptr = (unsigned long *) &ioc->res_map[(pide >>3) & -sizeof(unsigned long)];
345 u64 *rptr_end = (u64 *) &(ioc->res_map[ioc->res_size]);
346 u64 *rptr = (u64 *) ioc->res_map; /* resource map ptr */
363 ** BUMMER! -- res_map != pdir --
374 rptr++; /* look at next word of res_map */
474 unsigned long *res_end = (unsigned long *) &(ioc->res_map[ioc->res_size]);
486 res_ptr = (ulong *)ioc->res_map;
504 pide = ((unsigned long)res_ptr - (unsigned long)ioc->res_map);
537 pide = ((unsigned long)res_ptr - (unsigned long)ioc->res_map);
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/parisc/
H A Dsba_iommu.c178 unsigned long *rptr = (unsigned long *) &(ioc->res_map[(pide >>3) & ~(sizeof(unsigned long) - 1)]);
208 u32 *rptr_end = (u32 *) &(ioc->res_map[ioc->res_size]);
209 u32 *rptr = (u32 *) ioc->res_map; /* resource map ptr */
223 ** BUMMER! -- res_map != pdir --
234 rptr++; /* look at next word of res_map */
309 unsigned long *res_end = (unsigned long *) &(ioc->res_map[ioc->res_size]);
317 pide = ((unsigned long)res_ptr - (unsigned long)ioc->res_map);
349 pide = ((unsigned long)res_ptr - (unsigned long)ioc->res_map);
368 ioc->res_hint = (unsigned long *) ioc->res_map;
411 (uint) ((unsigned long) ioc->res_hint - (unsigned long) ioc->res_map),
[all...]
H A Dccio-dma.c232 u8 *res_map; /* resource map, bit == pdir entry */ member in struct:ioc
306 res_idx = (unsigned int)((unsigned long)res_ptr - (unsigned long)ioc->res_map); \
313 u##size *res_ptr = (u##size *)&((ioc)->res_map[ioa->res_hint & ~((size >> 3) - 1)]); \
314 u##size *res_end = (u##size *)&(ioc)->res_map[ioa->res_size]; \
316 res_ptr = (u##size *)&(ioc)->res_map[0]; \
410 u##size *res_ptr = (u##size *)&((ioc)->res_map[res_idx]); \
1010 u32 *res_ptr = (u32 *)ioc->res_map;
1094 res_ptr = ioc->res_map;
1163 ** thus, pdir/res_map will also be log2().
1206 ioc->res_map
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/include/asm-parisc/
H A Dropes.h30 char *res_map; /* resource map, bit == pdir entry */ member in struct:ioc

Completed in 99 milliseconds