Searched refs:res_hint (Results 1 - 3 of 3) sorted by relevance

/linux-master/drivers/parisc/
H A Dccio-dma.c219 u32 res_hint; /* next available IOVP - member in struct:ioc
281 ** If the search wraps around, and passes the res_hint, it will
293 ioc->res_hint = res_idx + (size >> 3); \
299 u##size *res_ptr = (u##size *)&((ioc)->res_map[ioa->res_hint & ~((size >> 3) - 1)]); \
386 DBG_RES("%s() res_idx %d res_hint: %d\n",
387 __func__, res_idx, ioc->res_hint);
1307 /* Initialize the res_hint to 16 */
1308 ioc->res_hint = 16;
H A Dsba_iommu.c344 unsigned long *res_ptr = ioc->res_hint;
421 ioc->res_hint = (unsigned long *) ioc->res_map;
424 ioc->res_hint = res_ptr;
465 (uint) ((unsigned long) ioc->res_hint - (unsigned long) ioc->res_map),
1734 sba_dev->ioc[i].res_hint = (unsigned long *)
/linux-master/arch/parisc/include/asm/
H A Dropes.h38 unsigned long *res_hint; /* next avail IOVP - circular search */ member in struct:ioc

Completed in 117 milliseconds