Lines Matching defs:entries
926 * npage The number of entries to be cleared
1384 * This function fills the gart table entries by a given page
1389 * entries the number of pages to be bound
1396 uint32_t entries,
1404 while (items < entries) {
1409 entries * sizeof (uint32_t), DDI_DMA_SYNC_FORDEV);
1417 * all the gart entries related to this agp memory.
2246 * No one supports 64-bit gart entries now, so the size of gart
2247 * entries defaults to 32-bit though AGP3.0 specifies the possibility
2248 * of 64-bit gart entries.
2320 * This function fills the gart table entries by a given page frame number
2328 * entries the number of pages to be bound
2340 uint32_t entries,
2349 while (items < entries) {
2355 if (items < entries)
2359 entries * sizeof (uint32_t), DDI_DMA_SYNC_FORDEV);