Home
last modified time | relevance | path

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

/sound/pci/korg1212/
Dkorg1212.c337 unsigned long sharedBufferPhy; member
2288 korg1212->sharedBufferPhy = korg1212->dma_shared.addr; in snd_korg1212_create()
2290 … = 0x%p (0x%08lx), %d bytes\n", korg1212->sharedBufferPtr, korg1212->sharedBufferPhy, sizeof(struc… in snd_korg1212_create()
2324 …korg1212->PlayDataPhy = (u32) &((struct KorgSharedBuffer *) korg1212->sharedBufferPhy)->playDataBu… in snd_korg1212_create()
2325 …korg1212->RecDataPhy = (u32) &((struct KorgSharedBuffer *) korg1212->sharedBufferPhy)->recordData… in snd_korg1212_create()
2329 korg1212->VolumeTablePhy = korg1212->sharedBufferPhy + in snd_korg1212_create()
2331 korg1212->RoutingTablePhy = korg1212->sharedBufferPhy + in snd_korg1212_create()
2333 korg1212->AdatTimeCodePhy = korg1212->sharedBufferPhy + in snd_korg1212_create()