Home
last modified time | relevance | path

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

/linux-4.1.27/sound/pci/
Dvia82xx_modem.c217 #define VIA_TABLE_SIZE 255 macro
290 PAGE_ALIGN(VIA_TABLE_SIZE * 2 * 8), in build_via_table()
295 dev->idx_table = kmalloc(sizeof(*dev->idx_table) * VIA_TABLE_SIZE, GFP_KERNEL); in build_via_table()
314 if (idx >= VIA_TABLE_SIZE) { in build_via_table()
734 .periods_max = VIA_TABLE_SIZE / 2,
Dvia82xx.c321 #define VIA_TABLE_SIZE 255 macro
437 PAGE_ALIGN(VIA_TABLE_SIZE * 2 * 8), in build_via_table()
442 dev->idx_table = kmalloc(sizeof(*dev->idx_table) * VIA_TABLE_SIZE, GFP_KERNEL); in build_via_table()
461 if (idx >= VIA_TABLE_SIZE) { in build_via_table()
1170 .periods_max = VIA_TABLE_SIZE / 2,