Searched refs:DSP_CODE_BYTE_SIZE (Results 1 - 2 of 2) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/sound/pci/cs46xx/
H A Ddsp_spos.h33 #define DSP_CODE_BYTE_SIZE 0x00007000UL macro
H A Ddsp_spos.c244 ins->code.data = kmalloc(DSP_CODE_BYTE_SIZE, GFP_KERNEL);
396 snd_cs46xx_clear_BA1(chip, DSP_CODE_BYTE_OFFSET, DSP_CODE_BYTE_SIZE);
402 if (ins->code.offset + code->size > DSP_CODE_BYTE_SIZE) {
1942 snd_cs46xx_clear_BA1(chip, DSP_CODE_BYTE_OFFSET, DSP_CODE_BYTE_SIZE);

Completed in 63 milliseconds