Home
last modified time | relevance | path

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

/linux-6.12.1/sound/pci/
Dvia82xx_modem.c202 #define VIA_TABLE_SIZE 255 macro
276 PAGE_ALIGN(VIA_TABLE_SIZE * 2 * 8), in build_via_table()
281 dev->idx_table = kmalloc_array(VIA_TABLE_SIZE, in build_via_table()
303 if (idx >= VIA_TABLE_SIZE) { in build_via_table()
720 .periods_max = VIA_TABLE_SIZE / 2,
Dvia82xx.c306 #define VIA_TABLE_SIZE 255 macro
421 PAGE_ALIGN(VIA_TABLE_SIZE * 2 * 8), in build_via_table()
426 dev->idx_table = kmalloc_array(VIA_TABLE_SIZE, in build_via_table()
448 if (idx >= VIA_TABLE_SIZE) { in build_via_table()
1150 .periods_max = VIA_TABLE_SIZE / 2,