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

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/video/omap/
H A Ddispc.c166 struct resmap *res_map[DISPC_MEMTYPE_NUM]; member in struct:__anon16327
1131 struct resmap *res_map; local
1134 res_map =
1136 if (res_map == NULL)
1138 res_map->start = start;
1139 res_map->page_cnt = page_cnt;
1140 res_map->map = (unsigned long *)(res_map + 1);
1141 return res_map;
1144 static void cleanup_resmap(struct resmap *res_map) argument
1158 resmap_page_reserved(struct resmap *res_map, unsigned page_nr) argument
1163 resmap_reserve_page(struct resmap *res_map, unsigned page_nr) argument
1169 resmap_free_page(struct resmap *res_map, unsigned page_nr) argument
1178 struct resmap *res_map; local
1196 struct resmap *res_map; local
1218 struct resmap *res_map = dispc.res_map[mtype]; local
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/parisc/
H A Dsba_iommu.c180 unsigned long *rptr = (unsigned long *) &(ioc->res_map[(pide >>3) & ~(sizeof(unsigned long) - 1)]);
210 u32 *rptr_end = (u32 *) &(ioc->res_map[ioc->res_size]);
211 u32 *rptr = (u32 *) ioc->res_map; /* resource map ptr */
225 ** BUMMER! -- res_map != pdir --
236 rptr++; /* look at next word of res_map */
300 return (((unsigned long)res_ptr - (unsigned long)ioc->res_map) << 3)
318 unsigned long *res_end = (unsigned long *) &(ioc->res_map[ioc->res_size]);
395 ioc->res_hint = (unsigned long *) ioc->res_map;
438 (uint) ((unsigned long) ioc->res_hint - (unsigned long) ioc->res_map),
472 unsigned long *res_ptr = (unsigned long *) &((ioc)->res_map[rid
[all...]
H A Dccio-dma.c226 u8 *res_map; /* resource map, bit == pdir entry */ member in struct:ioc
298 idx = (unsigned int)((unsigned long)res_ptr - (unsigned long)ioc->res_map); \
309 u##size *res_ptr = (u##size *)&((ioc)->res_map[ioa->res_hint & ~((size >> 3) - 1)]); \
310 u##size *res_end = (u##size *)&(ioc)->res_map[ioa->res_size]; \
312 res_ptr = (u##size *)&(ioc)->res_map[0]; \
408 u##size *res_ptr = (u##size *)&((ioc)->res_map[res_idx]); \
1009 u32 *res_ptr = (u32 *)ioc->res_map;
1093 res_ptr = ioc->res_map;
1162 ** thus, pdir/res_map will also be log2().
1205 ioc->res_map
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/ia64/hp/common/
H A Dsba_iommu.c204 char *res_map; /* resource map, bit == pdir entry */ member in struct:ioc
321 unsigned long *rptr = (unsigned long *) &ioc->res_map[(pide >>3) & -sizeof(unsigned long)];
350 u64 *rptr_end = (u64 *) &(ioc->res_map[ioc->res_size]);
351 u64 *rptr = (u64 *) ioc->res_map; /* resource map ptr */
368 ** BUMMER! -- res_map != pdir --
379 rptr++; /* look at next word of res_map */
468 return (((unsigned long)res_ptr - (unsigned long)ioc->res_map) << 3)
487 unsigned long *res_end = (unsigned long *) &(ioc->res_map[ioc->res_size]);
508 res_ptr = (ulong *)ioc->res_map;
609 prefetch(ioc->res_map);
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/parisc/include/asm/
H A Dropes.h30 char *res_map; /* resource map, bit == pdir entry */ member in struct:ioc

Completed in 81 milliseconds