Home
last modified time | relevance | path

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

/openbmc/linux/sound/pci/
H A 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,
H A Dvia82xx.c306 #define VIA_TABLE_SIZE 255 macro
423 PAGE_ALIGN(VIA_TABLE_SIZE * 2 * 8), in build_via_table()
428 dev->idx_table = kmalloc_array(VIA_TABLE_SIZE, in build_via_table()
450 if (idx >= VIA_TABLE_SIZE) { in build_via_table()
1152 .periods_max = VIA_TABLE_SIZE / 2,