Home
last modified time | relevance | path

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

/sound/pci/emu10k1/
Dmemory.c84 blk->last_page = get_aligned_page(blk->mem.offset + blk->mem.size - 1); in emu10k1_memblk_init()
85 blk->pages = blk->last_page - blk->first_page + 1; in emu10k1_memblk_init()
152 for (pg = blk->first_page; pg <= blk->last_page; pg++) { in map_memblk()
188 for (pg = blk->first_page; pg <= blk->last_page; pg++) { in unmap_memblk()
214 page = blk->last_page + 1; in search_empty()
325 for (page = blk->first_page; page <= blk->last_page; page++, idx++) { in snd_emu10k1_alloc_pages()
455 int first_page, last_page; in get_single_page_range() local
459 if (q->last_page == first_page) in get_single_page_range()
462 last_page = blk->last_page; in get_single_page_range()
465 if (q->first_page == last_page) in get_single_page_range()
[all …]
/sound/pci/trident/
Dtrident.h248 short first_page, last_page; member
Dtrident_memory.c119 #define lastpg(blk) (((struct snd_trident_memblk_arg *)snd_util_memblk_argptr(blk))->last_page)