Home
last modified time | relevance | path

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

/freebsd/sys/dev/pms/RefTisa/tisa/sassata/common/
H A Dtdesgl.c107 bit32 PageSizeInBytes; in tdsaEsglInit() local
177 PageSizeInBytes = pEsglAllInfo->EsglPageSize; in tdsaEsglInit()
179 TI_DBG6(("tdsaEsglInit: PageSizeInBytes 0x%x\n", PageSizeInBytes)); in tdsaEsglInit()
185 pEsglPageInfo->len = PageSizeInBytes; in tdsaEsglInit()
214 …pEsglPageInfo->agEsgl->descriptor[MAX_ESGL_ENTRIES-1].len = PageSizeInBytes; /* sizeof (agsaEsgl_t… in tdsaEsglInit()
224 PageVirtAddr = (bit8 *)PageVirtAddr + PageSizeInBytes; in tdsaEsglInit()