Home
last modified time | relevance | path

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

/freebsd-10-stable/sys/dev/pms/RefTisa/tisa/sassata/common/
Dtdesgl.c108 bit32 PageSizeInBytes; in tdsaEsglInit() local
178 PageSizeInBytes = pEsglAllInfo->EsglPageSize; in tdsaEsglInit()
180 TI_DBG6(("tdsaEsglInit: PageSizeInBytes 0x%x\n", PageSizeInBytes)); in tdsaEsglInit()
186 pEsglPageInfo->len = PageSizeInBytes; in tdsaEsglInit()
215 …pEsglPageInfo->agEsgl->descriptor[MAX_ESGL_ENTRIES-1].len = PageSizeInBytes; /* sizeof (agsaEsgl_t… in tdsaEsglInit()
225 PageVirtAddr = (bit8 *)PageVirtAddr + PageSizeInBytes; in tdsaEsglInit()