Home
last modified time | relevance | path

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

/sound/pci/emu10k1/
Dmemory.c92 blk->last_page = get_aligned_page(blk->mem.offset + blk->mem.size - 1); in emu10k1_memblk_init()
93 blk->pages = blk->last_page - blk->first_page + 1; in emu10k1_memblk_init()
156 for (pg = blk->first_page; pg <= blk->last_page; pg++) { in map_memblk()
192 for (pg = blk->first_page; pg <= blk->last_page; pg++) { in unmap_memblk()
218 page = blk->last_page + 1; in search_empty()
329 for (page = blk->first_page; page <= blk->last_page; page++, idx++) { in snd_emu10k1_alloc_pages()
432 int first_page, last_page; in get_single_page_range() local
436 if (q->last_page == first_page) in get_single_page_range()
439 last_page = blk->last_page; in get_single_page_range()
442 if (q->first_page == last_page) in get_single_page_range()
[all …]
/sound/pci/trident/
Dtrident.h263 short first_page, last_page; member
Dtrident_memory.c134 #define lastpg(blk) (((struct snd_trident_memblk_arg *)snd_util_memblk_argptr(blk))->last_page)