Searched refs:ATI_MAX_DESCRIPTORS (Results 1 - 2 of 2) sorted by last modified time

/linux-master/sound/pci/
H A Datiixp_modem.c161 #define ATI_MAX_DESCRIPTORS 256 /* max number of descriptor packets */ macro
298 PAGE_ALIGN(ATI_MAX_DESCRIPTORS * sizeof(struct atiixp_dma_desc))
319 if (periods > ATI_MAX_DESCRIPTORS)
833 .periods_max = ATI_MAX_DESCRIPTORS,
H A Datiixp.c185 #define ATI_MAX_DESCRIPTORS 256 /* max number of descriptor packets */ macro
330 PAGE_ALIGN(ATI_MAX_DESCRIPTORS * sizeof(struct atiixp_dma_desc))
350 if (periods > ATI_MAX_DESCRIPTORS)
1015 .periods_max = ATI_MAX_DESCRIPTORS,

Completed in 145 milliseconds