Searched refs:dmasz (Results 1 – 4 of 4) sorted by relevance
341 unsigned int dmasz, u; in sbc_open() local390 dmasz = (NUM_FRAGMENTS + 1) * sm->dma.ifragsz; in sbc_open()392 if (u > dmasz) in sbc_open()393 dmasz = u; in sbc_open()394 if (!(sm->dma.ibuf = sm->dma.obuf = kmalloc(dmasz, GFP_KERNEL | GFP_DMA))) in sbc_open()
403 unsigned int dmasz, u; in wss_open() local426 dmasz = (NUM_FRAGMENTS + 1) * sm->dma.ifragsz; in wss_open()428 if (u > dmasz) in wss_open()429 dmasz = u; in wss_open()430 if (!(sm->dma.ibuf = sm->dma.obuf = kmalloc(dmasz, GFP_KERNEL | GFP_DMA))) in wss_open()
198 volatile u32 dmasz; /* DMA count */ member